COLOR #D5D9ED

HEX: #D5D9ED
RGB: (213,217,237)

Renk bilgisi

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

RGB renk modeli

#D5D9ED color RGB value is (213,217,237).

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

RGB bağlantıları ve doygunluk

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

213
217
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 217 + 237 = 667 (100%)
R 213 of 667 ~ 31.93%
G 217 of 667 ~ 32.53%
B 237 of 667 ~ 35.53%

%31.93
%32.53
%35.53

CMYK RENK MODELİ

#D5D9ED rengi CMYK tonu (10,8,0,7).

  • camgöbeği tonu 10.13%
  • eflatun tonu 8.44%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(10,8,0,7)
C10M8Y0K7 
(10%,8%,0%,7%)
(0.10/0.08/0.00/0.07)	

CMYK yüzdeleri

%10.13
%8.44
%0
%7.06

Codes

Color #D5D9ED in popluar color models

D5D9ED
RGB213217237
HSL230°40.00%88.24%
HSB/HSV230°10.13%92.94%
CMYK10.13%8.44%0.00%
7.06%

Color #D5D9ED in popluar number systems.

HEXD5D9ED
Decimal213217237
Binary110101011101100111101101
Octal325331355

Shades and tints

Shades of #D5D9ED

#D5D9ED
(213,217,237)
#C2C6D8
(194,198,216)
#AFB3C3
(175,179,195)
#9CA0AE
(156,160,174)
#898D99
(137,141,153)
#767A84
(118,122,132)
#63676F
(99,103,111)
#50545A
(80,84,90)
#3D4145
(61,65,69)
#2A2E30
(42,46,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #D5D9ED

#D5D9ED
(213,217,237)
#D8DCEE
(216,220,238)
#DBDFEF
(219,223,239)
#DEE2F0
(222,226,240)
#E1E5F1
(225,229,241)
#E4E8F2
(228,232,242)
#E7EBF3
(231,235,243)
#EAEEF4
(234,238,244)
#EDF1F5
(237,241,245)
#F0F4F6
(240,244,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D9ED; }

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

This text font color is #D5D9ED.


Background Color

.myBgColor { background-color: #D5D9ED; }

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

This div background color is #D5D9ED.


Border color

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

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

This div border color is #D5D9ED.


Opacity

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

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

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

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

This text has shadow with #D5D9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D9ED on black background.


Color preview on white background

This text has color #D5D9ED on white background.



Black color preview on #D5D9ED background

This text has black color on #D5D9ED background.


White color preview on #D5D9ED background

This text has white color on #D5D9ED background.