COLOR #CCFFD0

HEX: #CCFFD0
RGB: (204,255,208)

Color info

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

RGB color model

#CCFFD0 color RGB value is (204,255,208).

  • red value is 204;
  • green value is 255;
  • blue value is 208.
RGB:
(204,255,208)
(80%,100%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 208 of 255 = 82%

204
255
208

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

Portions of RGB colors in percentages

R + G + B =
204 + 255 + 208 = 667 (100%)
R 204 of 667 ~ 30.58%
G 255 of 667 ~ 38.23%
B 208 of 667 ~ 31.18%

%30.58
%38.23
%31.18

CMYK color model

#CCFFD0 color CMYK value is (20,0,18,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 0.00%
CMYK:
(20,0,18,0)
C20M0Y18K0 
(20%,0%,18%,0%)
(0.20/0.00/0.18/0.00)	

CMYK percentages

%20
%0
%18.43
%0

Codes

Color #CCFFD0 in popluar color models

CCFFD0
RGB204255208
HSL125°100.00%90.00%
HSB/HSV125°20.00%100.00%
CMYK20.00%0.00%18.43%
0.00%

Color #CCFFD0 in popluar number systems.

HEXCCFFD0
Decimal204255208
Binary110011001111111111010000
Octal314377320

Shades and tints

Shades of #CCFFD0

#CCFFD0
(204,255,208)
#BAE8BE
(186,232,190)
#A8D1AC
(168,209,172)
#96BA9A
(150,186,154)
#84A388
(132,163,136)
#728C76
(114,140,118)
#607564
(96,117,100)
#4E5E52
(78,94,82)
#3C4740
(60,71,64)
#2A302E
(42,48,46)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #CCFFD0

#CCFFD0
(204,255,208)
#D0FFD4
(208,255,212)
#D4FFD8
(212,255,216)
#D8FFDC
(216,255,220)
#DCFFE0
(220,255,224)
#E0FFE4
(224,255,228)
#E4FFE8
(228,255,232)
#E8FFEC
(232,255,236)
#ECFFF0
(236,255,240)
#F0FFF4
(240,255,244)
#F4FFF8
(244,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFD0; }

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

This text font color is #CCFFD0.


Background Color

.myBgColor { background-color: #CCFFD0; }

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

This div background color is #CCFFD0.


Border color

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

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

This div border color is #CCFFD0.


Opacity

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

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

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

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

This text has shadow with #CCFFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFD0 on black background.


Color preview on white background

This text has color #CCFFD0 on white background.



Black color preview on #CCFFD0 background

This text has black color on #CCFFD0 background.


White color preview on #CCFFD0 background

This text has white color on #CCFFD0 background.