COLOR #D0F3EA

HEX: #D0F3EA
RGB: (208,243,234)

Color info

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

RGB color model

#D0F3EA color RGB value is (208,243,234).

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

RGB channels and saturation

R 208 of 255 = 82%
G 243 of 255 = 95%
B 234 of 255 = 92%

208
243
234

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

Portions of RGB colors in percentages

R + G + B =
208 + 243 + 234 = 685 (100%)
R 208 of 685 ~ 30.36%
G 243 of 685 ~ 35.47%
B 234 of 685 ~ 34.16%

%30.36
%35.47
%34.16

CMYK color model

#D0F3EA color CMYK value is (14,0,4,5).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(14,0,4,5)
C14M0Y4K5 
(14%,0%,4%,5%)
(0.14/0.00/0.04/0.05)	

CMYK percentages

%14.4
%0
%3.7
%4.71

Codes

Color #D0F3EA in popluar color models

D0F3EA
RGB208243234
HSL165°59.32%88.43%
HSB/HSV165°14.40%95.29%
CMYK14.40%0.00%3.70%
4.71%

Color #D0F3EA in popluar number systems.

HEXD0F3EA
Decimal208243234
Binary110100001111001111101010
Octal320363352

Shades and tints

Shades of #D0F3EA

#D0F3EA
(208,243,234)
#BEDDD5
(190,221,213)
#ACC7C0
(172,199,192)
#9AB1AB
(154,177,171)
#889B96
(136,155,150)
#768581
(118,133,129)
#646F6C
(100,111,108)
#525957
(82,89,87)
#404342
(64,67,66)
#2E2D2D
(46,45,45)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #D0F3EA

#D0F3EA
(208,243,234)
#D4F4EB
(212,244,235)
#D8F5EC
(216,245,236)
#DCF6ED
(220,246,237)
#E0F7EE
(224,247,238)
#E4F8EF
(228,248,239)
#E8F9F0
(232,249,240)
#ECFAF1
(236,250,241)
#F0FBF2
(240,251,242)
#F4FCF3
(244,252,243)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F3EA color. Also use rgb(208,243,234) instead hex code.

Text Font Color

.myTextColor { color: #D0F3EA; }

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

This text font color is #D0F3EA.


Background Color

.myBgColor { background-color: #D0F3EA; }

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

This div background color is #D0F3EA.


Border color

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

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

This div border color is #D0F3EA.


Opacity

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

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

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

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

This text has shadow with #D0F3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F3EA on black background.


Color preview on white background

This text has color #D0F3EA on white background.



Black color preview on #D0F3EA background

This text has black color on #D0F3EA background.


White color preview on #D0F3EA background

This text has white color on #D0F3EA background.