COLOR #CCF0CF

HEX: #CCF0CF
RGB: (204,240,207)

Color info

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

RGB color model

#CCF0CF color RGB value is (204,240,207).

  • red value is 204;
  • green value is 240;
  • blue value is 207.
RGB:
(204,240,207)
(80%,94%,81%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 207 of 255 = 81%

204
240
207

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

Portions of RGB colors in percentages

R + G + B =
204 + 240 + 207 = 651 (100%)
R 204 of 651 ~ 31.34%
G 240 of 651 ~ 36.87%
B 207 of 651 ~ 31.8%

%31.34
%36.87
%31.8

CMYK color model

#CCF0CF color CMYK value is (15,0,14,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(15,0,14,6)
C15M0Y14K6 
(15%,0%,14%,6%)
(0.15/0.00/0.14/0.06)	

CMYK percentages

%15
%0
%13.75
%5.88

Codes

Color #CCF0CF in popluar color models

CCF0CF
RGB204240207
HSL125°54.55%87.06%
HSB/HSV125°15.00%94.12%
CMYK15.00%0.00%13.75%
5.88%

Color #CCF0CF in popluar number systems.

HEXCCF0CF
Decimal204240207
Binary110011001111000011001111
Octal314360317

Shades and tints

Shades of #CCF0CF

#CCF0CF
(204,240,207)
#BADBBD
(186,219,189)
#A8C6AB
(168,198,171)
#96B199
(150,177,153)
#849C87
(132,156,135)
#728775
(114,135,117)
#607263
(96,114,99)
#4E5D51
(78,93,81)
#3C483F
(60,72,63)
#2A332D
(42,51,45)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #CCF0CF

#CCF0CF
(204,240,207)
#D0F1D3
(208,241,211)
#D4F2D7
(212,242,215)
#D8F3DB
(216,243,219)
#DCF4DF
(220,244,223)
#E0F5E3
(224,245,227)
#E4F6E7
(228,246,231)
#E8F7EB
(232,247,235)
#ECF8EF
(236,248,239)
#F0F9F3
(240,249,243)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0CF; }

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

This text font color is #CCF0CF.


Background Color

.myBgColor { background-color: #CCF0CF; }

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

This div background color is #CCF0CF.


Border color

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

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

This div border color is #CCF0CF.


Opacity

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

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

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

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

This text has shadow with #CCF0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF0CF on black background.


Color preview on white background

This text has color #CCF0CF on white background.



Black color preview on #CCF0CF background

This text has black color on #CCF0CF background.


White color preview on #CCF0CF background

This text has white color on #CCF0CF background.