COLOR #D4D9EB

HEX: #D4D9EB RGB: (212,217,235)

Color info

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

RGB color model

#D4D9EB color RGB value is (212,217,235).

RGB: (212,217,235) (83%, 85%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 235 of 255 = 92%

212
217
235

R + G + B ~ 87%. #D4D9EB is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 217 + 235 = 664 (100%)
R 212 of 664 ~ 31.93%
G 217 of 664 ~ 32.68%
B 235 of 664 ~ 35.39'%

%31.93
%32.68
%35.39

CMYK color model

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

  • cyan value is 9.79%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (10,8,0,8)
C10M8Y0K8 (10%, 8%, 0%, 8%)
(0.10 / 0.08 / 0.00 / 0.08)

CMYK percentages

%9.79
%7.66
%0
%7.84

Codes

Color #D4D9EB in popluar color models

D4 D9 EB
RGB 212 217 235
HSL 227° 36.51% 87.65%
HSB/HSV 227° 9.79% 92.16%
CMYK 9.79% 7.66% 0.00%
7.84%

Color #D4D9EB in popluar number systems.

HEX D4 D9 EB
Decimal 212 217 235
Binary 11010100 11011001 11101011
Octal 324 331 353

Shades and tints

Shades of #D4D9EB

#D4D9EB
(212,217,235)
#C1C6D6
(193,198,214)
#AEB3C1
(174,179,193)
#9BA0AC
(155,160,172)
#888D97
(136,141,151)
#757A82
(117,122,130)
#62676D
(98,103,109)
#4F5458
(79,84,88)
#3C4143
(60,65,67)
#292E2E
(41,46,46)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #D4D9EB

#D4D9EB
(212,217,235)
#D7DCEC
(215,220,236)
#DADFED
(218,223,237)
#DDE2EE
(221,226,238)
#E0E5EF
(224,229,239)
#E3E8F0
(227,232,240)
#E6EBF1
(230,235,241)
#E9EEF2
(233,238,242)
#ECF1F3
(236,241,243)
#EFF4F4
(239,244,244)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D9EB; }

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

This text font color is #D4D9EB.

Background Color

.myBgColor { background-color: #D4D9EB; }

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

This div background color is #D4D9EB.

Border color

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

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

This div border color is #D4D9EB.

Opacity

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

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

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

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

This text has shadow with #D4D9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D9EB.

Preview

Color preview on black background

This text has color #D4D9EB on black background.


Color preview on white background

This text has color #D4D9EB on white background.


Black color preview on #D4D9EB background

This text has black color on #D4D9EB background.


White color preview on #D4D9EB background

This text has white color on #D4D9EB background.


Related colors

Complementary color

Complementary color for #hex is #2B2614.


I love getcolorcode.com

Triadic colors

1 #EBD4D9 and #D9EBD4 with #D4D9EB are triadic colors.

2 #EBD9D4 and #D9D4EB with #D4D9EB are triadic colors.