COLOR #D0F0EB

HEX: #D0F0EB
RGB: (208,240,235)

Color info

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

RGB color model

#D0F0EB color RGB value is (208,240,235).

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

RGB channels and saturation

R 208 of 255 = 82%
G 240 of 255 = 94%
B 235 of 255 = 92%

208
240
235

R + G + B ~ 89%. #D0F0EB is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 240 + 235 = 683 (100%)
R 208 of 683 ~ 30.45%
G 240 of 683 ~ 35.14%
B 235 of 683 ~ 34.41%

%30.45
%35.14
%34.41

CMYK color model

#D0F0EB color CMYK value is (13,0,2,6).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(13,0,2,6)
C13M0Y2K6 
(13%,0%,2%,6%)
(0.13/0.00/0.02/0.06)	

CMYK percentages

%13.33
%0
%2.08
%5.88

Codes

Color #D0F0EB in popluar color models

D0F0EB
RGB208240235
HSL171°51.61%87.84%
HSB/HSV171°13.33%94.12%
CMYK13.33%0.00%2.08%
5.88%

Color #D0F0EB in popluar number systems.

HEXD0F0EB
Decimal208240235
Binary110100001111000011101011
Octal320360353

Shades and tints

Shades of #D0F0EB

#D0F0EB
(208,240,235)
#BEDBD6
(190,219,214)
#ACC6C1
(172,198,193)
#9AB1AC
(154,177,172)
#889C97
(136,156,151)
#768782
(118,135,130)
#64726D
(100,114,109)
#525D58
(82,93,88)
#404843
(64,72,67)
#2E332E
(46,51,46)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #D0F0EB

#D0F0EB
(208,240,235)
#D4F1EC
(212,241,236)
#D8F2ED
(216,242,237)
#DCF3EE
(220,243,238)
#E0F4EF
(224,244,239)
#E4F5F0
(228,245,240)
#E8F6F1
(232,246,241)
#ECF7F2
(236,247,242)
#F0F8F3
(240,248,243)
#F4F9F4
(244,249,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F0EB; }

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

This text font color is #D0F0EB.


Background Color

.myBgColor { background-color: #D0F0EB; }

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

This div background color is #D0F0EB.


Border color

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

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

This div border color is #D0F0EB.


Opacity

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

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

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

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

This text has shadow with #D0F0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F0EB on black background.


Color preview on white background

This text has color #D0F0EB on white background.



Black color preview on #D0F0EB background

This text has black color on #D0F0EB background.


White color preview on #D0F0EB background

This text has white color on #D0F0EB background.