COLOR #D9E5EF

HEX: #D9E5EF
RGB: (217,229,239)

Renk bilgisi

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

RGB renk modeli

#D9E5EF color RGB value is (217,229,239).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 239 of 255 = 94%

217
229
239

R + G + B ~ 90%. #D9E5EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 239 = 685 (100%)
R 217 of 685 ~ 31.68%
G 229 of 685 ~ 33.43%
B 239 of 685 ~ 34.89%

%31.68
%33.43
%34.89

CMYK RENK MODELİ

#D9E5EF rengi CMYK tonu (9,4,0,6).

  • camgöbeği tonu 9.21%
  • eflatun tonu 4.18%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(9,4,0,6)
C9M4Y0K6 
(9%,4%,0%,6%)
(0.09/0.04/0.00/0.06)	

CMYK yüzdeleri

%9.21
%4.18
%0
%6.27

Codes

Color #D9E5EF in popluar color models

D9E5EF
RGB217229239
HSL207°40.74%89.41%
HSB/HSV207°9.21%93.73%
CMYK9.21%4.18%0.00%
6.27%

Color #D9E5EF in popluar number systems.

HEXD9E5EF
Decimal217229239
Binary110110011110010111101111
Octal331345357

Shades and tints

Shades of #D9E5EF

#D9E5EF
(217,229,239)
#C6D1DA
(198,209,218)
#B3BDC5
(179,189,197)
#A0A9B0
(160,169,176)
#8D959B
(141,149,155)
#7A8186
(122,129,134)
#676D71
(103,109,113)
#54595C
(84,89,92)
#414547
(65,69,71)
#2E3132
(46,49,50)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #D9E5EF

#D9E5EF
(217,229,239)
#DCE7F0
(220,231,240)
#DFE9F1
(223,233,241)
#E2EBF2
(226,235,242)
#E5EDF3
(229,237,243)
#E8EFF4
(232,239,244)
#EBF1F5
(235,241,245)
#EEF3F6
(238,243,246)
#F1F5F7
(241,245,247)
#F4F7F8
(244,247,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E5EF; }

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

This text font color is #D9E5EF.


Background Color

.myBgColor { background-color: #D9E5EF; }

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

This div background color is #D9E5EF.


Border color

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

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

This div border color is #D9E5EF.


Opacity

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

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

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

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

This text has shadow with #D9E5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5EF on black background.


Color preview on white background

This text has color #D9E5EF on white background.



Black color preview on #D9E5EF background

This text has black color on #D9E5EF background.


White color preview on #D9E5EF background

This text has white color on #D9E5EF background.