COLOR #D5E8F9

HEX: #D5E8F9
RGB: (213,232,249)

Renk bilgisi

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

RGB renk modeli

#D5E8F9 color RGB value is (213,232,249).

  • kırmız ton 213;
  • yeşil ton 232;
  • mavi ton 249.
RGB:
(213,232,249)
(84%,91%,98%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 232 of 255 = 91%
B 249 of 255 = 98%

213
232
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 232 + 249 = 694 (100%)
R 213 of 694 ~ 30.69%
G 232 of 694 ~ 33.43%
B 249 of 694 ~ 35.88%

%30.69
%33.43
%35.88

CMYK RENK MODELİ

#D5E8F9 rengi CMYK tonu (14,7,0,2).

  • camgöbeği tonu 14.46%
  • eflatun tonu 6.83%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(14,7,0,2)
C14M7Y0K2 
(14%,7%,0%,2%)
(0.14/0.07/0.00/0.02)	

CMYK yüzdeleri

%14.46
%6.83
%0
%2.35

Codes

Color #D5E8F9 in popluar color models

D5E8F9
RGB213232249
HSL208°75.00%90.59%
HSB/HSV208°14.46%97.65%
CMYK14.46%6.83%0.00%
2.35%

Color #D5E8F9 in popluar number systems.

HEXD5E8F9
Decimal213232249
Binary110101011110100011111001
Octal325350371

Shades and tints

Shades of #D5E8F9

#D5E8F9
(213,232,249)
#C2D3E3
(194,211,227)
#AFBECD
(175,190,205)
#9CA9B7
(156,169,183)
#8994A1
(137,148,161)
#767F8B
(118,127,139)
#636A75
(99,106,117)
#50555F
(80,85,95)
#3D4049
(61,64,73)
#2A2B33
(42,43,51)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #D5E8F9

#D5E8F9
(213,232,249)
#D8EAF9
(216,234,249)
#DBECF9
(219,236,249)
#DEEEF9
(222,238,249)
#E1F0F9
(225,240,249)
#E4F2F9
(228,242,249)
#E7F4F9
(231,244,249)
#EAF6F9
(234,246,249)
#EDF8F9
(237,248,249)
#F0FAF9
(240,250,249)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E8F9 color. Also use rgb(213,232,249) instead hex code.

Text Font Color

.myTextColor { color: #D5E8F9; }

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

This text font color is #D5E8F9.


Background Color

.myBgColor { background-color: #D5E8F9; }

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

This div background color is #D5E8F9.


Border color

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

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

This div border color is #D5E8F9.


Opacity

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

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

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

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

This text has shadow with #D5E8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E8F9 on black background.


Color preview on white background

This text has color #D5E8F9 on white background.



Black color preview on #D5E8F9 background

This text has black color on #D5E8F9 background.


White color preview on #D5E8F9 background

This text has white color on #D5E8F9 background.