COLOR #D0FFCC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

208
255
204

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

Portions of RGB colors in percentages

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

%31.18
%38.23
%30.58

CMYK color model

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

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

CMYK percentages

%18.43
%0
%20
%0

Codes

Color #D0FFCC in popluar color models

D0FFCC
RGB208255204
HSL115°100.00%90.00%
HSB/HSV115°20.00%100.00%
CMYK18.43%0.00%20.00%
0.00%

Color #D0FFCC in popluar number systems.

HEXD0FFCC
Decimal208255204
Binary110100001111111111001100
Octal320377314

Shades and tints

Shades of #D0FFCC

#D0FFCC
(208,255,204)
#BEE8BA
(190,232,186)
#ACD1A8
(172,209,168)
#9ABA96
(154,186,150)
#88A384
(136,163,132)
#768C72
(118,140,114)
#647560
(100,117,96)
#525E4E
(82,94,78)
#40473C
(64,71,60)
#2E302A
(46,48,42)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #D0FFCC

#D0FFCC
(208,255,204)
#D4FFD0
(212,255,208)
#D8FFD4
(216,255,212)
#DCFFD8
(220,255,216)
#E0FFDC
(224,255,220)
#E4FFE0
(228,255,224)
#E8FFE4
(232,255,228)
#ECFFE8
(236,255,232)
#F0FFEC
(240,255,236)
#F4FFF0
(244,255,240)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0FFCC; }

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

This text font color is #D0FFCC.


Background Color

.myBgColor { background-color: #D0FFCC; }

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

This div background color is #D0FFCC.


Border color

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

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

This div border color is #D0FFCC.


Opacity

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

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

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

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

This text has shadow with #D0FFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FFCC on black background.


Color preview on white background

This text has color #D0FFCC on white background.



Black color preview on #D0FFCC background

This text has black color on #D0FFCC background.


White color preview on #D0FFCC background

This text has white color on #D0FFCC background.