COLOR #CCF0D6

HEX: #CCF0D6
RGB: (204,240,214)

Color info

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

RGB color model

#CCF0D6 color RGB value is (204,240,214).

  • red value is 204;
  • green value is 240;
  • blue value is 214.
RGB:
(204,240,214)
(80%,94%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 214 of 255 = 84%

204
240
214

R + G + B ~ 86%. #CCF0D6 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 240 + 214 = 658 (100%)
R 204 of 658 ~ 31%
G 240 of 658 ~ 36.47%
B 214 of 658 ~ 32.52%

%31
%36.47
%32.52

CMYK color model

#CCF0D6 color CMYK value is (15,0,11,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(15,0,11,6)
C15M0Y11K6 
(15%,0%,11%,6%)
(0.15/0.00/0.11/0.06)	

CMYK percentages

%15
%0
%10.83
%5.88

Codes

Color #CCF0D6 in popluar color models

CCF0D6
RGB204240214
HSL137°54.55%87.06%
HSB/HSV137°15.00%94.12%
CMYK15.00%0.00%10.83%
5.88%

Color #CCF0D6 in popluar number systems.

HEXCCF0D6
Decimal204240214
Binary110011001111000011010110
Octal314360326

Shades and tints

Shades of #CCF0D6

#CCF0D6
(204,240,214)
#BADBC3
(186,219,195)
#A8C6B0
(168,198,176)
#96B19D
(150,177,157)
#849C8A
(132,156,138)
#728777
(114,135,119)
#607264
(96,114,100)
#4E5D51
(78,93,81)
#3C483E
(60,72,62)
#2A332B
(42,51,43)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #CCF0D6

#CCF0D6
(204,240,214)
#D0F1D9
(208,241,217)
#D4F2DC
(212,242,220)
#D8F3DF
(216,243,223)
#DCF4E2
(220,244,226)
#E0F5E5
(224,245,229)
#E4F6E8
(228,246,232)
#E8F7EB
(232,247,235)
#ECF8EE
(236,248,238)
#F0F9F1
(240,249,241)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF0D6 color. Also use rgb(204,240,214) instead hex code.

Text Font Color

.myTextColor { color: #CCF0D6; }

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

This text font color is #CCF0D6.


Background Color

.myBgColor { background-color: #CCF0D6; }

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

This div background color is #CCF0D6.


Border color

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

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

This div border color is #CCF0D6.


Opacity

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

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

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

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

This text has shadow with #CCF0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF0D6 on black background.


Color preview on white background

This text has color #CCF0D6 on white background.



Black color preview on #CCF0D6 background

This text has black color on #CCF0D6 background.


White color preview on #CCF0D6 background

This text has white color on #CCF0D6 background.