COLOR #CCF4D3

HEX: #CCF4D3
RGB: (204,244,211)

Color info

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

RGB color model

#CCF4D3 color RGB value is (204,244,211).

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

RGB channels and saturation

R 204 of 255 = 80%
G 244 of 255 = 96%
B 211 of 255 = 83%

204
244
211

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

Portions of RGB colors in percentages

R + G + B =
204 + 244 + 211 = 659 (100%)
R 204 of 659 ~ 30.96%
G 244 of 659 ~ 37.03%
B 211 of 659 ~ 32.02%

%30.96
%37.03
%32.02

CMYK color model

#CCF4D3 color CMYK value is (16,0,14,4).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 13.52%
  • key color value is 4.31%
CMYK:
(16,0,14,4)
C16M0Y14K4 
(16%,0%,14%,4%)
(0.16/0.00/0.14/0.04)	

CMYK percentages

%16.39
%0
%13.52
%4.31

Codes

Color #CCF4D3 in popluar color models

CCF4D3
RGB204244211
HSL131°64.52%87.84%
HSB/HSV131°16.39%95.69%
CMYK16.39%0.00%13.52%
4.31%

Color #CCF4D3 in popluar number systems.

HEXCCF4D3
Decimal204244211
Binary110011001111010011010011
Octal314364323

Shades and tints

Shades of #CCF4D3

#CCF4D3
(204,244,211)
#BADEC0
(186,222,192)
#A8C8AD
(168,200,173)
#96B29A
(150,178,154)
#849C87
(132,156,135)
#728674
(114,134,116)
#607061
(96,112,97)
#4E5A4E
(78,90,78)
#3C443B
(60,68,59)
#2A2E28
(42,46,40)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCF4D3

#CCF4D3
(204,244,211)
#D0F5D7
(208,245,215)
#D4F6DB
(212,246,219)
#D8F7DF
(216,247,223)
#DCF8E3
(220,248,227)
#E0F9E7
(224,249,231)
#E4FAEB
(228,250,235)
#E8FBEF
(232,251,239)
#ECFCF3
(236,252,243)
#F0FDF7
(240,253,247)
#F4FEFB
(244,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF4D3; }

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

This text font color is #CCF4D3.


Background Color

.myBgColor { background-color: #CCF4D3; }

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

This div background color is #CCF4D3.


Border color

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

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

This div border color is #CCF4D3.


Opacity

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

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

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

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

This text has shadow with #CCF4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF4D3 on black background.


Color preview on white background

This text has color #CCF4D3 on white background.



Black color preview on #CCF4D3 background

This text has black color on #CCF4D3 background.


White color preview on #CCF4D3 background

This text has white color on #CCF4D3 background.