COLOR #D5E4E7

HEX: #D5E4E7
RGB: (213,228,231)

Renk bilgisi

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

RGB renk modeli

#D5E4E7 color RGB value is (213,228,231).

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

RGB bağlantıları ve doygunluk

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

213
228
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 228 + 231 = 672 (100%)
R 213 of 672 ~ 31.7%
G 228 of 672 ~ 33.93%
B 231 of 672 ~ 34.38%

%31.7
%33.93
%34.38

CMYK RENK MODELİ

#D5E4E7 rengi CMYK tonu (8,1,0,9).

  • camgöbeği tonu 7.79%
  • eflatun tonu 1.30%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(8,1,0,9)
C8M1Y0K9 
(8%,1%,0%,9%)
(0.08/0.01/0.00/0.09)	

CMYK yüzdeleri

%7.79
%1.3
%0
%9.41

Codes

Color #D5E4E7 in popluar color models

D5E4E7
RGB213228231
HSL190°27.27%87.06%
HSB/HSV190°7.79%90.59%
CMYK7.79%1.30%0.00%
9.41%

Color #D5E4E7 in popluar number systems.

HEXD5E4E7
Decimal213228231
Binary110101011110010011100111
Octal325344347

Shades and tints

Shades of #D5E4E7

#D5E4E7
(213,228,231)
#C2D0D2
(194,208,210)
#AFBCBD
(175,188,189)
#9CA8A8
(156,168,168)
#899493
(137,148,147)
#76807E
(118,128,126)
#636C69
(99,108,105)
#505854
(80,88,84)
#3D443F
(61,68,63)
#2A302A
(42,48,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #D5E4E7

#D5E4E7
(213,228,231)
#D8E6E9
(216,230,233)
#DBE8EB
(219,232,235)
#DEEAED
(222,234,237)
#E1ECEF
(225,236,239)
#E4EEF1
(228,238,241)
#E7F0F3
(231,240,243)
#EAF2F5
(234,242,245)
#EDF4F7
(237,244,247)
#F0F6F9
(240,246,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E4E7; }

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

This text font color is #D5E4E7.


Background Color

.myBgColor { background-color: #D5E4E7; }

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

This div background color is #D5E4E7.


Border color

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

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

This div border color is #D5E4E7.


Opacity

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

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

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

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

This text has shadow with #D5E4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4E7 on black background.


Color preview on white background

This text has color #D5E4E7 on white background.



Black color preview on #D5E4E7 background

This text has black color on #D5E4E7 background.


White color preview on #D5E4E7 background

This text has white color on #D5E4E7 background.