COLOR #D0F0EE

HEX: #D0F0EE
RGB: (208,240,238)

Color info

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

RGB color model

#D0F0EE color RGB value is (208,240,238).

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

RGB channels and saturation

R 208 of 255 = 82%
G 240 of 255 = 94%
B 238 of 255 = 93%

208
240
238

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

Portions of RGB colors in percentages

R + G + B =
208 + 240 + 238 = 686 (100%)
R 208 of 686 ~ 30.32%
G 240 of 686 ~ 34.99%
B 238 of 686 ~ 34.69%

%30.32
%34.99
%34.69

CMYK color model

#D0F0EE color CMYK value is (13,0,1,6).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(13,0,1,6)
C13M0Y1K6 
(13%,0%,1%,6%)
(0.13/0.00/0.01/0.06)	

CMYK percentages

%13.33
%0
%0.83
%5.88

Codes

Color #D0F0EE in popluar color models

D0F0EE
RGB208240238
HSL176°51.61%87.84%
HSB/HSV176°13.33%94.12%
CMYK13.33%0.00%0.83%
5.88%

Color #D0F0EE in popluar number systems.

HEXD0F0EE
Decimal208240238
Binary110100001111000011101110
Octal320360356

Shades and tints

Shades of #D0F0EE

#D0F0EE
(208,240,238)
#BEDBD9
(190,219,217)
#ACC6C4
(172,198,196)
#9AB1AF
(154,177,175)
#889C9A
(136,156,154)
#768785
(118,135,133)
#647270
(100,114,112)
#525D5B
(82,93,91)
#404846
(64,72,70)
#2E3331
(46,51,49)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #D0F0EE

#D0F0EE
(208,240,238)
#D4F1EF
(212,241,239)
#D8F2F0
(216,242,240)
#DCF3F1
(220,243,241)
#E0F4F2
(224,244,242)
#E4F5F3
(228,245,243)
#E8F6F4
(232,246,244)
#ECF7F5
(236,247,245)
#F0F8F6
(240,248,246)
#F4F9F7
(244,249,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F0EE; }

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

This text font color is #D0F0EE.


Background Color

.myBgColor { background-color: #D0F0EE; }

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

This div background color is #D0F0EE.


Border color

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

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

This div border color is #D0F0EE.


Opacity

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

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

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

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

This text has shadow with #D0F0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F0EE on black background.


Color preview on white background

This text has color #D0F0EE on white background.



Black color preview on #D0F0EE background

This text has black color on #D0F0EE background.


White color preview on #D0F0EE background

This text has white color on #D0F0EE background.