COLOR #D0EBE7

HEX: #D0EBE7
RGB: (208,235,231)

Color info

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

RGB color model

#D0EBE7 color RGB value is (208,235,231).

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

RGB channels and saturation

R 208 of 255 = 82%
G 235 of 255 = 92%
B 231 of 255 = 91%

208
235
231

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

Portions of RGB colors in percentages

R + G + B =
208 + 235 + 231 = 674 (100%)
R 208 of 674 ~ 30.86%
G 235 of 674 ~ 34.87%
B 231 of 674 ~ 34.27%

%30.86
%34.87
%34.27

CMYK color model

#D0EBE7 color CMYK value is (11,0,2,8).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(11,0,2,8)
C11M0Y2K8 
(11%,0%,2%,8%)
(0.11/0.00/0.02/0.08)	

CMYK percentages

%11.49
%0
%1.7
%7.84

Codes

Color #D0EBE7 in popluar color models

D0EBE7
RGB208235231
HSL171°40.30%86.86%
HSB/HSV171°11.49%92.16%
CMYK11.49%0.00%1.70%
7.84%

Color #D0EBE7 in popluar number systems.

HEXD0EBE7
Decimal208235231
Binary110100001110101111100111
Octal320353347

Shades and tints

Shades of #D0EBE7

#D0EBE7
(208,235,231)
#BED6D2
(190,214,210)
#ACC1BD
(172,193,189)
#9AACA8
(154,172,168)
#889793
(136,151,147)
#76827E
(118,130,126)
#646D69
(100,109,105)
#525854
(82,88,84)
#40433F
(64,67,63)
#2E2E2A
(46,46,42)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #D0EBE7

#D0EBE7
(208,235,231)
#D4ECE9
(212,236,233)
#D8EDEB
(216,237,235)
#DCEEED
(220,238,237)
#E0EFEF
(224,239,239)
#E4F0F1
(228,240,241)
#E8F1F3
(232,241,243)
#ECF2F5
(236,242,245)
#F0F3F7
(240,243,247)
#F4F4F9
(244,244,249)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EBE7; }

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

This text font color is #D0EBE7.


Background Color

.myBgColor { background-color: #D0EBE7; }

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

This div background color is #D0EBE7.


Border color

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

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

This div border color is #D0EBE7.


Opacity

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

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

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

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

This text has shadow with #D0EBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EBE7 on black background.


Color preview on white background

This text has color #D0EBE7 on white background.



Black color preview on #D0EBE7 background

This text has black color on #D0EBE7 background.


White color preview on #D0EBE7 background

This text has white color on #D0EBE7 background.