COLOR #D5DAF7

HEX: #D5DAF7
RGB: (213,218,247)

Renk bilgisi

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

RGB renk modeli

#D5DAF7 color RGB value is (213,218,247).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 218 of 255 = 85%
B 247 of 255 = 97%

213
218
247

R + G + B ~ 89%. #D5DAF7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 218 + 247 = 678 (100%)
R 213 of 678 ~ 31.42%
G 218 of 678 ~ 32.15%
B 247 of 678 ~ 36.43%

%31.42
%32.15
%36.43

CMYK RENK MODELİ

#D5DAF7 rengi CMYK tonu (14,12,0,3).

  • camgöbeği tonu 13.77%
  • eflatun tonu 11.74%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(14,12,0,3)
C14M12Y0K3 
(14%,12%,0%,3%)
(0.14/0.12/0.00/0.03)	

CMYK yüzdeleri

%13.77
%11.74
%0
%3.14

Codes

Color #D5DAF7 in popluar color models

D5DAF7
RGB213218247
HSL231°68.00%90.20%
HSB/HSV231°13.77%96.86%
CMYK13.77%11.74%0.00%
3.14%

Color #D5DAF7 in popluar number systems.

HEXD5DAF7
Decimal213218247
Binary110101011101101011110111
Octal325332367

Shades and tints

Shades of #D5DAF7

#D5DAF7
(213,218,247)
#C2C7E1
(194,199,225)
#AFB4CB
(175,180,203)
#9CA1B5
(156,161,181)
#898E9F
(137,142,159)
#767B89
(118,123,137)
#636873
(99,104,115)
#50555D
(80,85,93)
#3D4247
(61,66,71)
#2A2F31
(42,47,49)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #D5DAF7

#D5DAF7
(213,218,247)
#D8DDF7
(216,221,247)
#DBE0F7
(219,224,247)
#DEE3F7
(222,227,247)
#E1E6F7
(225,230,247)
#E4E9F7
(228,233,247)
#E7ECF7
(231,236,247)
#EAEFF7
(234,239,247)
#EDF2F7
(237,242,247)
#F0F5F7
(240,245,247)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAF7; }

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

This text font color is #D5DAF7.


Background Color

.myBgColor { background-color: #D5DAF7; }

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

This div background color is #D5DAF7.


Border color

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

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

This div border color is #D5DAF7.


Opacity

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

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

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

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

This text has shadow with #D5DAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAF7 on black background.


Color preview on white background

This text has color #D5DAF7 on white background.



Black color preview on #D5DAF7 background

This text has black color on #D5DAF7 background.


White color preview on #D5DAF7 background

This text has white color on #D5DAF7 background.