COLOR #D5DAEF

HEX: #D5DAEF
RGB: (213,218,239)

Renk bilgisi

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

RGB renk modeli

#D5DAEF color RGB value is (213,218,239).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 218 of 255 = 85%
B 239 of 255 = 94%

213
218
239

R + G + B ~ 88%. #D5DAEF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 218 + 239 = 670 (100%)
R 213 of 670 ~ 31.79%
G 218 of 670 ~ 32.54%
B 239 of 670 ~ 35.67%

%31.79
%32.54
%35.67

CMYK RENK MODELİ

#D5DAEF rengi CMYK tonu (11,9,0,6).

  • camgöbeği tonu 10.88%
  • eflatun tonu 8.79%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(11,9,0,6)
C11M9Y0K6 
(11%,9%,0%,6%)
(0.11/0.09/0.00/0.06)	

CMYK yüzdeleri

%10.88
%8.79
%0
%6.27

Codes

Color #D5DAEF in popluar color models

D5DAEF
RGB213218239
HSL228°44.83%88.63%
HSB/HSV228°10.88%93.73%
CMYK10.88%8.79%0.00%
6.27%

Color #D5DAEF in popluar number systems.

HEXD5DAEF
Decimal213218239
Binary110101011101101011101111
Octal325332357

Shades and tints

Shades of #D5DAEF

#D5DAEF
(213,218,239)
#C2C7DA
(194,199,218)
#AFB4C5
(175,180,197)
#9CA1B0
(156,161,176)
#898E9B
(137,142,155)
#767B86
(118,123,134)
#636871
(99,104,113)
#50555C
(80,85,92)
#3D4247
(61,66,71)
#2A2F32
(42,47,50)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #D5DAEF

#D5DAEF
(213,218,239)
#D8DDF0
(216,221,240)
#DBE0F1
(219,224,241)
#DEE3F2
(222,227,242)
#E1E6F3
(225,230,243)
#E4E9F4
(228,233,244)
#E7ECF5
(231,236,245)
#EAEFF6
(234,239,246)
#EDF2F7
(237,242,247)
#F0F5F8
(240,245,248)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAEF; }

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

This text font color is #D5DAEF.


Background Color

.myBgColor { background-color: #D5DAEF; }

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

This div background color is #D5DAEF.


Border color

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

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

This div border color is #D5DAEF.


Opacity

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

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

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

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

This text has shadow with #D5DAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAEF on black background.


Color preview on white background

This text has color #D5DAEF on white background.



Black color preview on #D5DAEF background

This text has black color on #D5DAEF background.


White color preview on #D5DAEF background

This text has white color on #D5DAEF background.