COLOR #D5E1DD

HEX: #D5E1DD
RGB: (213,225,221)

Renk bilgisi

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

RGB renk modeli

#D5E1DD color RGB value is (213,225,221).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 225 of 255 = 88%
B 221 of 255 = 87%

213
225
221

R + G + B ~ 86%. #D5E1DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 225 + 221 = 659 (100%)
R 213 of 659 ~ 32.32%
G 225 of 659 ~ 34.14%
B 221 of 659 ~ 33.54%

%32.32
%34.14
%33.54

CMYK RENK MODELİ

#D5E1DD rengi CMYK tonu (5,0,2,12).

  • camgöbeği tonu 5.33%
  • eflatun tonu 0.00%
  • sarı tonu 1.78%
  • ana renk tonu 11.76%
CMYK:
(5,0,2,12)
C5M0Y2K12 
(5%,0%,2%,12%)
(0.05/0.00/0.02/0.12)	

CMYK yüzdeleri

%5.33
%0
%1.78
%11.76

Codes

Color #D5E1DD in popluar color models

D5E1DD
RGB213225221
HSL160°16.67%85.88%
HSB/HSV160°5.33%88.24%
CMYK5.33%0.00%1.78%
11.76%

Color #D5E1DD in popluar number systems.

HEXD5E1DD
Decimal213225221
Binary110101011110000111011101
Octal325341335

Shades and tints

Shades of #D5E1DD

#D5E1DD
(213,225,221)
#C2CDC9
(194,205,201)
#AFB9B5
(175,185,181)
#9CA5A1
(156,165,161)
#89918D
(137,145,141)
#767D79
(118,125,121)
#636965
(99,105,101)
#505551
(80,85,81)
#3D413D
(61,65,61)
#2A2D29
(42,45,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5E1DD

#D5E1DD
(213,225,221)
#D8E3E0
(216,227,224)
#DBE5E3
(219,229,227)
#DEE7E6
(222,231,230)
#E1E9E9
(225,233,233)
#E4EBEC
(228,235,236)
#E7EDEF
(231,237,239)
#EAEFF2
(234,239,242)
#EDF1F5
(237,241,245)
#F0F3F8
(240,243,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E1DD; }

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

This text font color is #D5E1DD.


Background Color

.myBgColor { background-color: #D5E1DD; }

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

This div background color is #D5E1DD.


Border color

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

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

This div border color is #D5E1DD.


Opacity

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

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

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

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

This text has shadow with #D5E1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E1DD on black background.


Color preview on white background

This text has color #D5E1DD on white background.



Black color preview on #D5E1DD background

This text has black color on #D5E1DD background.


White color preview on #D5E1DD background

This text has white color on #D5E1DD background.