COLOR #D5D9E7

HEX: #D5D9E7
RGB: (213,217,231)

Renk bilgisi

#D5D9E7 contains red, green and blue colors in about the same proportion. #D5D9E7 ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#D5D9E7 color RGB value is (213,217,231).

  • kırmız ton 213;
  • yeşil ton 217;
  • mavi ton 231.
RGB:
(213,217,231)
(84%,85%,91%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 217 of 255 = 85%
B 231 of 255 = 91%

213
217
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 217 + 231 = 661 (100%)
R 213 of 661 ~ 32.22%
G 217 of 661 ~ 32.83%
B 231 of 661 ~ 34.95%

%32.22
%32.83
%34.95

CMYK RENK MODELİ

#D5D9E7 rengi CMYK tonu (8,6,0,9).

  • camgöbeği tonu 7.79%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(8,6,0,9)
C8M6Y0K9 
(8%,6%,0%,9%)
(0.08/0.06/0.00/0.09)	

CMYK yüzdeleri

%7.79
%6.06
%0
%9.41

Codes

Color #D5D9E7 in popluar color models

D5D9E7
RGB213217231
HSL227°27.27%87.06%
HSB/HSV227°7.79%90.59%
CMYK7.79%6.06%0.00%
9.41%

Color #D5D9E7 in popluar number systems.

HEXD5D9E7
Decimal213217231
Binary110101011101100111100111
Octal325331347

Shades and tints

Shades of #D5D9E7

#D5D9E7
(213,217,231)
#C2C6D2
(194,198,210)
#AFB3BD
(175,179,189)
#9CA0A8
(156,160,168)
#898D93
(137,141,147)
#767A7E
(118,122,126)
#636769
(99,103,105)
#505454
(80,84,84)
#3D413F
(61,65,63)
#2A2E2A
(42,46,42)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #D5D9E7

#D5D9E7
(213,217,231)
#D8DCE9
(216,220,233)
#DBDFEB
(219,223,235)
#DEE2ED
(222,226,237)
#E1E5EF
(225,229,239)
#E4E8F1
(228,232,241)
#E7EBF3
(231,235,243)
#EAEEF5
(234,238,245)
#EDF1F7
(237,241,247)
#F0F4F9
(240,244,249)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D9E7; }

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

This text font color is #D5D9E7.


Background Color

.myBgColor { background-color: #D5D9E7; }

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

This div background color is #D5D9E7.


Border color

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

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

This div border color is #D5D9E7.


Opacity

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

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

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

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

This text has shadow with #D5D9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D9E7 on black background.


Color preview on white background

This text has color #D5D9E7 on white background.



Black color preview on #D5D9E7 background

This text has black color on #D5D9E7 background.


White color preview on #D5D9E7 background

This text has white color on #D5D9E7 background.