COLOR #D9E5E8

HEX: #D9E5E8
RGB: (217,229,232)

Renk bilgisi

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

RGB renk modeli

#D9E5E8 color RGB value is (217,229,232).

  • kırmız ton 217;
  • yeşil ton 229;
  • mavi ton 232.
RGB:
(217,229,232)
(85%,90%,91%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 232 of 255 = 91%

217
229
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 232 = 678 (100%)
R 217 of 678 ~ 32.01%
G 229 of 678 ~ 33.78%
B 232 of 678 ~ 34.22%

%32.01
%33.78
%34.22

CMYK RENK MODELİ

#D9E5E8 rengi CMYK tonu (6,1,0,9).

  • camgöbeği tonu 6.47%
  • eflatun tonu 1.29%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(6,1,0,9)
C6M1Y0K9 
(6%,1%,0%,9%)
(0.06/0.01/0.00/0.09)	

CMYK yüzdeleri

%6.47
%1.29
%0
%9.02

Codes

Color #D9E5E8 in popluar color models

D9E5E8
RGB217229232
HSL192°24.59%88.04%
HSB/HSV192°6.47%90.98%
CMYK6.47%1.29%0.00%
9.02%

Color #D9E5E8 in popluar number systems.

HEXD9E5E8
Decimal217229232
Binary110110011110010111101000
Octal331345350

Shades and tints

Shades of #D9E5E8

#D9E5E8
(217,229,232)
#C6D1D3
(198,209,211)
#B3BDBE
(179,189,190)
#A0A9A9
(160,169,169)
#8D9594
(141,149,148)
#7A817F
(122,129,127)
#676D6A
(103,109,106)
#545955
(84,89,85)
#414540
(65,69,64)
#2E312B
(46,49,43)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #D9E5E8

#D9E5E8
(217,229,232)
#DCE7EA
(220,231,234)
#DFE9EC
(223,233,236)
#E2EBEE
(226,235,238)
#E5EDF0
(229,237,240)
#E8EFF2
(232,239,242)
#EBF1F4
(235,241,244)
#EEF3F6
(238,243,246)
#F1F5F8
(241,245,248)
#F4F7FA
(244,247,250)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E5E8 color. Also use rgb(217,229,232) instead hex code.

Text Font Color

.myTextColor { color: #D9E5E8; }

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

This text font color is #D9E5E8.


Background Color

.myBgColor { background-color: #D9E5E8; }

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

This div background color is #D9E5E8.


Border color

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

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

This div border color is #D9E5E8.


Opacity

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

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

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

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

This text has shadow with #D9E5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5E8 on black background.


Color preview on white background

This text has color #D9E5E8 on white background.



Black color preview on #D9E5E8 background

This text has black color on #D9E5E8 background.


White color preview on #D9E5E8 background

This text has white color on #D9E5E8 background.