COLOR #D0F0CB

HEX: #D0F0CB
RGB: (208,240,203)

Color info

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

RGB color model

#D0F0CB color RGB value is (208,240,203).

  • red value is 208;
  • green value is 240;
  • blue value is 203.
RGB:
(208,240,203)
(82%,94%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 240 of 255 = 94%
B 203 of 255 = 80%

208
240
203

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

Portions of RGB colors in percentages

R + G + B =
208 + 240 + 203 = 651 (100%)
R 208 of 651 ~ 31.95%
G 240 of 651 ~ 36.87%
B 203 of 651 ~ 31.18%

%31.95
%36.87
%31.18

CMYK color model

#D0F0CB color CMYK value is (13,0,15,6).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(13,0,15,6)
C13M0Y15K6 
(13%,0%,15%,6%)
(0.13/0.00/0.15/0.06)	

CMYK percentages

%13.33
%0
%15.42
%5.88

Codes

Color #D0F0CB in popluar color models

D0F0CB
RGB208240203
HSL112°55.22%86.86%
HSB/HSV112°15.42%94.12%
CMYK13.33%0.00%15.42%
5.88%

Color #D0F0CB in popluar number systems.

HEXD0F0CB
Decimal208240203
Binary110100001111000011001011
Octal320360313

Shades and tints

Shades of #D0F0CB

#D0F0CB
(208,240,203)
#BEDBB9
(190,219,185)
#ACC6A7
(172,198,167)
#9AB195
(154,177,149)
#889C83
(136,156,131)
#768771
(118,135,113)
#64725F
(100,114,95)
#525D4D
(82,93,77)
#40483B
(64,72,59)
#2E3329
(46,51,41)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #D0F0CB

#D0F0CB
(208,240,203)
#D4F1CF
(212,241,207)
#D8F2D3
(216,242,211)
#DCF3D7
(220,243,215)
#E0F4DB
(224,244,219)
#E4F5DF
(228,245,223)
#E8F6E3
(232,246,227)
#ECF7E7
(236,247,231)
#F0F8EB
(240,248,235)
#F4F9EF
(244,249,239)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F0CB color. Also use rgb(208,240,203) instead hex code.

Text Font Color

.myTextColor { color: #D0F0CB; }

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

This text font color is #D0F0CB.


Background Color

.myBgColor { background-color: #D0F0CB; }

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

This div background color is #D0F0CB.


Border color

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

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

This div border color is #D0F0CB.


Opacity

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

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

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

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

This text has shadow with #D0F0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F0CB on black background.


Color preview on white background

This text has color #D0F0CB on white background.



Black color preview on #D0F0CB background

This text has black color on #D0F0CB background.


White color preview on #D0F0CB background

This text has white color on #D0F0CB background.