COLOR #D4D9E6

HEX: #D4D9E6
RGB: (212,217,230)

Renk bilgisi

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

RGB renk modeli

#D4D9E6 color RGB value is (212,217,230).

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

RGB bağlantıları ve doygunluk

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

212
217
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 217 + 230 = 659 (100%)
R 212 of 659 ~ 32.17%
G 217 of 659 ~ 32.93%
B 230 of 659 ~ 34.9%

%32.17
%32.93
%34.9

CMYK RENK MODELİ

#D4D9E6 rengi CMYK tonu (8,6,0,10).

  • camgöbeği tonu 7.83%
  • eflatun tonu 5.65%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(8,6,0,10)
C8M6Y0K10 
(8%,6%,0%,10%)
(0.08/0.06/0.00/0.10)	

CMYK yüzdeleri

%7.83
%5.65
%0
%9.8

Codes

Color #D4D9E6 in popluar color models

D4D9E6
RGB212217230
HSL223°26.47%86.67%
HSB/HSV223°7.83%90.20%
CMYK7.83%5.65%0.00%
9.80%

Color #D4D9E6 in popluar number systems.

HEXD4D9E6
Decimal212217230
Binary110101001101100111100110
Octal324331346

Shades and tints

Shades of #D4D9E6

#D4D9E6
(212,217,230)
#C1C6D2
(193,198,210)
#AEB3BE
(174,179,190)
#9BA0AA
(155,160,170)
#888D96
(136,141,150)
#757A82
(117,122,130)
#62676E
(98,103,110)
#4F545A
(79,84,90)
#3C4146
(60,65,70)
#292E32
(41,46,50)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #D4D9E6

#D4D9E6
(212,217,230)
#D7DCE8
(215,220,232)
#DADFEA
(218,223,234)
#DDE2EC
(221,226,236)
#E0E5EE
(224,229,238)
#E3E8F0
(227,232,240)
#E6EBF2
(230,235,242)
#E9EEF4
(233,238,244)
#ECF1F6
(236,241,246)
#EFF4F8
(239,244,248)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D9E6; }

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

This text font color is #D4D9E6.


Background Color

.myBgColor { background-color: #D4D9E6; }

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

This div background color is #D4D9E6.


Border color

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

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

This div border color is #D4D9E6.


Opacity

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

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

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

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

This text has shadow with #D4D9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9E6 on black background.


Color preview on white background

This text has color #D4D9E6 on white background.



Black color preview on #D4D9E6 background

This text has black color on #D4D9E6 background.


White color preview on #D4D9E6 background

This text has white color on #D4D9E6 background.