COLOR #D9E4E6

HEX: #D9E4E6
RGB: (217,228,230)

Renk bilgisi

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

RGB renk modeli

#D9E4E6 color RGB value is (217,228,230).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 228 of 255 = 89%
B 230 of 255 = 90%

217
228
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 228 + 230 = 675 (100%)
R 217 of 675 ~ 32.15%
G 228 of 675 ~ 33.78%
B 230 of 675 ~ 34.07%

%32.15
%33.78
%34.07

CMYK RENK MODELİ

#D9E4E6 rengi CMYK tonu (6,1,0,10).

  • camgöbeği tonu 5.65%
  • eflatun tonu 0.87%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(6,1,0,10)
C6M1Y0K10 
(6%,1%,0%,10%)
(0.06/0.01/0.00/0.10)	

CMYK yüzdeleri

%5.65
%0.87
%0
%9.8

Codes

Color #D9E4E6 in popluar color models

D9E4E6
RGB217228230
HSL189°20.63%87.65%
HSB/HSV189°5.65%90.20%
CMYK5.65%0.87%0.00%
9.80%

Color #D9E4E6 in popluar number systems.

HEXD9E4E6
Decimal217228230
Binary110110011110010011100110
Octal331344346

Shades and tints

Shades of #D9E4E6

#D9E4E6
(217,228,230)
#C6D0D2
(198,208,210)
#B3BCBE
(179,188,190)
#A0A8AA
(160,168,170)
#8D9496
(141,148,150)
#7A8082
(122,128,130)
#676C6E
(103,108,110)
#54585A
(84,88,90)
#414446
(65,68,70)
#2E3032
(46,48,50)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #D9E4E6

#D9E4E6
(217,228,230)
#DCE6E8
(220,230,232)
#DFE8EA
(223,232,234)
#E2EAEC
(226,234,236)
#E5ECEE
(229,236,238)
#E8EEF0
(232,238,240)
#EBF0F2
(235,240,242)
#EEF2F4
(238,242,244)
#F1F4F6
(241,244,246)
#F4F6F8
(244,246,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E4E6; }

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

This text font color is #D9E4E6.


Background Color

.myBgColor { background-color: #D9E4E6; }

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

This div background color is #D9E4E6.


Border color

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

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

This div border color is #D9E4E6.


Opacity

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

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

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

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

This text has shadow with #D9E4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E4E6 on black background.


Color preview on white background

This text has color #D9E4E6 on white background.



Black color preview on #D9E4E6 background

This text has black color on #D9E4E6 background.


White color preview on #D9E4E6 background

This text has white color on #D9E4E6 background.