COLOR #D5EAF6

HEX: #D5EAF6
RGB: (213,234,246)

Renk bilgisi

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

RGB renk modeli

#D5EAF6 color RGB value is (213,234,246).

  • kırmız ton 213;
  • yeşil ton 234;
  • mavi ton 246.
RGB:
(213,234,246)
(84%,92%,96%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 234 of 255 = 92%
B 246 of 255 = 96%

213
234
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 234 + 246 = 693 (100%)
R 213 of 693 ~ 30.74%
G 234 of 693 ~ 33.77%
B 246 of 693 ~ 35.5%

%30.74
%33.77
%35.5

CMYK RENK MODELİ

#D5EAF6 rengi CMYK tonu (13,5,0,4).

  • camgöbeği tonu 13.41%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(13,5,0,4)
C13M5Y0K4 
(13%,5%,0%,4%)
(0.13/0.05/0.00/0.04)	

CMYK yüzdeleri

%13.41
%4.88
%0
%3.53

Codes

Color #D5EAF6 in popluar color models

D5EAF6
RGB213234246
HSL202°64.71%90.00%
HSB/HSV202°13.41%96.47%
CMYK13.41%4.88%0.00%
3.53%

Color #D5EAF6 in popluar number systems.

HEXD5EAF6
Decimal213234246
Binary110101011110101011110110
Octal325352366

Shades and tints

Shades of #D5EAF6

#D5EAF6
(213,234,246)
#C2D5E0
(194,213,224)
#AFC0CA
(175,192,202)
#9CABB4
(156,171,180)
#89969E
(137,150,158)
#768188
(118,129,136)
#636C72
(99,108,114)
#50575C
(80,87,92)
#3D4246
(61,66,70)
#2A2D30
(42,45,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5EAF6

#D5EAF6
(213,234,246)
#D8EBF6
(216,235,246)
#DBECF6
(219,236,246)
#DEEDF6
(222,237,246)
#E1EEF6
(225,238,246)
#E4EFF6
(228,239,246)
#E7F0F6
(231,240,246)
#EAF1F6
(234,241,246)
#EDF2F6
(237,242,246)
#F0F3F6
(240,243,246)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EAF6 color. Also use rgb(213,234,246) instead hex code.

Text Font Color

.myTextColor { color: #D5EAF6; }

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

This text font color is #D5EAF6.


Background Color

.myBgColor { background-color: #D5EAF6; }

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

This div background color is #D5EAF6.


Border color

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

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

This div border color is #D5EAF6.


Opacity

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

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

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

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

This text has shadow with #D5EAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAF6 on black background.


Color preview on white background

This text has color #D5EAF6 on white background.



Black color preview on #D5EAF6 background

This text has black color on #D5EAF6 background.


White color preview on #D5EAF6 background

This text has white color on #D5EAF6 background.