COLOR #CCF5DB

HEX: #CCF5DB
RGB: (204,245,219)

Color info

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

RGB color model

#CCF5DB color RGB value is (204,245,219).

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

RGB channels and saturation

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

204
245
219

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 219 = 668 (100%)
R 204 of 668 ~ 30.54%
G 245 of 668 ~ 36.68%
B 219 of 668 ~ 32.78%

%30.54
%36.68
%32.78

CMYK color model

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

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

CMYK percentages

%16.73
%0
%10.61
%3.92

Codes

Color #CCF5DB in popluar color models

CCF5DB
RGB204245219
HSL142°67.21%88.04%
HSB/HSV142°16.73%96.08%
CMYK16.73%0.00%10.61%
3.92%

Color #CCF5DB in popluar number systems.

HEXCCF5DB
Decimal204245219
Binary110011001111010111011011
Octal314365333

Shades and tints

Shades of #CCF5DB

#CCF5DB
(204,245,219)
#BADFC8
(186,223,200)
#A8C9B5
(168,201,181)
#96B3A2
(150,179,162)
#849D8F
(132,157,143)
#72877C
(114,135,124)
#607169
(96,113,105)
#4E5B56
(78,91,86)
#3C4543
(60,69,67)
#2A2F30
(42,47,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #CCF5DB

#CCF5DB
(204,245,219)
#D0F5DE
(208,245,222)
#D4F5E1
(212,245,225)
#D8F5E4
(216,245,228)
#DCF5E7
(220,245,231)
#E0F5EA
(224,245,234)
#E4F5ED
(228,245,237)
#E8F5F0
(232,245,240)
#ECF5F3
(236,245,243)
#F0F5F6
(240,245,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5DB; }

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

This text font color is #CCF5DB.


Background Color

.myBgColor { background-color: #CCF5DB; }

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

This div background color is #CCF5DB.


Border color

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

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

This div border color is #CCF5DB.


Opacity

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

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

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

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

This text has shadow with #CCF5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5DB on black background.


Color preview on white background

This text has color #CCF5DB on white background.



Black color preview on #CCF5DB background

This text has black color on #CCF5DB background.


White color preview on #CCF5DB background

This text has white color on #CCF5DB background.