COLOR #D9E5FA

HEX: #D9E5FA
RGB: (217,229,250)

Renk bilgisi

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

RGB renk modeli

#D9E5FA color RGB value is (217,229,250).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 250 of 255 = 98%

217
229
250

R + G + B ~ 91%. #D9E5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 250 = 696 (100%)
R 217 of 696 ~ 31.18%
G 229 of 696 ~ 32.9%
B 250 of 696 ~ 35.92%

%31.18
%32.9
%35.92

CMYK RENK MODELİ

#D9E5FA rengi CMYK tonu (13,8,0,2).

  • camgöbeği tonu 13.20%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(13,8,0,2)
C13M8Y0K2 
(13%,8%,0%,2%)
(0.13/0.08/0.00/0.02)	

CMYK yüzdeleri

%13.2
%8.4
%0
%1.96

Codes

Color #D9E5FA in popluar color models

D9E5FA
RGB217229250
HSL218°76.74%91.57%
HSB/HSV218°13.20%98.04%
CMYK13.20%8.40%0.00%
1.96%

Color #D9E5FA in popluar number systems.

HEXD9E5FA
Decimal217229250
Binary110110011110010111111010
Octal331345372

Shades and tints

Shades of #D9E5FA

#D9E5FA
(217,229,250)
#C6D1E4
(198,209,228)
#B3BDCE
(179,189,206)
#A0A9B8
(160,169,184)
#8D95A2
(141,149,162)
#7A818C
(122,129,140)
#676D76
(103,109,118)
#545960
(84,89,96)
#41454A
(65,69,74)
#2E3134
(46,49,52)
#1B1D1E
(27,29,30)
#000000
(0,0,0)

Tints of #D9E5FA

#D9E5FA
(217,229,250)
#DCE7FA
(220,231,250)
#DFE9FA
(223,233,250)
#E2EBFA
(226,235,250)
#E5EDFA
(229,237,250)
#E8EFFA
(232,239,250)
#EBF1FA
(235,241,250)
#EEF3FA
(238,243,250)
#F1F5FA
(241,245,250)
#F4F7FA
(244,247,250)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E5FA; }

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

This text font color is #D9E5FA.


Background Color

.myBgColor { background-color: #D9E5FA; }

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

This div background color is #D9E5FA.


Border color

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

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

This div border color is #D9E5FA.


Opacity

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

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

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

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

This text has shadow with #D9E5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5FA on black background.


Color preview on white background

This text has color #D9E5FA on white background.



Black color preview on #D9E5FA background

This text has black color on #D9E5FA background.


White color preview on #D9E5FA background

This text has white color on #D9E5FA background.