COLOR #D0F2EB

HEX: #D0F2EB
RGB: (208,242,235)

Color info

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

RGB color model

#D0F2EB color RGB value is (208,242,235).

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

RGB channels and saturation

R 208 of 255 = 82%
G 242 of 255 = 95%
B 235 of 255 = 92%

208
242
235

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

Portions of RGB colors in percentages

R + G + B =
208 + 242 + 235 = 685 (100%)
R 208 of 685 ~ 30.36%
G 242 of 685 ~ 35.33%
B 235 of 685 ~ 34.31%

%30.36
%35.33
%34.31

CMYK color model

#D0F2EB color CMYK value is (14,0,3,5).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(14,0,3,5)
C14M0Y3K5 
(14%,0%,3%,5%)
(0.14/0.00/0.03/0.05)	

CMYK percentages

%14.05
%0
%2.89
%5.1

Codes

Color #D0F2EB in popluar color models

D0F2EB
RGB208242235
HSL168°56.67%88.24%
HSB/HSV168°14.05%94.90%
CMYK14.05%0.00%2.89%
5.10%

Color #D0F2EB in popluar number systems.

HEXD0F2EB
Decimal208242235
Binary110100001111001011101011
Octal320362353

Shades and tints

Shades of #D0F2EB

#D0F2EB
(208,242,235)
#BEDCD6
(190,220,214)
#ACC6C1
(172,198,193)
#9AB0AC
(154,176,172)
#889A97
(136,154,151)
#768482
(118,132,130)
#646E6D
(100,110,109)
#525858
(82,88,88)
#404243
(64,66,67)
#2E2C2E
(46,44,46)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #D0F2EB

#D0F2EB
(208,242,235)
#D4F3EC
(212,243,236)
#D8F4ED
(216,244,237)
#DCF5EE
(220,245,238)
#E0F6EF
(224,246,239)
#E4F7F0
(228,247,240)
#E8F8F1
(232,248,241)
#ECF9F2
(236,249,242)
#F0FAF3
(240,250,243)
#F4FBF4
(244,251,244)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F2EB; }

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

This text font color is #D0F2EB.


Background Color

.myBgColor { background-color: #D0F2EB; }

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

This div background color is #D0F2EB.


Border color

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

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

This div border color is #D0F2EB.


Opacity

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

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

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

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

This text has shadow with #D0F2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F2EB on black background.


Color preview on white background

This text has color #D0F2EB on white background.



Black color preview on #D0F2EB background

This text has black color on #D0F2EB background.


White color preview on #D0F2EB background

This text has white color on #D0F2EB background.