COLOR #CCF8E3

HEX: #CCF8E3 RGB: (204,248,227)

Color info

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

RGB color model

#CCF8E3 color RGB value is (204,248,227).

RGB: (204,248,227) (80%, 97%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 248 of 255 = 97%
B 227 of 255 = 89%

204
248
227

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

Portions of RGB colors in percentages

R + G + B = 204 + 248 + 227 = 679 (100%)
R 204 of 679 ~ 30.04%
G 248 of 679 ~ 36.52%
B 227 of 679 ~ 33.43'%

%30.04
%36.52
%33.43

CMYK color model

#CCF8E3 color CMYK value is (18,0,8,3).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 2.75%

CMYK: (18,0,8,3)
C18M0Y8K3 (18%, 0%, 8%, 3%)
(0.18 / 0.00 / 0.08 / 0.03)

CMYK percentages

%17.74
%0
%8.47
%2.75

Codes

Color #CCF8E3 in popluar color models

CC F8 E3
RGB 204 248 227
HSL 151° 75.86% 88.63%
HSB/HSV 151° 17.74% 97.25%
CMYK 17.74% 0.00% 8.47%
2.75%

Color #CCF8E3 in popluar number systems.

HEX CC F8 E3
Decimal 204 248 227
Binary 11001100 11111000 11100011
Octal 314 370 343

Shades and tints

Shades of #CCF8E3

#CCF8E3
(204,248,227)
#BAE2CF
(186,226,207)
#A8CCBB
(168,204,187)
#96B6A7
(150,182,167)
#84A093
(132,160,147)
#728A7F
(114,138,127)
#60746B
(96,116,107)
#4E5E57
(78,94,87)
#3C4843
(60,72,67)
#2A322F
(42,50,47)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #CCF8E3

#CCF8E3
(204,248,227)
#D0F8E5
(208,248,229)
#D4F8E7
(212,248,231)
#D8F8E9
(216,248,233)
#DCF8EB
(220,248,235)
#E0F8ED
(224,248,237)
#E4F8EF
(228,248,239)
#E8F8F1
(232,248,241)
#ECF8F3
(236,248,243)
#F0F8F5
(240,248,245)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF8E3 color. Also use rgb(204,248,227) instead hex code.

Text Font Color

.myTextColor { color: #CCF8E3; }

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

This text font color is #CCF8E3.

Background Color

.myBgColor { background-color: #CCF8E3; }

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

This div background color is #CCF8E3.

Border color

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

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

This div border color is #CCF8E3.

Opacity

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

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

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

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

This text has shadow with #CCF8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF8E3.

Preview

Color preview on black background

This text has color #CCF8E3 on black background.


Color preview on white background

This text has color #CCF8E3 on white background.


Black color preview on #CCF8E3 background

This text has black color on #CCF8E3 background.


White color preview on #CCF8E3 background

This text has white color on #CCF8E3 background.


Related colors

Complementary color

Complementary color for #hex is #33071C.


I love getcolorcode.com

Triadic colors

1 #E3CCF8 and #F8E3CC with #CCF8E3 are triadic colors.

2 #E3F8CC and #F8CCE3 with #CCF8E3 are triadic colors.