COLOR #D0F0E4

HEX: #D0F0E4 RGB: (208,240,228)

Color info

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

RGB color model

#D0F0E4 color RGB value is (208,240,228).

RGB: (208,240,228) (82%, 94%, 89%)

RGB channels and saturation

R 208 of 255 = 82%
G 240 of 255 = 94%
B 228 of 255 = 89%

208
240
228

R + G + B ~ 88%. #D0F0E4 is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 240 + 228 = 676 (100%)
R 208 of 676 ~ 30.77%
G 240 of 676 ~ 35.5%
B 228 of 676 ~ 33.73'%

%30.77
%35.5
%33.73

CMYK color model

#D0F0E4 color CMYK value is (13,0,5,6).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 5.88%

CMYK: (13,0,5,6)
C13M0Y5K6 (13%, 0%, 5%, 6%)
(0.13 / 0.00 / 0.05 / 0.06)

CMYK percentages

%13.33
%0
%5
%5.88

Codes

Color #D0F0E4 in popluar color models

D0 F0 E4
RGB 208 240 228
HSL 158° 51.61% 87.84%
HSB/HSV 158° 13.33% 94.12%
CMYK 13.33% 0.00% 5.00%
5.88%

Color #D0F0E4 in popluar number systems.

HEX D0 F0 E4
Decimal 208 240 228
Binary 11010000 11110000 11100100
Octal 320 360 344

Shades and tints

Shades of #D0F0E4

#D0F0E4
(208,240,228)
#BEDBD0
(190,219,208)
#ACC6BC
(172,198,188)
#9AB1A8
(154,177,168)
#889C94
(136,156,148)
#768780
(118,135,128)
#64726C
(100,114,108)
#525D58
(82,93,88)
#404844
(64,72,68)
#2E3330
(46,51,48)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #D0F0E4

#D0F0E4
(208,240,228)
#D4F1E6
(212,241,230)
#D8F2E8
(216,242,232)
#DCF3EA
(220,243,234)
#E0F4EC
(224,244,236)
#E4F5EE
(228,245,238)
#E8F6F0
(232,246,240)
#ECF7F2
(236,247,242)
#F0F8F4
(240,248,244)
#F4F9F6
(244,249,246)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F0E4; }

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

This text font color is #D0F0E4.

Background Color

.myBgColor { background-color: #D0F0E4; }

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

This div background color is #D0F0E4.

Border color

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

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

This div border color is #D0F0E4.

Opacity

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

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

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

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

This text has shadow with #D0F0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0F0E4.

Preview

Color preview on black background

This text has color #D0F0E4 on black background.


Color preview on white background

This text has color #D0F0E4 on white background.


Black color preview on #D0F0E4 background

This text has black color on #D0F0E4 background.


White color preview on #D0F0E4 background

This text has white color on #D0F0E4 background.


Related colors

Complementary color

Complementary color for #hex is #2F0F1B.


I love getcolorcode.com

Triadic colors

1 #E4D0F0 and #F0E4D0 with #D0F0E4 are triadic colors.

2 #E4F0D0 and #F0D0E4 with #D0F0E4 are triadic colors.