COLOR #D9E5F5

HEX: #D9E5F5
RGB: (217,229,245)

Renk bilgisi

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

RGB renk modeli

#D9E5F5 color RGB value is (217,229,245).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 245 of 255 = 96%

217
229
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 245 = 691 (100%)
R 217 of 691 ~ 31.4%
G 229 of 691 ~ 33.14%
B 245 of 691 ~ 35.46%

%31.4
%33.14
%35.46

CMYK RENK MODELİ

#D9E5F5 rengi CMYK tonu (11,7,0,4).

  • camgöbeği tonu 11.43%
  • eflatun tonu 6.53%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(11,7,0,4)
C11M7Y0K4 
(11%,7%,0%,4%)
(0.11/0.07/0.00/0.04)	

CMYK yüzdeleri

%11.43
%6.53
%0
%3.92

Codes

Color #D9E5F5 in popluar color models

D9E5F5
RGB217229245
HSL214°58.33%90.59%
HSB/HSV214°11.43%96.08%
CMYK11.43%6.53%0.00%
3.92%

Color #D9E5F5 in popluar number systems.

HEXD9E5F5
Decimal217229245
Binary110110011110010111110101
Octal331345365

Shades and tints

Shades of #D9E5F5

#D9E5F5
(217,229,245)
#C6D1DF
(198,209,223)
#B3BDC9
(179,189,201)
#A0A9B3
(160,169,179)
#8D959D
(141,149,157)
#7A8187
(122,129,135)
#676D71
(103,109,113)
#54595B
(84,89,91)
#414545
(65,69,69)
#2E312F
(46,49,47)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #D9E5F5

#D9E5F5
(217,229,245)
#DCE7F5
(220,231,245)
#DFE9F5
(223,233,245)
#E2EBF5
(226,235,245)
#E5EDF5
(229,237,245)
#E8EFF5
(232,239,245)
#EBF1F5
(235,241,245)
#EEF3F5
(238,243,245)
#F1F5F5
(241,245,245)
#F4F7F5
(244,247,245)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E5F5; }

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

This text font color is #D9E5F5.


Background Color

.myBgColor { background-color: #D9E5F5; }

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

This div background color is #D9E5F5.


Border color

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

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

This div border color is #D9E5F5.


Opacity

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

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

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

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

This text has shadow with #D9E5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5F5 on black background.


Color preview on white background

This text has color #D9E5F5 on white background.



Black color preview on #D9E5F5 background

This text has black color on #D9E5F5 background.


White color preview on #D9E5F5 background

This text has white color on #D9E5F5 background.