COLOR #D0E6EB

HEX: #D0E6EB RGB: (208,230,235)

Color info

#D0E6EB contains red, green and blue colors in about the same proportion. Web safe color of #D0E6EB is #CCCCFF (or #CCF).

RGB color model

#D0E6EB color RGB value is (208,230,235).

RGB: (208,230,235) (82%, 90%, 92%)

RGB channels and saturation

R 208 of 255 = 82%
G 230 of 255 = 90%
B 235 of 255 = 92%

208
230
235

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

Portions of RGB colors in percentages

R + G + B = 208 + 230 + 235 = 673 (100%)
R 208 of 673 ~ 30.91%
G 230 of 673 ~ 34.18%
B 235 of 673 ~ 34.92'%

%30.91
%34.18
%34.92

CMYK color model

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

  • cyan value is 11.49%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,2,0,8)
C11M2Y0K8 (11%, 2%, 0%, 8%)
(0.11 / 0.02 / 0.00 / 0.08)

CMYK percentages

%11.49
%2.13
%0
%7.84

Codes

Color #D0E6EB in popluar color models

D0 E6 EB
RGB 208 230 235
HSL 191° 40.30% 86.86%
HSB/HSV 191° 11.49% 92.16%
CMYK 11.49% 2.13% 0.00%
7.84%

Color #D0E6EB in popluar number systems.

HEX D0 E6 EB
Decimal 208 230 235
Binary 11010000 11100110 11101011
Octal 320 346 353

Shades and tints

Shades of #D0E6EB

#D0E6EB
(208,230,235)
#BED2D6
(190,210,214)
#ACBEC1
(172,190,193)
#9AAAAC
(154,170,172)
#889697
(136,150,151)
#768282
(118,130,130)
#646E6D
(100,110,109)
#525A58
(82,90,88)
#404643
(64,70,67)
#2E322E
(46,50,46)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #D0E6EB

#D0E6EB
(208,230,235)
#D4E8EC
(212,232,236)
#D8EAED
(216,234,237)
#DCECEE
(220,236,238)
#E0EEEF
(224,238,239)
#E4F0F0
(228,240,240)
#E8F2F1
(232,242,241)
#ECF4F2
(236,244,242)
#F0F6F3
(240,246,243)
#F4F8F4
(244,248,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E6EB; }

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

This text font color is #D0E6EB.

Background Color

.myBgColor { background-color: #D0E6EB; }

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

This div background color is #D0E6EB.

Border color

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

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

This div border color is #D0E6EB.

Opacity

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

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

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

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

This text has shadow with #D0E6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E6EB.

Preview

Color preview on black background

This text has color #D0E6EB on black background.


Color preview on white background

This text has color #D0E6EB on white background.


Black color preview on #D0E6EB background

This text has black color on #D0E6EB background.


White color preview on #D0E6EB background

This text has white color on #D0E6EB background.


Related colors

Complementary color

Complementary color for #hex is #2F1914.


I love getcolorcode.com

Triadic colors

1 #EBD0E6 and #E6EBD0 with #D0E6EB are triadic colors.

2 #EBE6D0 and #E6D0EB with #D0E6EB are triadic colors.