COLOR #CCF4CC

HEX: #CCF4CC
RGB: (204,244,204)

Color info

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

RGB color model

#CCF4CC color RGB value is (204,244,204).

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

RGB channels and saturation

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

204
244
204

R + G + B ~ 85%. #CCF4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 244 + 204 = 652 (100%)
R 204 of 652 ~ 31.29%
G 244 of 652 ~ 37.42%
B 204 of 652 ~ 31.29%

%31.29
%37.42
%31.29

CMYK color model

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

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

CMYK percentages

%16.39
%0
%16.39
%4.31

Codes

Color #CCF4CC in popluar color models

CCF4CC
RGB204244204
HSL120°64.52%87.84%
HSB/HSV120°16.39%95.69%
CMYK16.39%0.00%16.39%
4.31%

Color #CCF4CC in popluar number systems.

HEXCCF4CC
Decimal204244204
Binary110011001111010011001100
Octal314364314

Shades and tints

Shades of #CCF4CC

#CCF4CC
(204,244,204)
#BADEBA
(186,222,186)
#A8C8A8
(168,200,168)
#96B296
(150,178,150)
#849C84
(132,156,132)
#728672
(114,134,114)
#607060
(96,112,96)
#4E5A4E
(78,90,78)
#3C443C
(60,68,60)
#2A2E2A
(42,46,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCF4CC

#CCF4CC
(204,244,204)
#D0F5D0
(208,245,208)
#D4F6D4
(212,246,212)
#D8F7D8
(216,247,216)
#DCF8DC
(220,248,220)
#E0F9E0
(224,249,224)
#E4FAE4
(228,250,228)
#E8FBE8
(232,251,232)
#ECFCEC
(236,252,236)
#F0FDF0
(240,253,240)
#F4FEF4
(244,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF4CC; }

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

This text font color is #CCF4CC.


Background Color

.myBgColor { background-color: #CCF4CC; }

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

This div background color is #CCF4CC.


Border color

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

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

This div border color is #CCF4CC.


Opacity

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

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

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

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

This text has shadow with #CCF4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF4CC on black background.


Color preview on white background

This text has color #CCF4CC on white background.



Black color preview on #CCF4CC background

This text has black color on #CCF4CC background.


White color preview on #CCF4CC background

This text has white color on #CCF4CC background.