COLOR #D5D9EE

HEX: #D5D9EE
RGB: (213,217,238)

Renk bilgisi

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

RGB renk modeli

#D5D9EE color RGB value is (213,217,238).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 217 of 255 = 85%
B 238 of 255 = 93%

213
217
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 217 + 238 = 668 (100%)
R 213 of 668 ~ 31.89%
G 217 of 668 ~ 32.49%
B 238 of 668 ~ 35.63%

%31.89
%32.49
%35.63

CMYK RENK MODELİ

#D5D9EE rengi CMYK tonu (11,9,0,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(11,9,0,7)
C11M9Y0K7 
(11%,9%,0%,7%)
(0.11/0.09/0.00/0.07)	

CMYK yüzdeleri

%10.5
%8.82
%0
%6.67

Codes

Color #D5D9EE in popluar color models

D5D9EE
RGB213217238
HSL230°42.37%88.43%
HSB/HSV230°10.50%93.33%
CMYK10.50%8.82%0.00%
6.67%

Color #D5D9EE in popluar number systems.

HEXD5D9EE
Decimal213217238
Binary110101011101100111101110
Octal325331356

Shades and tints

Shades of #D5D9EE

#D5D9EE
(213,217,238)
#C2C6D9
(194,198,217)
#AFB3C4
(175,179,196)
#9CA0AF
(156,160,175)
#898D9A
(137,141,154)
#767A85
(118,122,133)
#636770
(99,103,112)
#50545B
(80,84,91)
#3D4146
(61,65,70)
#2A2E31
(42,46,49)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #D5D9EE

#D5D9EE
(213,217,238)
#D8DCEF
(216,220,239)
#DBDFF0
(219,223,240)
#DEE2F1
(222,226,241)
#E1E5F2
(225,229,242)
#E4E8F3
(228,232,243)
#E7EBF4
(231,235,244)
#EAEEF5
(234,238,245)
#EDF1F6
(237,241,246)
#F0F4F7
(240,244,247)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D9EE; }

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

This text font color is #D5D9EE.


Background Color

.myBgColor { background-color: #D5D9EE; }

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

This div background color is #D5D9EE.


Border color

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

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

This div border color is #D5D9EE.


Opacity

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

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

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

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

This text has shadow with #D5D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D9EE on black background.


Color preview on white background

This text has color #D5D9EE on white background.



Black color preview on #D5D9EE background

This text has black color on #D5D9EE background.


White color preview on #D5D9EE background

This text has white color on #D5D9EE background.