COLOR #D5E9FE

HEX: #D5E9FE
RGB: (213,233,254)

Renk bilgisi

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

RGB renk modeli

#D5E9FE color RGB value is (213,233,254).

  • kırmız ton 213;
  • yeşil ton 233;
  • mavi ton 254.
RGB:
(213,233,254)
(84%,91%,100%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 233 of 255 = 91%
B 254 of 255 = 100%

213
233
254

R + G + B ~ 92%. #D5E9FE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 233 + 254 = 700 (100%)
R 213 of 700 ~ 30.43%
G 233 of 700 ~ 33.29%
B 254 of 700 ~ 36.29%

%30.43
%33.29
%36.29

CMYK RENK MODELİ

#D5E9FE rengi CMYK tonu (16,8,0,0).

  • camgöbeği tonu 16.14%
  • eflatun tonu 8.27%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(16,8,0,0)
C16M8Y0K0 
(16%,8%,0%,0%)
(0.16/0.08/0.00/0.00)	

CMYK yüzdeleri

%16.14
%8.27
%0
%0.39

Codes

Color #D5E9FE in popluar color models

D5E9FE
RGB213233254
HSL211°95.35%91.57%
HSB/HSV211°16.14%99.61%
CMYK16.14%8.27%0.00%
0.39%

Color #D5E9FE in popluar number systems.

HEXD5E9FE
Decimal213233254
Binary110101011110100111111110
Octal325351376

Shades and tints

Shades of #D5E9FE

#D5E9FE
(213,233,254)
#C2D4E7
(194,212,231)
#AFBFD0
(175,191,208)
#9CAAB9
(156,170,185)
#8995A2
(137,149,162)
#76808B
(118,128,139)
#636B74
(99,107,116)
#50565D
(80,86,93)
#3D4146
(61,65,70)
#2A2C2F
(42,44,47)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5E9FE

#D5E9FE
(213,233,254)
#D8EBFE
(216,235,254)
#DBEDFE
(219,237,254)
#DEEFFE
(222,239,254)
#E1F1FE
(225,241,254)
#E4F3FE
(228,243,254)
#E7F5FE
(231,245,254)
#EAF7FE
(234,247,254)
#EDF9FE
(237,249,254)
#F0FBFE
(240,251,254)
#F3FDFE
(243,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E9FE color. Also use rgb(213,233,254) instead hex code.

Text Font Color

.myTextColor { color: #D5E9FE; }

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

This text font color is #D5E9FE.


Background Color

.myBgColor { background-color: #D5E9FE; }

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

This div background color is #D5E9FE.


Border color

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

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

This div border color is #D5E9FE.


Opacity

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

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

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

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

This text has shadow with #D5E9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9FE on black background.


Color preview on white background

This text has color #D5E9FE on white background.



Black color preview on #D5E9FE background

This text has black color on #D5E9FE background.


White color preview on #D5E9FE background

This text has white color on #D5E9FE background.