COLOR #D0FCE4

HEX: #D0FCE4
RGB: (208,252,228)

Color info

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

RGB color model

#D0FCE4 color RGB value is (208,252,228).

  • red value is 208;
  • green value is 252;
  • blue value is 228.
RGB:
(208,252,228)
(82%,99%,89%)

RGB channels and saturation

R 208 of 255 = 82%
G 252 of 255 = 99%
B 228 of 255 = 89%

208
252
228

R + G + B ~ 90%. #D0FCE4 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 252 + 228 = 688 (100%)
R 208 of 688 ~ 30.23%
G 252 of 688 ~ 36.63%
B 228 of 688 ~ 33.14%

%30.23
%36.63
%33.14

CMYK color model

#D0FCE4 color CMYK value is (17,0,10,1).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(17,0,10,1)
C17M0Y10K1 
(17%,0%,10%,1%)
(0.17/0.00/0.10/0.01)	

CMYK percentages

%17.46
%0
%9.52
%1.18

Codes

Color #D0FCE4 in popluar color models

D0FCE4
RGB208252228
HSL147°88.00%90.20%
HSB/HSV147°17.46%98.82%
CMYK17.46%0.00%9.52%
1.18%

Color #D0FCE4 in popluar number systems.

HEXD0FCE4
Decimal208252228
Binary110100001111110011100100
Octal320374344

Shades and tints

Shades of #D0FCE4

#D0FCE4
(208,252,228)
#BEE6D0
(190,230,208)
#ACD0BC
(172,208,188)
#9ABAA8
(154,186,168)
#88A494
(136,164,148)
#768E80
(118,142,128)
#64786C
(100,120,108)
#526258
(82,98,88)
#404C44
(64,76,68)
#2E3630
(46,54,48)
#1C201C
(28,32,28)
#000000
(0,0,0)

Tints of #D0FCE4

#D0FCE4
(208,252,228)
#D4FCE6
(212,252,230)
#D8FCE8
(216,252,232)
#DCFCEA
(220,252,234)
#E0FCEC
(224,252,236)
#E4FCEE
(228,252,238)
#E8FCF0
(232,252,240)
#ECFCF2
(236,252,242)
#F0FCF4
(240,252,244)
#F4FCF6
(244,252,246)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0FCE4 color. Also use rgb(208,252,228) instead hex code.

Text Font Color

.myTextColor { color: #D0FCE4; }

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

This text font color is #D0FCE4.


Background Color

.myBgColor { background-color: #D0FCE4; }

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

This div background color is #D0FCE4.


Border color

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

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

This div border color is #D0FCE4.


Opacity

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

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

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

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

This text has shadow with #D0FCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FCE4 on black background.


Color preview on white background

This text has color #D0FCE4 on white background.



Black color preview on #D0FCE4 background

This text has black color on #D0FCE4 background.


White color preview on #D0FCE4 background

This text has white color on #D0FCE4 background.