COLOR #D0EFE1

HEX: #D0EFE1
RGB: (208,239,225)

Color info

#D0EFE1 contains red, green and blue colors in about the same proportion. Web safe color of #D0EFE1 is #CCFFCC (or #CFC).

RGB color model

#D0EFE1 color RGB value is (208,239,225).

  • red value is 208;
  • green value is 239;
  • blue value is 225.
RGB:
(208,239,225)
(82%,94%,88%)

RGB channels and saturation

R 208 of 255 = 82%
G 239 of 255 = 94%
B 225 of 255 = 88%

208
239
225

R + G + B ~ 88%. #D0EFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 239 + 225 = 672 (100%)
R 208 of 672 ~ 30.95%
G 239 of 672 ~ 35.57%
B 225 of 672 ~ 33.48%

%30.95
%35.57
%33.48

CMYK color model

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

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%
CMYK:
(13,0,6,6)
C13M0Y6K6 
(13%,0%,6%,6%)
(0.13/0.00/0.06/0.06)	

CMYK percentages

%12.97
%0
%5.86
%6.27

Codes

Color #D0EFE1 in popluar color models

D0EFE1
RGB208239225
HSL153°49.21%87.65%
HSB/HSV153°12.97%93.73%
CMYK12.97%0.00%5.86%
6.27%

Color #D0EFE1 in popluar number systems.

HEXD0EFE1
Decimal208239225
Binary110100001110111111100001
Octal320357341

Shades and tints

Shades of #D0EFE1

#D0EFE1
(208,239,225)
#BEDACD
(190,218,205)
#ACC5B9
(172,197,185)
#9AB0A5
(154,176,165)
#889B91
(136,155,145)
#76867D
(118,134,125)
#647169
(100,113,105)
#525C55
(82,92,85)
#404741
(64,71,65)
#2E322D
(46,50,45)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #D0EFE1

#D0EFE1
(208,239,225)
#D4F0E3
(212,240,227)
#D8F1E5
(216,241,229)
#DCF2E7
(220,242,231)
#E0F3E9
(224,243,233)
#E4F4EB
(228,244,235)
#E8F5ED
(232,245,237)
#ECF6EF
(236,246,239)
#F0F7F1
(240,247,241)
#F4F8F3
(244,248,243)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EFE1 color. Also use rgb(208,239,225) instead hex code.

Text Font Color

.myTextColor { color: #D0EFE1; }

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

This text font color is #D0EFE1.


Background Color

.myBgColor { background-color: #D0EFE1; }

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

This div background color is #D0EFE1.


Border color

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

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

This div border color is #D0EFE1.


Opacity

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

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

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

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

This text has shadow with #D0EFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EFE1 on black background.


Color preview on white background

This text has color #D0EFE1 on white background.



Black color preview on #D0EFE1 background

This text has black color on #D0EFE1 background.


White color preview on #D0EFE1 background

This text has white color on #D0EFE1 background.