COLOR #CCF5CC

HEX: #CCF5CC
RGB: (204,245,204)

Color info

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

RGB color model

#CCF5CC color RGB value is (204,245,204).

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

RGB channels and saturation

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

204
245
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 204 = 653 (100%)
R 204 of 653 ~ 31.24%
G 245 of 653 ~ 37.52%
B 204 of 653 ~ 31.24%

%31.24
%37.52
%31.24

CMYK color model

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

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK:
(17,0,17,4)
C17M0Y17K4 
(17%,0%,17%,4%)
(0.17/0.00/0.17/0.04)	

CMYK percentages

%16.73
%0
%16.73
%3.92

Codes

Color #CCF5CC in popluar color models

CCF5CC
RGB204245204
HSL120°67.21%88.04%
HSB/HSV120°16.73%96.08%
CMYK16.73%0.00%16.73%
3.92%

Color #CCF5CC in popluar number systems.

HEXCCF5CC
Decimal204245204
Binary110011001111010111001100
Octal314365314

Shades and tints

Shades of #CCF5CC

#CCF5CC
(204,245,204)
#BADFBA
(186,223,186)
#A8C9A8
(168,201,168)
#96B396
(150,179,150)
#849D84
(132,157,132)
#728772
(114,135,114)
#607160
(96,113,96)
#4E5B4E
(78,91,78)
#3C453C
(60,69,60)
#2A2F2A
(42,47,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCF5CC

#CCF5CC
(204,245,204)
#D0F5D0
(208,245,208)
#D4F5D4
(212,245,212)
#D8F5D8
(216,245,216)
#DCF5DC
(220,245,220)
#E0F5E0
(224,245,224)
#E4F5E4
(228,245,228)
#E8F5E8
(232,245,232)
#ECF5EC
(236,245,236)
#F0F5F0
(240,245,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5CC; }

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

This text font color is #CCF5CC.


Background Color

.myBgColor { background-color: #CCF5CC; }

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

This div background color is #CCF5CC.


Border color

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

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

This div border color is #CCF5CC.


Opacity

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

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

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

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

This text has shadow with #CCF5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5CC on black background.


Color preview on white background

This text has color #CCF5CC on white background.



Black color preview on #CCF5CC background

This text has black color on #CCF5CC background.


White color preview on #CCF5CC background

This text has white color on #CCF5CC background.