COLOR #CCF1E5

HEX: #CCF1E5 RGB: (204,241,229)

Color info

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

RGB color model

#CCF1E5 color RGB value is (204,241,229).

RGB: (204,241,229) (80%, 95%, 90%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 229 of 255 = 90%

204
241
229

R + G + B ~ 88%. #CCF1E5 is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 229 = 674 (100%)
R 204 of 674 ~ 30.27%
G 241 of 674 ~ 35.76%
B 229 of 674 ~ 33.98'%

%30.27
%35.76
%33.98

CMYK color model

#CCF1E5 color CMYK value is (15,0,5,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 5.49%

CMYK: (15,0,5,5)
C15M0Y5K5 (15%, 0%, 5%, 5%)
(0.15 / 0.00 / 0.05 / 0.05)

CMYK percentages

%15.35
%0
%4.98
%5.49

Codes

Color #CCF1E5 in popluar color models

CC F1 E5
RGB 204 241 229
HSL 161° 56.92% 87.25%
HSB/HSV 161° 15.35% 94.51%
CMYK 15.35% 0.00% 4.98%
5.49%

Color #CCF1E5 in popluar number systems.

HEX CC F1 E5
Decimal 204 241 229
Binary 11001100 11110001 11100101
Octal 314 361 345

Shades and tints

Shades of #CCF1E5

#CCF1E5
(204,241,229)
#BADCD1
(186,220,209)
#A8C7BD
(168,199,189)
#96B2A9
(150,178,169)
#849D95
(132,157,149)
#728881
(114,136,129)
#60736D
(96,115,109)
#4E5E59
(78,94,89)
#3C4945
(60,73,69)
#2A3431
(42,52,49)
#181F1D
(24,31,29)
#000000
(0,0,0)

Tints of #CCF1E5

#CCF1E5
(204,241,229)
#D0F2E7
(208,242,231)
#D4F3E9
(212,243,233)
#D8F4EB
(216,244,235)
#DCF5ED
(220,245,237)
#E0F6EF
(224,246,239)
#E4F7F1
(228,247,241)
#E8F8F3
(232,248,243)
#ECF9F5
(236,249,245)
#F0FAF7
(240,250,247)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF1E5; }

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

This text font color is #CCF1E5.

Background Color

.myBgColor { background-color: #CCF1E5; }

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

This div background color is #CCF1E5.

Border color

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

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

This div border color is #CCF1E5.

Opacity

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

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

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

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

This text has shadow with #CCF1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF1E5.

Preview

Color preview on black background

This text has color #CCF1E5 on black background.


Color preview on white background

This text has color #CCF1E5 on white background.


Black color preview on #CCF1E5 background

This text has black color on #CCF1E5 background.


White color preview on #CCF1E5 background

This text has white color on #CCF1E5 background.


Related colors

Complementary color

Complementary color for #hex is #330E1A.


I love getcolorcode.com

Triadic colors

1 #E5CCF1 and #F1E5CC with #CCF1E5 are triadic colors.

2 #E5F1CC and #F1CCE5 with #CCF1E5 are triadic colors.