COLOR #CCF8EC

HEX: #CCF8EC RGB: (204,248,236)

Color info

#CCF8EC contains red, green and blue colors in about the same proportion. Web safe color of #CCF8EC is #CCFFFF (or #CFF).

RGB color model

#CCF8EC color RGB value is (204,248,236).

RGB: (204,248,236) (80%, 97%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 248 of 255 = 97%
B 236 of 255 = 93%

204
248
236

R + G + B ~ 90%. #CCF8EC is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 248 + 236 = 688 (100%)
R 204 of 688 ~ 29.65%
G 248 of 688 ~ 36.05%
B 236 of 688 ~ 34.3'%

%29.65
%36.05
%34.3

CMYK color model

#CCF8EC color CMYK value is (18,0,5,3).

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

CMYK: (18,0,5,3)
C18M0Y5K3 (18%, 0%, 5%, 3%)
(0.18 / 0.00 / 0.05 / 0.03)

CMYK percentages

%17.74
%0
%4.84
%2.75

Codes

Color #CCF8EC in popluar color models

CC F8 EC
RGB 204 248 236
HSL 164° 75.86% 88.63%
HSB/HSV 164° 17.74% 97.25%
CMYK 17.74% 0.00% 4.84%
2.75%

Color #CCF8EC in popluar number systems.

HEX CC F8 EC
Decimal 204 248 236
Binary 11001100 11111000 11101100
Octal 314 370 354

Shades and tints

Shades of #CCF8EC

#CCF8EC
(204,248,236)
#BAE2D7
(186,226,215)
#A8CCC2
(168,204,194)
#96B6AD
(150,182,173)
#84A098
(132,160,152)
#728A83
(114,138,131)
#60746E
(96,116,110)
#4E5E59
(78,94,89)
#3C4844
(60,72,68)
#2A322F
(42,50,47)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #CCF8EC

#CCF8EC
(204,248,236)
#D0F8ED
(208,248,237)
#D4F8EE
(212,248,238)
#D8F8EF
(216,248,239)
#DCF8F0
(220,248,240)
#E0F8F1
(224,248,241)
#E4F8F2
(228,248,242)
#E8F8F3
(232,248,243)
#ECF8F4
(236,248,244)
#F0F8F5
(240,248,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF8EC; }

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

This text font color is #CCF8EC.

Background Color

.myBgColor { background-color: #CCF8EC; }

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

This div background color is #CCF8EC.

Border color

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

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

This div border color is #CCF8EC.

Opacity

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

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

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

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

This text has shadow with #CCF8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF8EC.

Preview

Color preview on black background

This text has color #CCF8EC on black background.


Color preview on white background

This text has color #CCF8EC on white background.


Black color preview on #CCF8EC background

This text has black color on #CCF8EC background.


White color preview on #CCF8EC background

This text has white color on #CCF8EC background.


Related colors

Complementary color

Complementary color for #hex is #330713.


I love getcolorcode.com

Triadic colors

1 #ECCCF8 and #F8ECCC with #CCF8EC are triadic colors.

2 #ECF8CC and #F8CCEC with #CCF8EC are triadic colors.