COLOR #CCEFDF

HEX: #CCEFDF RGB: (204,239,223)

Color info

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

RGB color model

#CCEFDF color RGB value is (204,239,223).

RGB: (204,239,223) (80%, 94%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 223 of 255 = 87%

204
239
223

R + G + B ~ 87%. #CCEFDF is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 239 + 223 = 666 (100%)
R 204 of 666 ~ 30.63%
G 239 of 666 ~ 35.89%
B 223 of 666 ~ 33.48'%

%30.63
%35.89
%33.48

CMYK color model

#CCEFDF color CMYK value is (15,0,7,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 6.27%

CMYK: (15,0,7,6)
C15M0Y7K6 (15%, 0%, 7%, 6%)
(0.15 / 0.00 / 0.07 / 0.06)

CMYK percentages

%14.64
%0
%6.69
%6.27

Codes

Color #CCEFDF in popluar color models

CC EF DF
RGB 204 239 223
HSL 153° 52.24% 86.86%
HSB/HSV 153° 14.64% 93.73%
CMYK 14.64% 0.00% 6.69%
6.27%

Color #CCEFDF in popluar number systems.

HEX CC EF DF
Decimal 204 239 223
Binary 11001100 11101111 11011111
Octal 314 357 337

Shades and tints

Shades of #CCEFDF

#CCEFDF
(204,239,223)
#BADACB
(186,218,203)
#A8C5B7
(168,197,183)
#96B0A3
(150,176,163)
#849B8F
(132,155,143)
#72867B
(114,134,123)
#607167
(96,113,103)
#4E5C53
(78,92,83)
#3C473F
(60,71,63)
#2A322B
(42,50,43)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #CCEFDF

#CCEFDF
(204,239,223)
#D0F0E1
(208,240,225)
#D4F1E3
(212,241,227)
#D8F2E5
(216,242,229)
#DCF3E7
(220,243,231)
#E0F4E9
(224,244,233)
#E4F5EB
(228,245,235)
#E8F6ED
(232,246,237)
#ECF7EF
(236,247,239)
#F0F8F1
(240,248,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEFDF; }

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

This text font color is #CCEFDF.

Background Color

.myBgColor { background-color: #CCEFDF; }

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

This div background color is #CCEFDF.

Border color

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

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

This div border color is #CCEFDF.

Opacity

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

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

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

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

This text has shadow with #CCEFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEFDF.

Preview

Color preview on black background

This text has color #CCEFDF on black background.


Color preview on white background

This text has color #CCEFDF on white background.


Black color preview on #CCEFDF background

This text has black color on #CCEFDF background.


White color preview on #CCEFDF background

This text has white color on #CCEFDF background.


Related colors

Complementary color

Complementary color for #hex is #331020.


I love getcolorcode.com

Triadic colors

1 #DFCCEF and #EFDFCC with #CCEFDF are triadic colors.

2 #DFEFCC and #EFCCDF with #CCEFDF are triadic colors.