COLOR #CCEDC9

HEX: #CCEDC9 RGB: (204,237,201)

Color info

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

RGB color model

#CCEDC9 color RGB value is (204,237,201).

RGB: (204,237,201) (80%, 93%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 237 of 255 = 93%
B 201 of 255 = 79%

204
237
201

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

Portions of RGB colors in percentages

R + G + B = 204 + 237 + 201 = 642 (100%)
R 204 of 642 ~ 31.78%
G 237 of 642 ~ 36.92%
B 201 of 642 ~ 31.31'%

%31.78
%36.92
%31.31

CMYK color model

#CCEDC9 color CMYK value is (14,0,15,7).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 15.19%
  • key color value is 7.06%

CMYK: (14,0,15,7)
C14M0Y15K7 (14%, 0%, 15%, 7%)
(0.14 / 0.00 / 0.15 / 0.07)

CMYK percentages

%13.92
%0
%15.19
%7.06

Codes

Color #CCEDC9 in popluar color models

CC ED C9
RGB 204 237 201
HSL 115° 50.00% 85.88%
HSB/HSV 115° 15.19% 92.94%
CMYK 13.92% 0.00% 15.19%
7.06%

Color #CCEDC9 in popluar number systems.

HEX CC ED C9
Decimal 204 237 201
Binary 11001100 11101101 11001001
Octal 314 355 311

Shades and tints

Shades of #CCEDC9

#CCEDC9
(204,237,201)
#BAD8B7
(186,216,183)
#A8C3A5
(168,195,165)
#96AE93
(150,174,147)
#849981
(132,153,129)
#72846F
(114,132,111)
#606F5D
(96,111,93)
#4E5A4B
(78,90,75)
#3C4539
(60,69,57)
#2A3027
(42,48,39)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #CCEDC9

#CCEDC9
(204,237,201)
#D0EECD
(208,238,205)
#D4EFD1
(212,239,209)
#D8F0D5
(216,240,213)
#DCF1D9
(220,241,217)
#E0F2DD
(224,242,221)
#E4F3E1
(228,243,225)
#E8F4E5
(232,244,229)
#ECF5E9
(236,245,233)
#F0F6ED
(240,246,237)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEDC9; }

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

This text font color is #CCEDC9.

Background Color

.myBgColor { background-color: #CCEDC9; }

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

This div background color is #CCEDC9.

Border color

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

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

This div border color is #CCEDC9.

Opacity

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

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

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

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

This text has shadow with #CCEDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEDC9.

Preview

Color preview on black background

This text has color #CCEDC9 on black background.


Color preview on white background

This text has color #CCEDC9 on white background.


Black color preview on #CCEDC9 background

This text has black color on #CCEDC9 background.


White color preview on #CCEDC9 background

This text has white color on #CCEDC9 background.


Related colors

Complementary color

Complementary color for #hex is #331236.


I love getcolorcode.com

Triadic colors

1 #C9CCED and #EDC9CC with #CCEDC9 are triadic colors.

2 #C9EDCC and #EDCCC9 with #CCEDC9 are triadic colors.