COLOR #D4D5EB

HEX: #D4D5EB
RGB: (212,213,235)

Color info

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

RGB color model

#D4D5EB color RGB value is (212,213,235).

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

RGB channels and saturation

R 212 of 255 = 83%
G 213 of 255 = 84%
B 235 of 255 = 92%

212
213
235

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

Portions of RGB colors in percentages

R + G + B =
212 + 213 + 235 = 660 (100%)
R 212 of 660 ~ 32.12%
G 213 of 660 ~ 32.27%
B 235 of 660 ~ 35.61%

%32.12
%32.27
%35.61

CMYK color model

#D4D5EB color CMYK value is (10,9,0,8).

  • cyan value is 9.79%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,9,0,8)
C10M9Y0K8 
(10%,9%,0%,8%)
(0.10/0.09/0.00/0.08)	

CMYK percentages

%9.79
%9.36
%0
%7.84

Codes

Color #D4D5EB in popluar color models

D4D5EB
RGB212213235
HSL237°36.51%87.65%
HSB/HSV237°9.79%92.16%
CMYK9.79%9.36%0.00%
7.84%

Color #D4D5EB in popluar number systems.

HEXD4D5EB
Decimal212213235
Binary110101001101010111101011
Octal324325353

Shades and tints

Shades of #D4D5EB

#D4D5EB
(212,213,235)
#C1C2D6
(193,194,214)
#AEAFC1
(174,175,193)
#9B9CAC
(155,156,172)
#888997
(136,137,151)
#757682
(117,118,130)
#62636D
(98,99,109)
#4F5058
(79,80,88)
#3C3D43
(60,61,67)
#292A2E
(41,42,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #D4D5EB

#D4D5EB
(212,213,235)
#D7D8EC
(215,216,236)
#DADBED
(218,219,237)
#DDDEEE
(221,222,238)
#E0E1EF
(224,225,239)
#E3E4F0
(227,228,240)
#E6E7F1
(230,231,241)
#E9EAF2
(233,234,242)
#ECEDF3
(236,237,243)
#EFF0F4
(239,240,244)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D5EB; }

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

This text font color is #D4D5EB.


Background Color

.myBgColor { background-color: #D4D5EB; }

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

This div background color is #D4D5EB.


Border color

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

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

This div border color is #D4D5EB.


Opacity

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

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

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

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

This text has shadow with #D4D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D5EB on black background.


Color preview on white background

This text has color #D4D5EB on white background.



Black color preview on #D4D5EB background

This text has black color on #D4D5EB background.


White color preview on #D4D5EB background

This text has white color on #D4D5EB background.