COLOR #D5E8DD

HEX: #D5E8DD
RGB: (213,232,221)

Renk bilgisi

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

RGB renk modeli

#D5E8DD color RGB value is (213,232,221).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 232 of 255 = 91%
B 221 of 255 = 87%

213
232
221

R + G + B ~ 87%. #D5E8DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 232 + 221 = 666 (100%)
R 213 of 666 ~ 31.98%
G 232 of 666 ~ 34.83%
B 221 of 666 ~ 33.18%

%31.98
%34.83
%33.18

CMYK RENK MODELİ

#D5E8DD rengi CMYK tonu (8,0,5,9).

  • camgöbeği tonu 8.19%
  • eflatun tonu 0.00%
  • sarı tonu 4.74%
  • ana renk tonu 9.02%
CMYK:
(8,0,5,9)
C8M0Y5K9 
(8%,0%,5%,9%)
(0.08/0.00/0.05/0.09)	

CMYK yüzdeleri

%8.19
%0
%4.74
%9.02

Codes

Color #D5E8DD in popluar color models

D5E8DD
RGB213232221
HSL145°29.23%87.25%
HSB/HSV145°8.19%90.98%
CMYK8.19%0.00%4.74%
9.02%

Color #D5E8DD in popluar number systems.

HEXD5E8DD
Decimal213232221
Binary110101011110100011011101
Octal325350335

Shades and tints

Shades of #D5E8DD

#D5E8DD
(213,232,221)
#C2D3C9
(194,211,201)
#AFBEB5
(175,190,181)
#9CA9A1
(156,169,161)
#89948D
(137,148,141)
#767F79
(118,127,121)
#636A65
(99,106,101)
#505551
(80,85,81)
#3D403D
(61,64,61)
#2A2B29
(42,43,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #D5E8DD

#D5E8DD
(213,232,221)
#D8EAE0
(216,234,224)
#DBECE3
(219,236,227)
#DEEEE6
(222,238,230)
#E1F0E9
(225,240,233)
#E4F2EC
(228,242,236)
#E7F4EF
(231,244,239)
#EAF6F2
(234,246,242)
#EDF8F5
(237,248,245)
#F0FAF8
(240,250,248)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E8DD; }

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

This text font color is #D5E8DD.


Background Color

.myBgColor { background-color: #D5E8DD; }

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

This div background color is #D5E8DD.


Border color

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

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

This div border color is #D5E8DD.


Opacity

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

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

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

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

This text has shadow with #D5E8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E8DD on black background.


Color preview on white background

This text has color #D5E8DD on white background.



Black color preview on #D5E8DD background

This text has black color on #D5E8DD background.


White color preview on #D5E8DD background

This text has white color on #D5E8DD background.