COLOR #D5DAE6

HEX: #D5DAE6
RGB: (213,218,230)

Renk bilgisi

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

RGB renk modeli

#D5DAE6 color RGB value is (213,218,230).

  • kırmız ton 213;
  • yeşil ton 218;
  • mavi ton 230.
RGB:
(213,218,230)
(84%,85%,90%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 218 of 255 = 85%
B 230 of 255 = 90%

213
218
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 218 + 230 = 661 (100%)
R 213 of 661 ~ 32.22%
G 218 of 661 ~ 32.98%
B 230 of 661 ~ 34.8%

%32.22
%32.98
%34.8

CMYK RENK MODELİ

#D5DAE6 rengi CMYK tonu (7,5,0,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,5,0,10)
C7M5Y0K10 
(7%,5%,0%,10%)
(0.07/0.05/0.00/0.10)	

CMYK yüzdeleri

%7.39
%5.22
%0
%9.8

Codes

Color #D5DAE6 in popluar color models

D5DAE6
RGB213218230
HSL222°25.37%86.86%
HSB/HSV222°7.39%90.20%
CMYK7.39%5.22%0.00%
9.80%

Color #D5DAE6 in popluar number systems.

HEXD5DAE6
Decimal213218230
Binary110101011101101011100110
Octal325332346

Shades and tints

Shades of #D5DAE6

#D5DAE6
(213,218,230)
#C2C7D2
(194,199,210)
#AFB4BE
(175,180,190)
#9CA1AA
(156,161,170)
#898E96
(137,142,150)
#767B82
(118,123,130)
#63686E
(99,104,110)
#50555A
(80,85,90)
#3D4246
(61,66,70)
#2A2F32
(42,47,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #D5DAE6

#D5DAE6
(213,218,230)
#D8DDE8
(216,221,232)
#DBE0EA
(219,224,234)
#DEE3EC
(222,227,236)
#E1E6EE
(225,230,238)
#E4E9F0
(228,233,240)
#E7ECF2
(231,236,242)
#EAEFF4
(234,239,244)
#EDF2F6
(237,242,246)
#F0F5F8
(240,245,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAE6; }

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

This text font color is #D5DAE6.


Background Color

.myBgColor { background-color: #D5DAE6; }

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

This div background color is #D5DAE6.


Border color

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

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

This div border color is #D5DAE6.


Opacity

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

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

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

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

This text has shadow with #D5DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAE6 on black background.


Color preview on white background

This text has color #D5DAE6 on white background.



Black color preview on #D5DAE6 background

This text has black color on #D5DAE6 background.


White color preview on #D5DAE6 background

This text has white color on #D5DAE6 background.