COLOR #D5E1EE

HEX: #D5E1EE
RGB: (213,225,238)

Renk bilgisi

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

RGB renk modeli

#D5E1EE color RGB value is (213,225,238).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 225 of 255 = 88%
B 238 of 255 = 93%

213
225
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 225 + 238 = 676 (100%)
R 213 of 676 ~ 31.51%
G 225 of 676 ~ 33.28%
B 238 of 676 ~ 35.21%

%31.51
%33.28
%35.21

CMYK RENK MODELİ

#D5E1EE rengi CMYK tonu (11,5,0,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 5.46%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(11,5,0,7)
C11M5Y0K7 
(11%,5%,0%,7%)
(0.11/0.05/0.00/0.07)	

CMYK yüzdeleri

%10.5
%5.46
%0
%6.67

Codes

Color #D5E1EE in popluar color models

D5E1EE
RGB213225238
HSL211°42.37%88.43%
HSB/HSV211°10.50%93.33%
CMYK10.50%5.46%0.00%
6.67%

Color #D5E1EE in popluar number systems.

HEXD5E1EE
Decimal213225238
Binary110101011110000111101110
Octal325341356

Shades and tints

Shades of #D5E1EE

#D5E1EE
(213,225,238)
#C2CDD9
(194,205,217)
#AFB9C4
(175,185,196)
#9CA5AF
(156,165,175)
#89919A
(137,145,154)
#767D85
(118,125,133)
#636970
(99,105,112)
#50555B
(80,85,91)
#3D4146
(61,65,70)
#2A2D31
(42,45,49)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5E1EE

#D5E1EE
(213,225,238)
#D8E3EF
(216,227,239)
#DBE5F0
(219,229,240)
#DEE7F1
(222,231,241)
#E1E9F2
(225,233,242)
#E4EBF3
(228,235,243)
#E7EDF4
(231,237,244)
#EAEFF5
(234,239,245)
#EDF1F6
(237,241,246)
#F0F3F7
(240,243,247)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E1EE; }

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

This text font color is #D5E1EE.


Background Color

.myBgColor { background-color: #D5E1EE; }

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

This div background color is #D5E1EE.


Border color

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

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

This div border color is #D5E1EE.


Opacity

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

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

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

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

This text has shadow with #D5E1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E1EE on black background.


Color preview on white background

This text has color #D5E1EE on white background.



Black color preview on #D5E1EE background

This text has black color on #D5E1EE background.


White color preview on #D5E1EE background

This text has white color on #D5E1EE background.