COLOR #D0F8EE

HEX: #D0F8EE RGB: (208,248,238)

Color info

#D0F8EE contains red, green and blue colors in about the same proportion. Web safe color of #D0F8EE is #CCFFFF (or #CFF).

RGB color model

#D0F8EE color RGB value is (208,248,238).

RGB: (208,248,238) (82%, 97%, 93%)

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 238 of 255 = 93%

208
248
238

R + G + B ~ 91%. #D0F8EE is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 248 + 238 = 694 (100%)
R 208 of 694 ~ 29.97%
G 248 of 694 ~ 35.73%
B 238 of 694 ~ 34.29'%

%29.97
%35.73
%34.29

CMYK color model

#D0F8EE color CMYK value is (16,0,4,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 2.75%

CMYK: (16,0,4,3)
C16M0Y4K3 (16%, 0%, 4%, 3%)
(0.16 / 0.00 / 0.04 / 0.03)

CMYK percentages

%16.13
%0
%4.03
%2.75

Codes

Color #D0F8EE in popluar color models

D0 F8 EE
RGB 208 248 238
HSL 165° 74.07% 89.41%
HSB/HSV 165° 16.13% 97.25%
CMYK 16.13% 0.00% 4.03%
2.75%

Color #D0F8EE in popluar number systems.

HEX D0 F8 EE
Decimal 208 248 238
Binary 11010000 11111000 11101110
Octal 320 370 356

Shades and tints

Shades of #D0F8EE

#D0F8EE
(208,248,238)
#BEE2D9
(190,226,217)
#ACCCC4
(172,204,196)
#9AB6AF
(154,182,175)
#88A09A
(136,160,154)
#768A85
(118,138,133)
#647470
(100,116,112)
#525E5B
(82,94,91)
#404846
(64,72,70)
#2E3231
(46,50,49)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #D0F8EE

#D0F8EE
(208,248,238)
#D4F8EF
(212,248,239)
#D8F8F0
(216,248,240)
#DCF8F1
(220,248,241)
#E0F8F2
(224,248,242)
#E4F8F3
(228,248,243)
#E8F8F4
(232,248,244)
#ECF8F5
(236,248,245)
#F0F8F6
(240,248,246)
#F4F8F7
(244,248,247)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F8EE color. Also use rgb(208,248,238) instead hex code.

Text Font Color

.myTextColor { color: #D0F8EE; }

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

This text font color is #D0F8EE.

Background Color

.myBgColor { background-color: #D0F8EE; }

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

This div background color is #D0F8EE.

Border color

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

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

This div border color is #D0F8EE.

Opacity

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

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

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

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

This text has shadow with #D0F8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0F8EE.

Preview

Color preview on black background

This text has color #D0F8EE on black background.


Color preview on white background

This text has color #D0F8EE on white background.


Black color preview on #D0F8EE background

This text has black color on #D0F8EE background.


White color preview on #D0F8EE background

This text has white color on #D0F8EE background.


Related colors

Complementary color

Complementary color for #hex is #2F0711.


I love getcolorcode.com

Triadic colors

1 #EED0F8 and #F8EED0 with #D0F8EE are triadic colors.

2 #EEF8D0 and #F8D0EE with #D0F8EE are triadic colors.