COLOR #CCF4DA

HEX: #CCF4DA
RGB: (204,244,218)

Color info

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

RGB color model

#CCF4DA color RGB value is (204,244,218).

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

RGB channels and saturation

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

204
244
218

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

Portions of RGB colors in percentages

R + G + B =
204 + 244 + 218 = 666 (100%)
R 204 of 666 ~ 30.63%
G 244 of 666 ~ 36.64%
B 218 of 666 ~ 32.73%

%30.63
%36.64
%32.73

CMYK color model

#CCF4DA color CMYK value is (16,0,11,4).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(16,0,11,4)
C16M0Y11K4 
(16%,0%,11%,4%)
(0.16/0.00/0.11/0.04)	

CMYK percentages

%16.39
%0
%10.66
%4.31

Codes

Color #CCF4DA in popluar color models

CCF4DA
RGB204244218
HSL141°64.52%87.84%
HSB/HSV141°16.39%95.69%
CMYK16.39%0.00%10.66%
4.31%

Color #CCF4DA in popluar number systems.

HEXCCF4DA
Decimal204244218
Binary110011001111010011011010
Octal314364332

Shades and tints

Shades of #CCF4DA

#CCF4DA
(204,244,218)
#BADEC7
(186,222,199)
#A8C8B4
(168,200,180)
#96B2A1
(150,178,161)
#849C8E
(132,156,142)
#72867B
(114,134,123)
#607068
(96,112,104)
#4E5A55
(78,90,85)
#3C4442
(60,68,66)
#2A2E2F
(42,46,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #CCF4DA

#CCF4DA
(204,244,218)
#D0F5DD
(208,245,221)
#D4F6E0
(212,246,224)
#D8F7E3
(216,247,227)
#DCF8E6
(220,248,230)
#E0F9E9
(224,249,233)
#E4FAEC
(228,250,236)
#E8FBEF
(232,251,239)
#ECFCF2
(236,252,242)
#F0FDF5
(240,253,245)
#F4FEF8
(244,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF4DA; }

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

This text font color is #CCF4DA.


Background Color

.myBgColor { background-color: #CCF4DA; }

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

This div background color is #CCF4DA.


Border color

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

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

This div border color is #CCF4DA.


Opacity

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

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

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

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

This text has shadow with #CCF4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF4DA on black background.


Color preview on white background

This text has color #CCF4DA on white background.



Black color preview on #CCF4DA background

This text has black color on #CCF4DA background.


White color preview on #CCF4DA background

This text has white color on #CCF4DA background.