COLOR #D5EADC

HEX: #D5EADC
RGB: (213,234,220)

Renk bilgisi

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

RGB renk modeli

#D5EADC color RGB value is (213,234,220).

  • kırmız ton 213;
  • yeşil ton 234;
  • mavi ton 220.
RGB:
(213,234,220)
(84%,92%,86%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 234 of 255 = 92%
B 220 of 255 = 86%

213
234
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 234 + 220 = 667 (100%)
R 213 of 667 ~ 31.93%
G 234 of 667 ~ 35.08%
B 220 of 667 ~ 32.98%

%31.93
%35.08
%32.98

CMYK RENK MODELİ

#D5EADC rengi CMYK tonu (9,0,6,8).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 5.98%
  • ana renk tonu 8.24%
CMYK:
(9,0,6,8)
C9M0Y6K8 
(9%,0%,6%,8%)
(0.09/0.00/0.06/0.08)	

CMYK yüzdeleri

%8.97
%0
%5.98
%8.24

Codes

Color #D5EADC in popluar color models

D5EADC
RGB213234220
HSL140°33.33%87.65%
HSB/HSV140°8.97%91.76%
CMYK8.97%0.00%5.98%
8.24%

Color #D5EADC in popluar number systems.

HEXD5EADC
Decimal213234220
Binary110101011110101011011100
Octal325352334

Shades and tints

Shades of #D5EADC

#D5EADC
(213,234,220)
#C2D5C8
(194,213,200)
#AFC0B4
(175,192,180)
#9CABA0
(156,171,160)
#89968C
(137,150,140)
#768178
(118,129,120)
#636C64
(99,108,100)
#505750
(80,87,80)
#3D423C
(61,66,60)
#2A2D28
(42,45,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5EADC

#D5EADC
(213,234,220)
#D8EBDF
(216,235,223)
#DBECE2
(219,236,226)
#DEEDE5
(222,237,229)
#E1EEE8
(225,238,232)
#E4EFEB
(228,239,235)
#E7F0EE
(231,240,238)
#EAF1F1
(234,241,241)
#EDF2F4
(237,242,244)
#F0F3F7
(240,243,247)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EADC color. Also use rgb(213,234,220) instead hex code.

Text Font Color

.myTextColor { color: #D5EADC; }

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

This text font color is #D5EADC.


Background Color

.myBgColor { background-color: #D5EADC; }

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

This div background color is #D5EADC.


Border color

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

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

This div border color is #D5EADC.


Opacity

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

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

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

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

This text has shadow with #D5EADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EADC on black background.


Color preview on white background

This text has color #D5EADC on white background.



Black color preview on #D5EADC background

This text has black color on #D5EADC background.


White color preview on #D5EADC background

This text has white color on #D5EADC background.