COLOR #D9D9EA

HEX: #D9D9EA
RGB: (217,217,234)

Color info

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

RGB color model

#D9D9EA color RGB value is (217,217,234).

  • red value is 217;
  • green value is 217;
  • blue value is 234.
RGB:
(217,217,234)
(85%,85%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 217 of 255 = 85%
B 234 of 255 = 92%

217
217
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 217 + 234 = 668 (100%)
R 217 of 668 ~ 32.49%
G 217 of 668 ~ 32.49%
B 234 of 668 ~ 35.03%

%32.49
%32.49
%35.03

CMYK color model

#D9D9EA color CMYK value is (7,7,0,8).

  • cyan value is 7.26%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,7,0,8)
C7M7Y0K8 
(7%,7%,0%,8%)
(0.07/0.07/0.00/0.08)	

CMYK percentages

%7.26
%7.26
%0
%8.24

Codes

Color #D9D9EA in popluar color models

D9D9EA
RGB217217234
HSL240°28.81%88.43%
HSB/HSV240°7.26%91.76%
CMYK7.26%7.26%0.00%
8.24%

Color #D9D9EA in popluar number systems.

HEXD9D9EA
Decimal217217234
Binary110110011101100111101010
Octal331331352

Shades and tints

Shades of #D9D9EA

#D9D9EA
(217,217,234)
#C6C6D5
(198,198,213)
#B3B3C0
(179,179,192)
#A0A0AB
(160,160,171)
#8D8D96
(141,141,150)
#7A7A81
(122,122,129)
#67676C
(103,103,108)
#545457
(84,84,87)
#414142
(65,65,66)
#2E2E2D
(46,46,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #D9D9EA

#D9D9EA
(217,217,234)
#DCDCEB
(220,220,235)
#DFDFEC
(223,223,236)
#E2E2ED
(226,226,237)
#E5E5EE
(229,229,238)
#E8E8EF
(232,232,239)
#EBEBF0
(235,235,240)
#EEEEF1
(238,238,241)
#F1F1F2
(241,241,242)
#F4F4F3
(244,244,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D9EA; }

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

This text font color is #D9D9EA.


Background Color

.myBgColor { background-color: #D9D9EA; }

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

This div background color is #D9D9EA.


Border color

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

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

This div border color is #D9D9EA.


Opacity

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

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

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

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

This text has shadow with #D9D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D9EA on black background.


Color preview on white background

This text has color #D9D9EA on white background.



Black color preview on #D9D9EA background

This text has black color on #D9D9EA background.


White color preview on #D9D9EA background

This text has white color on #D9D9EA background.