COLOR #D0D5EB

HEX: #D0D5EB
RGB: (208,213,235)

Color info

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

RGB color model

#D0D5EB color RGB value is (208,213,235).

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

RGB channels and saturation

R 208 of 255 = 82%
G 213 of 255 = 84%
B 235 of 255 = 92%

208
213
235

R + G + B ~ 86%. #D0D5EB is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 213 + 235 = 656 (100%)
R 208 of 656 ~ 31.71%
G 213 of 656 ~ 32.47%
B 235 of 656 ~ 35.82%

%31.71
%32.47
%35.82

CMYK color model

#D0D5EB color CMYK value is (11,9,0,8).

  • cyan value is 11.49%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,9,0,8)
C11M9Y0K8 
(11%,9%,0%,8%)
(0.11/0.09/0.00/0.08)	

CMYK percentages

%11.49
%9.36
%0
%7.84

Codes

Color #D0D5EB in popluar color models

D0D5EB
RGB208213235
HSL229°40.30%86.86%
HSB/HSV229°11.49%92.16%
CMYK11.49%9.36%0.00%
7.84%

Color #D0D5EB in popluar number systems.

HEXD0D5EB
Decimal208213235
Binary110100001101010111101011
Octal320325353

Shades and tints

Shades of #D0D5EB

#D0D5EB
(208,213,235)
#BEC2D6
(190,194,214)
#ACAFC1
(172,175,193)
#9A9CAC
(154,156,172)
#888997
(136,137,151)
#767682
(118,118,130)
#64636D
(100,99,109)
#525058
(82,80,88)
#403D43
(64,61,67)
#2E2A2E
(46,42,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #D0D5EB

#D0D5EB
(208,213,235)
#D4D8EC
(212,216,236)
#D8DBED
(216,219,237)
#DCDEEE
(220,222,238)
#E0E1EF
(224,225,239)
#E4E4F0
(228,228,240)
#E8E7F1
(232,231,241)
#ECEAF2
(236,234,242)
#F0EDF3
(240,237,243)
#F4F0F4
(244,240,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D5EB; }

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

This text font color is #D0D5EB.


Background Color

.myBgColor { background-color: #D0D5EB; }

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

This div background color is #D0D5EB.


Border color

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

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

This div border color is #D0D5EB.


Opacity

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

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

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

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

This text has shadow with #D0D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D5EB on black background.


Color preview on white background

This text has color #D0D5EB on white background.



Black color preview on #D0D5EB background

This text has black color on #D0D5EB background.


White color preview on #D0D5EB background

This text has white color on #D0D5EB background.