COLOR #D5E4E8

HEX: #D5E4E8
RGB: (213,228,232)

Renk bilgisi

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

RGB renk modeli

#D5E4E8 color RGB value is (213,228,232).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 228 of 255 = 89%
B 232 of 255 = 91%

213
228
232

R + G + B ~ 88%. #D5E4E8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 228 + 232 = 673 (100%)
R 213 of 673 ~ 31.65%
G 228 of 673 ~ 33.88%
B 232 of 673 ~ 34.47%

%31.65
%33.88
%34.47

CMYK RENK MODELİ

#D5E4E8 rengi CMYK tonu (8,2,0,9).

  • camgöbeği tonu 8.19%
  • eflatun tonu 1.72%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(8,2,0,9)
C8M2Y0K9 
(8%,2%,0%,9%)
(0.08/0.02/0.00/0.09)	

CMYK yüzdeleri

%8.19
%1.72
%0
%9.02

Codes

Color #D5E4E8 in popluar color models

D5E4E8
RGB213228232
HSL193°29.23%87.25%
HSB/HSV193°8.19%90.98%
CMYK8.19%1.72%0.00%
9.02%

Color #D5E4E8 in popluar number systems.

HEXD5E4E8
Decimal213228232
Binary110101011110010011101000
Octal325344350

Shades and tints

Shades of #D5E4E8

#D5E4E8
(213,228,232)
#C2D0D3
(194,208,211)
#AFBCBE
(175,188,190)
#9CA8A9
(156,168,169)
#899494
(137,148,148)
#76807F
(118,128,127)
#636C6A
(99,108,106)
#505855
(80,88,85)
#3D4440
(61,68,64)
#2A302B
(42,48,43)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #D5E4E8

#D5E4E8
(213,228,232)
#D8E6EA
(216,230,234)
#DBE8EC
(219,232,236)
#DEEAEE
(222,234,238)
#E1ECF0
(225,236,240)
#E4EEF2
(228,238,242)
#E7F0F4
(231,240,244)
#EAF2F6
(234,242,246)
#EDF4F8
(237,244,248)
#F0F6FA
(240,246,250)
#F3F8FC
(243,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E4E8; }

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

This text font color is #D5E4E8.


Background Color

.myBgColor { background-color: #D5E4E8; }

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

This div background color is #D5E4E8.


Border color

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

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

This div border color is #D5E4E8.


Opacity

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

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

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

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

This text has shadow with #D5E4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4E8 on black background.


Color preview on white background

This text has color #D5E4E8 on white background.



Black color preview on #D5E4E8 background

This text has black color on #D5E4E8 background.


White color preview on #D5E4E8 background

This text has white color on #D5E4E8 background.