COLOR #CCE8B3

HEX: #CCE8B3 RGB: (204,232,179)

Color info

#CCE8B3 contains red, green and blue colors in about the same proportion. Web safe color of #CCE8B3 is #CCFF99 (or #CF9).

RGB color model

#CCE8B3 color RGB value is (204,232,179).

RGB: (204,232,179) (80%, 91%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 232 of 255 = 91%
B 179 of 255 = 70%

204
232
179

R + G + B ~ 80%. #CCE8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 232 + 179 = 615 (100%)
R 204 of 615 ~ 33.17%
G 232 of 615 ~ 37.72%
B 179 of 615 ~ 29.11'%

%33.17
%37.72
%29.11

CMYK color model

#CCE8B3 color CMYK value is (12,0,23,9).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 9.02%

CMYK: (12,0,23,9)
C12M0Y23K9 (12%, 0%, 23%, 9%)
(0.12 / 0.00 / 0.23 / 0.09)

CMYK percentages

%12.07
%0
%22.84
%9.02

Codes

Color #CCE8B3 in popluar color models

CC E8 B3
RGB 204 232 179
HSL 92° 53.54% 80.59%
HSB/HSV 92° 22.84% 90.98%
CMYK 12.07% 0.00% 22.84%
9.02%

Color #CCE8B3 in popluar number systems.

HEX CC E8 B3
Decimal 204 232 179
Binary 11001100 11101000 10110011
Octal 314 350 263

Shades and tints

Shades of #CCE8B3

#CCE8B3
(204,232,179)
#BAD3A3
(186,211,163)
#A8BE93
(168,190,147)
#96A983
(150,169,131)
#849473
(132,148,115)
#727F63
(114,127,99)
#606A53
(96,106,83)
#4E5543
(78,85,67)
#3C4033
(60,64,51)
#2A2B23
(42,43,35)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CCE8B3

#CCE8B3
(204,232,179)
#D0EAB9
(208,234,185)
#D4ECBF
(212,236,191)
#D8EEC5
(216,238,197)
#DCF0CB
(220,240,203)
#E0F2D1
(224,242,209)
#E4F4D7
(228,244,215)
#E8F6DD
(232,246,221)
#ECF8E3
(236,248,227)
#F0FAE9
(240,250,233)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE8B3 color. Also use rgb(204,232,179) instead hex code.

Text Font Color

.myTextColor { color: #CCE8B3; }

<p style="color:#CCE8B3">This sample text font color is #CCE8B3.</p>

This text font color is #CCE8B3.

Background Color

.myBgColor { background-color: #CCE8B3; }

<div style="background-color:#CCE8B3">Inner text</div>

This div background color is #CCE8B3.

Border color

.myBorderColor { border: 1px solid #CCE8B3; }

<div style="border:3px solid #CCE8B3">Div</div>

This div border color is #CCE8B3.

Opacity

.myOpacity80 { color: #CCE8B3; opacity: 0.8; }

<p style="color:#CCE8B3;opacity:0.8;">80%</p>

Text with #CCE8B3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCE8B3;}

<p style="text-shadow: 3px 3px 1px #CCE8B3">Text here.</p>

This text has shadow with #CCE8B3 color.


.textShadow {text-shadow: 3px 3px 1px #CCE8B3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCE8B3, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCE8B3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE8B3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCE8B3, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCE8B3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCE8B3;
-webkit-box-shadow: 1px 1px 3px 2px #CCE8B3;
box-shadow: 1px 1px 3px 2px #CCE8B3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE8B3; -webkit-box-shadow: 1px 1px 3px 2px #CCE8B3; box-shadow:1px 1px 3px 2px #CCE8B3;">
Div content here
</div>

This div box has shadow with color #CCE8B3.

Preview

Color preview on black background

This text has color #CCE8B3 on black background.


Color preview on white background

This text has color #CCE8B3 on white background.


Black color preview on #CCE8B3 background

This text has black color on #CCE8B3 background.


White color preview on #CCE8B3 background

This text has white color on #CCE8B3 background.


Related colors

Complementary color

Complementary color for #hex is #33174C.


I love getcolorcode.com

Triadic colors

1 #B3CCE8 and #E8B3CC with #CCE8B3 are triadic colors.

2 #B3E8CC and #E8CCB3 with #CCE8B3 are triadic colors.