COLOR #CCE8CC

HEX: #CCE8CC RGB: (204,232,204)

Color info

#CCE8CC contains red, green and blue colors in about the same proportion. Web safe color of #CCE8CC is #CCFFCC (or #CFC).

RGB color model

#CCE8CC color RGB value is (204,232,204).

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

RGB channels and saturation

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

204
232
204

R + G + B ~ 84%. #CCE8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 232 + 204 = 640 (100%)
R 204 of 640 ~ 31.88%
G 232 of 640 ~ 36.25%
B 204 of 640 ~ 31.88'%

%31.88
%36.25
%31.88

CMYK color model

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

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK: (12,0,12,9) C12M0Y12K9 (12%,0%,12%,9%) (0.12/0.00/0.12/0.09) 

CMYK percentages

%12.07
%0
%12.07
%9.02

Codes

Color #CCE8CC in popluar color models

CC E8 CC
RGB 204 232 204
HSL 120° 37.84% 85.49%
HSB/HSV 120° 12.07% 90.98%
CMYK 12.07% 0.00% 12.07%
9.02%

Color #CCE8CC in popluar number systems.

HEX CC E8 CC
Decimal 204 232 204
Binary 11001100 11101000 11001100
Octal 314 350 314

Shades and tints

Shades of #CCE8CC

#CCE8CC
(204,232,204)
#BAD3BA
(186,211,186)
#A8BEA8
(168,190,168)
#96A996
(150,169,150)
#849484
(132,148,132)
#727F72
(114,127,114)
#606A60
(96,106,96)
#4E554E
(78,85,78)
#3C403C
(60,64,60)
#2A2B2A
(42,43,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCE8CC

#CCE8CC
(204,232,204)
#D0EAD0
(208,234,208)
#D4ECD4
(212,236,212)
#D8EED8
(216,238,216)
#DCF0DC
(220,240,220)
#E0F2E0
(224,242,224)
#E4F4E4
(228,244,228)
#E8F6E8
(232,246,232)
#ECF8EC
(236,248,236)
#F0FAF0
(240,250,240)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE8CC; }

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

This text font color is #CCE8CC.

Background Color

.myBgColor { background-color: #CCE8CC; }

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

This div background color is #CCE8CC.

Border color

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

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

This div border color is #CCE8CC.

Opacity

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

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

Text with #CCE8CC 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 #CCE8CC;}

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

This text has shadow with #CCE8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE8CC.

Preview

Color preview on black background

This text has color #CCE8CC on black background.


Color preview on white background

This text has color #CCE8CC on white background.


Black color preview on #CCE8CC background

This text has black color on #CCE8CC background.


White color preview on #CCE8CC background

This text has white color on #CCE8CC background.


Related colors

Complementary color

Complementary color for #hex is #331733.


I love getcolorcode.com

Triadic colors

1 #CCCCE8 and #E8CCCC with #CCE8CC are triadic colors.

2 #CCE8CC and #E8CCCC with #CCE8CC are triadic colors.