COLOR #CCEDD6

HEX: #CCEDD6 RGB: (204,237,214)

Color info

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

RGB color model

#CCEDD6 color RGB value is (204,237,214).

RGB: (204,237,214) (80%, 93%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 237 of 255 = 93%
B 214 of 255 = 84%

204
237
214

R + G + B ~ 86%. #CCEDD6 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 237 + 214 = 655 (100%)
R 204 of 655 ~ 31.15%
G 237 of 655 ~ 36.18%
B 214 of 655 ~ 32.67'%

%31.15
%36.18
%32.67

CMYK color model

#CCEDD6 color CMYK value is (14,0,10,7).

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

CMYK: (14,0,10,7)
C14M0Y10K7 (14%, 0%, 10%, 7%)
(0.14 / 0.00 / 0.10 / 0.07)

CMYK percentages

%13.92
%0
%9.7
%7.06

Codes

Color #CCEDD6 in popluar color models

CC ED D6
RGB 204 237 214
HSL 138° 47.83% 86.47%
HSB/HSV 138° 13.92% 92.94%
CMYK 13.92% 0.00% 9.70%
7.06%

Color #CCEDD6 in popluar number systems.

HEX CC ED D6
Decimal 204 237 214
Binary 11001100 11101101 11010110
Octal 314 355 326

Shades and tints

Shades of #CCEDD6

#CCEDD6
(204,237,214)
#BAD8C3
(186,216,195)
#A8C3B0
(168,195,176)
#96AE9D
(150,174,157)
#84998A
(132,153,138)
#728477
(114,132,119)
#606F64
(96,111,100)
#4E5A51
(78,90,81)
#3C453E
(60,69,62)
#2A302B
(42,48,43)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #CCEDD6

#CCEDD6
(204,237,214)
#D0EED9
(208,238,217)
#D4EFDC
(212,239,220)
#D8F0DF
(216,240,223)
#DCF1E2
(220,241,226)
#E0F2E5
(224,242,229)
#E4F3E8
(228,243,232)
#E8F4EB
(232,244,235)
#ECF5EE
(236,245,238)
#F0F6F1
(240,246,241)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEDD6; }

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

This text font color is #CCEDD6.

Background Color

.myBgColor { background-color: #CCEDD6; }

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

This div background color is #CCEDD6.

Border color

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

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

This div border color is #CCEDD6.

Opacity

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

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

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

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

This text has shadow with #CCEDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEDD6.

Preview

Color preview on black background

This text has color #CCEDD6 on black background.


Color preview on white background

This text has color #CCEDD6 on white background.


Black color preview on #CCEDD6 background

This text has black color on #CCEDD6 background.


White color preview on #CCEDD6 background

This text has white color on #CCEDD6 background.


Related colors

Complementary color

Complementary color for #hex is #331229.


I love getcolorcode.com

Triadic colors

1 #D6CCED and #EDD6CC with #CCEDD6 are triadic colors.

2 #D6EDCC and #EDCCD6 with #CCEDD6 are triadic colors.