COLOR #CCF4E5

HEX: #CCF4E5 RGB: (204,244,229)

Color info

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

RGB color model

#CCF4E5 color RGB value is (204,244,229).

RGB: (204,244,229) (80%, 96%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 244 of 255 = 96%
B 229 of 255 = 90%

204
244
229

R + G + B ~ 89%. #CCF4E5 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 244 + 229 = 677 (100%)
R 204 of 677 ~ 30.13%
G 244 of 677 ~ 36.04%
B 229 of 677 ~ 33.83'%

%30.13
%36.04
%33.83

CMYK color model

#CCF4E5 color CMYK value is (16,0,6,4).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 4.31%

CMYK: (16,0,6,4)
C16M0Y6K4 (16%, 0%, 6%, 4%)
(0.16 / 0.00 / 0.06 / 0.04)

CMYK percentages

%16.39
%0
%6.15
%4.31

Codes

Color #CCF4E5 in popluar color models

CC F4 E5
RGB 204 244 229
HSL 158° 64.52% 87.84%
HSB/HSV 158° 16.39% 95.69%
CMYK 16.39% 0.00% 6.15%
4.31%

Color #CCF4E5 in popluar number systems.

HEX CC F4 E5
Decimal 204 244 229
Binary 11001100 11110100 11100101
Octal 314 364 345

Shades and tints

Shades of #CCF4E5

#CCF4E5
(204,244,229)
#BADED1
(186,222,209)
#A8C8BD
(168,200,189)
#96B2A9
(150,178,169)
#849C95
(132,156,149)
#728681
(114,134,129)
#60706D
(96,112,109)
#4E5A59
(78,90,89)
#3C4445
(60,68,69)
#2A2E31
(42,46,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #CCF4E5

#CCF4E5
(204,244,229)
#D0F5E7
(208,245,231)
#D4F6E9
(212,246,233)
#D8F7EB
(216,247,235)
#DCF8ED
(220,248,237)
#E0F9EF
(224,249,239)
#E4FAF1
(228,250,241)
#E8FBF3
(232,251,243)
#ECFCF5
(236,252,245)
#F0FDF7
(240,253,247)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF4E5; }

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

This text font color is #CCF4E5.

Background Color

.myBgColor { background-color: #CCF4E5; }

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

This div background color is #CCF4E5.

Border color

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

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

This div border color is #CCF4E5.

Opacity

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

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

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

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

This text has shadow with #CCF4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF4E5.

Preview

Color preview on black background

This text has color #CCF4E5 on black background.


Color preview on white background

This text has color #CCF4E5 on white background.


Black color preview on #CCF4E5 background

This text has black color on #CCF4E5 background.


White color preview on #CCF4E5 background

This text has white color on #CCF4E5 background.


Related colors

Complementary color

Complementary color for #hex is #330B1A.


I love getcolorcode.com

Triadic colors

1 #E5CCF4 and #F4E5CC with #CCF4E5 are triadic colors.

2 #E5F4CC and #F4CCE5 with #CCF4E5 are triadic colors.