COLOR #D5D7F1

HEX: #D5D7F1
RGB: (213,215,241)

Color info

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

RGB color model

#D5D7F1 color RGB value is (213,215,241).

  • red value is 213;
  • green value is 215;
  • blue value is 241.
RGB:
(213,215,241)
(84%,84%,95%)

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 241 of 255 = 95%

213
215
241

R + G + B ~ 88%. #D5D7F1 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 241 = 669 (100%)
R 213 of 669 ~ 31.84%
G 215 of 669 ~ 32.14%
B 241 of 669 ~ 36.02%

%31.84
%32.14
%36.02

CMYK color model

#D5D7F1 color CMYK value is (12,11,0,5).

  • cyan value is 11.62%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,11,0,5)
C12M11Y0K5 
(12%,11%,0%,5%)
(0.12/0.11/0.00/0.05)	

CMYK percentages

%11.62
%10.79
%0
%5.49

Codes

Color #D5D7F1 in popluar color models

D5D7F1
RGB213215241
HSL236°50.00%89.02%
HSB/HSV236°11.62%94.51%
CMYK11.62%10.79%0.00%
5.49%

Color #D5D7F1 in popluar number systems.

HEXD5D7F1
Decimal213215241
Binary110101011101011111110001
Octal325327361

Shades and tints

Shades of #D5D7F1

#D5D7F1
(213,215,241)
#C2C4DC
(194,196,220)
#AFB1C7
(175,177,199)
#9C9EB2
(156,158,178)
#898B9D
(137,139,157)
#767888
(118,120,136)
#636573
(99,101,115)
#50525E
(80,82,94)
#3D3F49
(61,63,73)
#2A2C34
(42,44,52)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #D5D7F1

#D5D7F1
(213,215,241)
#D8DAF2
(216,218,242)
#DBDDF3
(219,221,243)
#DEE0F4
(222,224,244)
#E1E3F5
(225,227,245)
#E4E6F6
(228,230,246)
#E7E9F7
(231,233,247)
#EAECF8
(234,236,248)
#EDEFF9
(237,239,249)
#F0F2FA
(240,242,250)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7F1; }

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

This text font color is #D5D7F1.


Background Color

.myBgColor { background-color: #D5D7F1; }

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

This div background color is #D5D7F1.


Border color

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

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

This div border color is #D5D7F1.


Opacity

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

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

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

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

This text has shadow with #D5D7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7F1 on black background.


Color preview on white background

This text has color #D5D7F1 on white background.



Black color preview on #D5D7F1 background

This text has black color on #D5D7F1 background.


White color preview on #D5D7F1 background

This text has white color on #D5D7F1 background.