COLOR #D4DAE6

HEX: #D4DAE6
RGB: (212,218,230)

Renk bilgisi

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

RGB renk modeli

#D4DAE6 color RGB value is (212,218,230).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 218 of 255 = 85%
B 230 of 255 = 90%

212
218
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 218 + 230 = 660 (100%)
R 212 of 660 ~ 32.12%
G 218 of 660 ~ 33.03%
B 230 of 660 ~ 34.85%

%32.12
%33.03
%34.85

CMYK RENK MODELİ

#D4DAE6 rengi CMYK tonu (8,5,0,10).

  • camgöbeği tonu 7.83%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(8,5,0,10)
C8M5Y0K10 
(8%,5%,0%,10%)
(0.08/0.05/0.00/0.10)	

CMYK yüzdeleri

%7.83
%5.22
%0
%9.8

Codes

Color #D4DAE6 in popluar color models

D4DAE6
RGB212218230
HSL220°26.47%86.67%
HSB/HSV220°7.83%90.20%
CMYK7.83%5.22%0.00%
9.80%

Color #D4DAE6 in popluar number systems.

HEXD4DAE6
Decimal212218230
Binary110101001101101011100110
Octal324332346

Shades and tints

Shades of #D4DAE6

#D4DAE6
(212,218,230)
#C1C7D2
(193,199,210)
#AEB4BE
(174,180,190)
#9BA1AA
(155,161,170)
#888E96
(136,142,150)
#757B82
(117,123,130)
#62686E
(98,104,110)
#4F555A
(79,85,90)
#3C4246
(60,66,70)
#292F32
(41,47,50)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #D4DAE6

#D4DAE6
(212,218,230)
#D7DDE8
(215,221,232)
#DAE0EA
(218,224,234)
#DDE3EC
(221,227,236)
#E0E6EE
(224,230,238)
#E3E9F0
(227,233,240)
#E6ECF2
(230,236,242)
#E9EFF4
(233,239,244)
#ECF2F6
(236,242,246)
#EFF5F8
(239,245,248)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAE6; }

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

This text font color is #D4DAE6.


Background Color

.myBgColor { background-color: #D4DAE6; }

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

This div background color is #D4DAE6.


Border color

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

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

This div border color is #D4DAE6.


Opacity

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

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

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

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

This text has shadow with #D4DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAE6 on black background.


Color preview on white background

This text has color #D4DAE6 on white background.



Black color preview on #D4DAE6 background

This text has black color on #D4DAE6 background.


White color preview on #D4DAE6 background

This text has white color on #D4DAE6 background.