COLOR #D5DAF8

HEX: #D5DAF8
RGB: (213,218,248)

Renk bilgisi

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

RGB renk modeli

#D5DAF8 color RGB value is (213,218,248).

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

RGB bağlantıları ve doygunluk

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

213
218
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 218 + 248 = 679 (100%)
R 213 of 679 ~ 31.37%
G 218 of 679 ~ 32.11%
B 248 of 679 ~ 36.52%

%31.37
%32.11
%36.52

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%14.11
%12.1
%0
%2.75

Codes

Color #D5DAF8 in popluar color models

D5DAF8
RGB213218248
HSL231°71.43%90.39%
HSB/HSV231°14.11%97.25%
CMYK14.11%12.10%0.00%
2.75%

Color #D5DAF8 in popluar number systems.

HEXD5DAF8
Decimal213218248
Binary110101011101101011111000
Octal325332370

Shades and tints

Shades of #D5DAF8

#D5DAF8
(213,218,248)
#C2C7E2
(194,199,226)
#AFB4CC
(175,180,204)
#9CA1B6
(156,161,182)
#898EA0
(137,142,160)
#767B8A
(118,123,138)
#636874
(99,104,116)
#50555E
(80,85,94)
#3D4248
(61,66,72)
#2A2F32
(42,47,50)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #D5DAF8

#D5DAF8
(213,218,248)
#D8DDF8
(216,221,248)
#DBE0F8
(219,224,248)
#DEE3F8
(222,227,248)
#E1E6F8
(225,230,248)
#E4E9F8
(228,233,248)
#E7ECF8
(231,236,248)
#EAEFF8
(234,239,248)
#EDF2F8
(237,242,248)
#F0F5F8
(240,245,248)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAF8; }

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

This text font color is #D5DAF8.


Background Color

.myBgColor { background-color: #D5DAF8; }

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

This div background color is #D5DAF8.


Border color

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

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

This div border color is #D5DAF8.


Opacity

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

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

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

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

This text has shadow with #D5DAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAF8 on black background.


Color preview on white background

This text has color #D5DAF8 on white background.



Black color preview on #D5DAF8 background

This text has black color on #D5DAF8 background.


White color preview on #D5DAF8 background

This text has white color on #D5DAF8 background.