COLOR #D9E5EA

HEX: #D9E5EA
RGB: (217,229,234)

Renk bilgisi

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

RGB renk modeli

#D9E5EA color RGB value is (217,229,234).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 234 of 255 = 92%

217
229
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 234 = 680 (100%)
R 217 of 680 ~ 31.91%
G 229 of 680 ~ 33.68%
B 234 of 680 ~ 34.41%

%31.91
%33.68
%34.41

CMYK RENK MODELİ

#D9E5EA rengi CMYK tonu (7,2,0,8).

  • camgöbeği tonu 7.26%
  • eflatun tonu 2.14%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(7,2,0,8)
C7M2Y0K8 
(7%,2%,0%,8%)
(0.07/0.02/0.00/0.08)	

CMYK yüzdeleri

%7.26
%2.14
%0
%8.24

Codes

Color #D9E5EA in popluar color models

D9E5EA
RGB217229234
HSL198°28.81%88.43%
HSB/HSV198°7.26%91.76%
CMYK7.26%2.14%0.00%
8.24%

Color #D9E5EA in popluar number systems.

HEXD9E5EA
Decimal217229234
Binary110110011110010111101010
Octal331345352

Shades and tints

Shades of #D9E5EA

#D9E5EA
(217,229,234)
#C6D1D5
(198,209,213)
#B3BDC0
(179,189,192)
#A0A9AB
(160,169,171)
#8D9596
(141,149,150)
#7A8181
(122,129,129)
#676D6C
(103,109,108)
#545957
(84,89,87)
#414542
(65,69,66)
#2E312D
(46,49,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #D9E5EA

#D9E5EA
(217,229,234)
#DCE7EB
(220,231,235)
#DFE9EC
(223,233,236)
#E2EBED
(226,235,237)
#E5EDEE
(229,237,238)
#E8EFEF
(232,239,239)
#EBF1F0
(235,241,240)
#EEF3F1
(238,243,241)
#F1F5F2
(241,245,242)
#F4F7F3
(244,247,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E5EA; }

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

This text font color is #D9E5EA.


Background Color

.myBgColor { background-color: #D9E5EA; }

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

This div background color is #D9E5EA.


Border color

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

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

This div border color is #D9E5EA.


Opacity

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

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

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

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

This text has shadow with #D9E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5EA on black background.


Color preview on white background

This text has color #D9E5EA on white background.



Black color preview on #D9E5EA background

This text has black color on #D9E5EA background.


White color preview on #D9E5EA background

This text has white color on #D9E5EA background.