COLOR #CCF6DA

HEX: #CCF6DA
RGB: (204,246,218)

Color info

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

RGB color model

#CCF6DA color RGB value is (204,246,218).

  • red value is 204;
  • green value is 246;
  • blue value is 218.
RGB:
(204,246,218)
(80%,96%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 218 of 255 = 85%

204
246
218

R + G + B ~ 87%. #CCF6DA is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 246 + 218 = 668 (100%)
R 204 of 668 ~ 30.54%
G 246 of 668 ~ 36.83%
B 218 of 668 ~ 32.63%

%30.54
%36.83
%32.63

CMYK color model

#CCF6DA color CMYK value is (17,0,11,4).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(17,0,11,4)
C17M0Y11K4 
(17%,0%,11%,4%)
(0.17/0.00/0.11/0.04)	

CMYK percentages

%17.07
%0
%11.38
%3.53

Codes

Color #CCF6DA in popluar color models

CCF6DA
RGB204246218
HSL140°70.00%88.24%
HSB/HSV140°17.07%96.47%
CMYK17.07%0.00%11.38%
3.53%

Color #CCF6DA in popluar number systems.

HEXCCF6DA
Decimal204246218
Binary110011001111011011011010
Octal314366332

Shades and tints

Shades of #CCF6DA

#CCF6DA
(204,246,218)
#BAE0C7
(186,224,199)
#A8CAB4
(168,202,180)
#96B4A1
(150,180,161)
#849E8E
(132,158,142)
#72887B
(114,136,123)
#607268
(96,114,104)
#4E5C55
(78,92,85)
#3C4642
(60,70,66)
#2A302F
(42,48,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #CCF6DA

#CCF6DA
(204,246,218)
#D0F6DD
(208,246,221)
#D4F6E0
(212,246,224)
#D8F6E3
(216,246,227)
#DCF6E6
(220,246,230)
#E0F6E9
(224,246,233)
#E4F6EC
(228,246,236)
#E8F6EF
(232,246,239)
#ECF6F2
(236,246,242)
#F0F6F5
(240,246,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF6DA color. Also use rgb(204,246,218) instead hex code.

Text Font Color

.myTextColor { color: #CCF6DA; }

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

This text font color is #CCF6DA.


Background Color

.myBgColor { background-color: #CCF6DA; }

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

This div background color is #CCF6DA.


Border color

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

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

This div border color is #CCF6DA.


Opacity

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

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

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

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

This text has shadow with #CCF6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF6DA on black background.


Color preview on white background

This text has color #CCF6DA on white background.



Black color preview on #CCF6DA background

This text has black color on #CCF6DA background.


White color preview on #CCF6DA background

This text has white color on #CCF6DA background.