COLOR #D5E1E7

HEX: #D5E1E7
RGB: (213,225,231)

Renk bilgisi

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

RGB renk modeli

#D5E1E7 color RGB value is (213,225,231).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 225 of 255 = 88%
B 231 of 255 = 91%

213
225
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 225 + 231 = 669 (100%)
R 213 of 669 ~ 31.84%
G 225 of 669 ~ 33.63%
B 231 of 669 ~ 34.53%

%31.84
%33.63
%34.53

CMYK RENK MODELİ

#D5E1E7 rengi CMYK tonu (8,3,0,9).

  • camgöbeği tonu 7.79%
  • eflatun tonu 2.60%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(8,3,0,9)
C8M3Y0K9 
(8%,3%,0%,9%)
(0.08/0.03/0.00/0.09)	

CMYK yüzdeleri

%7.79
%2.6
%0
%9.41

Codes

Color #D5E1E7 in popluar color models

D5E1E7
RGB213225231
HSL200°27.27%87.06%
HSB/HSV200°7.79%90.59%
CMYK7.79%2.60%0.00%
9.41%

Color #D5E1E7 in popluar number systems.

HEXD5E1E7
Decimal213225231
Binary110101011110000111100111
Octal325341347

Shades and tints

Shades of #D5E1E7

#D5E1E7
(213,225,231)
#C2CDD2
(194,205,210)
#AFB9BD
(175,185,189)
#9CA5A8
(156,165,168)
#899193
(137,145,147)
#767D7E
(118,125,126)
#636969
(99,105,105)
#505554
(80,85,84)
#3D413F
(61,65,63)
#2A2D2A
(42,45,42)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5E1E7

#D5E1E7
(213,225,231)
#D8E3E9
(216,227,233)
#DBE5EB
(219,229,235)
#DEE7ED
(222,231,237)
#E1E9EF
(225,233,239)
#E4EBF1
(228,235,241)
#E7EDF3
(231,237,243)
#EAEFF5
(234,239,245)
#EDF1F7
(237,241,247)
#F0F3F9
(240,243,249)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E1E7; }

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

This text font color is #D5E1E7.


Background Color

.myBgColor { background-color: #D5E1E7; }

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

This div background color is #D5E1E7.


Border color

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

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

This div border color is #D5E1E7.


Opacity

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

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

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

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

This text has shadow with #D5E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E1E7 on black background.


Color preview on white background

This text has color #D5E1E7 on white background.



Black color preview on #D5E1E7 background

This text has black color on #D5E1E7 background.


White color preview on #D5E1E7 background

This text has white color on #D5E1E7 background.