COLOR #CCE2C8

HEX: #CCE2C8 RGB: (204,226,200)

Color info

#CCE2C8 contains red, green and blue colors in about the same proportion. Web safe color of #CCE2C8 is #CCCCCC (or #CCC).

RGB color model

#CCE2C8 color RGB value is (204,226,200).

RGB: (204,226,200) (80%, 89%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 200 of 255 = 78%

204
226
200

R + G + B ~ 82%. #CCE2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 226 + 200 = 630 (100%)
R 204 of 630 ~ 32.38%
G 226 of 630 ~ 35.87%
B 200 of 630 ~ 31.75'%

%32.38
%35.87
%31.75

CMYK color model

#CCE2C8 color CMYK value is (10,0,12,11).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 11.37%
CMYK: (10,0,12,11) C10M0Y12K11 (10%,0%,12%,11%) (0.10/0.00/0.12/0.11) 

CMYK percentages

%9.73
%0
%11.5
%11.37

Codes

Color #CCE2C8 in popluar color models

CC E2 C8
RGB 204 226 200
HSL 111° 30.95% 83.53%
HSB/HSV 111° 11.50% 88.63%
CMYK 9.73% 0.00% 11.50%
11.37%

Color #CCE2C8 in popluar number systems.

HEX CC E2 C8
Decimal 204 226 200
Binary 11001100 11100010 11001000
Octal 314 342 310

Shades and tints

Shades of #CCE2C8

#CCE2C8
(204,226,200)
#BACEB6
(186,206,182)
#A8BAA4
(168,186,164)
#96A692
(150,166,146)
#849280
(132,146,128)
#727E6E
(114,126,110)
#606A5C
(96,106,92)
#4E564A
(78,86,74)
#3C4238
(60,66,56)
#2A2E26
(42,46,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCE2C8

#CCE2C8
(204,226,200)
#D0E4CD
(208,228,205)
#D4E6D2
(212,230,210)
#D8E8D7
(216,232,215)
#DCEADC
(220,234,220)
#E0ECE1
(224,236,225)
#E4EEE6
(228,238,230)
#E8F0EB
(232,240,235)
#ECF2F0
(236,242,240)
#F0F4F5
(240,244,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE2C8; }

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

This text font color is #CCE2C8.

Background Color

.myBgColor { background-color: #CCE2C8; }

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

This div background color is #CCE2C8.

Border color

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

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

This div border color is #CCE2C8.

Opacity

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

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

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

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

This text has shadow with #CCE2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE2C8.

Preview

Color preview on black background

This text has color #CCE2C8 on black background.


Color preview on white background

This text has color #CCE2C8 on white background.


Black color preview on #CCE2C8 background

This text has black color on #CCE2C8 background.


White color preview on #CCE2C8 background

This text has white color on #CCE2C8 background.


Related colors

Complementary color

Complementary color for #hex is #331D37.


I love getcolorcode.com

Triadic colors

1 #C8CCE2 and #E2C8CC with #CCE2C8 are triadic colors.

2 #C8E2CC and #E2CCC8 with #CCE2C8 are triadic colors.