COLOR #D5D5E9

HEX: #D5D5E9
RGB: (213,213,233)

Color info

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

RGB color model

#D5D5E9 color RGB value is (213,213,233).

  • red value is 213;
  • green value is 213;
  • blue value is 233.
RGB:
(213,213,233)
(84%,84%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 213 of 255 = 84%
B 233 of 255 = 91%

213
213
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 213 + 233 = 659 (100%)
R 213 of 659 ~ 32.32%
G 213 of 659 ~ 32.32%
B 233 of 659 ~ 35.36%

%32.32
%32.32
%35.36

CMYK color model

#D5D5E9 color CMYK value is (9,9,0,9).

  • cyan value is 8.58%
  • magenta value is 8.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,9,0,9)
C9M9Y0K9 
(9%,9%,0%,9%)
(0.09/0.09/0.00/0.09)	

CMYK percentages

%8.58
%8.58
%0
%8.63

Codes

Color #D5D5E9 in popluar color models

D5D5E9
RGB213213233
HSL240°31.25%87.45%
HSB/HSV240°8.58%91.37%
CMYK8.58%8.58%0.00%
8.63%

Color #D5D5E9 in popluar number systems.

HEXD5D5E9
Decimal213213233
Binary110101011101010111101001
Octal325325351

Shades and tints

Shades of #D5D5E9

#D5D5E9
(213,213,233)
#C2C2D4
(194,194,212)
#AFAFBF
(175,175,191)
#9C9CAA
(156,156,170)
#898995
(137,137,149)
#767680
(118,118,128)
#63636B
(99,99,107)
#505056
(80,80,86)
#3D3D41
(61,61,65)
#2A2A2C
(42,42,44)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5D5E9

#D5D5E9
(213,213,233)
#D8D8EB
(216,216,235)
#DBDBED
(219,219,237)
#DEDEEF
(222,222,239)
#E1E1F1
(225,225,241)
#E4E4F3
(228,228,243)
#E7E7F5
(231,231,245)
#EAEAF7
(234,234,247)
#EDEDF9
(237,237,249)
#F0F0FB
(240,240,251)
#F3F3FD
(243,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D5E9; }

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

This text font color is #D5D5E9.


Background Color

.myBgColor { background-color: #D5D5E9; }

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

This div background color is #D5D5E9.


Border color

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

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

This div border color is #D5D5E9.


Opacity

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

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

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

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

This text has shadow with #D5D5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D5E9 on black background.


Color preview on white background

This text has color #D5D5E9 on white background.



Black color preview on #D5D5E9 background

This text has black color on #D5D5E9 background.


White color preview on #D5D5E9 background

This text has white color on #D5D5E9 background.