COLOR #E5D0E9

HEX: #E5D0E9
RGB: (229,208,233)

Renk bilgisi

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

RGB renk modeli

#E5D0E9 color RGB value is (229,208,233).

  • kırmız ton 229;
  • yeşil ton 208;
  • mavi ton 233.
RGB:
(229,208,233)
(90%,82%,91%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 208 of 255 = 82%
B 233 of 255 = 91%

229
208
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 208 + 233 = 670 (100%)
R 229 of 670 ~ 34.18%
G 208 of 670 ~ 31.04%
B 233 of 670 ~ 34.78%

%34.18
%31.04
%34.78

CMYK RENK MODELİ

#E5D0E9 rengi CMYK tonu (2,11,0,9).

  • camgöbeği tonu 1.72%
  • eflatun tonu 10.73%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(2,11,0,9)
C2M11Y0K9 
(2%,11%,0%,9%)
(0.02/0.11/0.00/0.09)	

CMYK yüzdeleri

%1.72
%10.73
%0
%8.63

Codes

Color #E5D0E9 in popluar color models

E5D0E9
RGB229208233
HSL290°36.23%86.47%
HSB/HSV290°10.73%91.37%
CMYK1.72%10.73%0.00%
8.63%

Color #E5D0E9 in popluar number systems.

HEXE5D0E9
Decimal229208233
Binary111001011101000011101001
Octal345320351

Shades and tints

Shades of #E5D0E9

#E5D0E9
(229,208,233)
#D1BED4
(209,190,212)
#BDACBF
(189,172,191)
#A99AAA
(169,154,170)
#958895
(149,136,149)
#817680
(129,118,128)
#6D646B
(109,100,107)
#595256
(89,82,86)
#454041
(69,64,65)
#312E2C
(49,46,44)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5D0E9

#E5D0E9
(229,208,233)
#E7D4EB
(231,212,235)
#E9D8ED
(233,216,237)
#EBDCEF
(235,220,239)
#EDE0F1
(237,224,241)
#EFE4F3
(239,228,243)
#F1E8F5
(241,232,245)
#F3ECF7
(243,236,247)
#F5F0F9
(245,240,249)
#F7F4FB
(247,244,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0E9 color. Also use rgb(229,208,233) instead hex code.

Text Font Color

.myTextColor { color: #E5D0E9; }

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

This text font color is #E5D0E9.


Background Color

.myBgColor { background-color: #E5D0E9; }

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

This div background color is #E5D0E9.


Border color

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

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

This div border color is #E5D0E9.


Opacity

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

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

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

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

This text has shadow with #E5D0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D0E9 on black background.


Color preview on white background

This text has color #E5D0E9 on white background.



Black color preview on #E5D0E9 background

This text has black color on #E5D0E9 background.


White color preview on #E5D0E9 background

This text has white color on #E5D0E9 background.