COLOR #E5D2EA

HEX: #E5D2EA
RGB: (229,210,234)

Renk bilgisi

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

RGB renk modeli

#E5D2EA color RGB value is (229,210,234).

  • kırmız ton 229;
  • yeşil ton 210;
  • mavi ton 234.
RGB:
(229,210,234)
(90%,82%,92%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 210 of 255 = 82%
B 234 of 255 = 92%

229
210
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 210 + 234 = 673 (100%)
R 229 of 673 ~ 34.03%
G 210 of 673 ~ 31.2%
B 234 of 673 ~ 34.77%

%34.03
%31.2
%34.77

CMYK RENK MODELİ

#E5D2EA rengi CMYK tonu (2,10,0,8).

  • camgöbeği tonu 2.14%
  • eflatun tonu 10.26%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(2,10,0,8)
C2M10Y0K8 
(2%,10%,0%,8%)
(0.02/0.10/0.00/0.08)	

CMYK yüzdeleri

%2.14
%10.26
%0
%8.24

Codes

Color #E5D2EA in popluar color models

E5D2EA
RGB229210234
HSL288°36.36%87.06%
HSB/HSV288°10.26%91.76%
CMYK2.14%10.26%0.00%
8.24%

Color #E5D2EA in popluar number systems.

HEXE5D2EA
Decimal229210234
Binary111001011101001011101010
Octal345322352

Shades and tints

Shades of #E5D2EA

#E5D2EA
(229,210,234)
#D1BFD5
(209,191,213)
#BDACC0
(189,172,192)
#A999AB
(169,153,171)
#958696
(149,134,150)
#817381
(129,115,129)
#6D606C
(109,96,108)
#594D57
(89,77,87)
#453A42
(69,58,66)
#31272D
(49,39,45)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #E5D2EA

#E5D2EA
(229,210,234)
#E7D6EB
(231,214,235)
#E9DAEC
(233,218,236)
#EBDEED
(235,222,237)
#EDE2EE
(237,226,238)
#EFE6EF
(239,230,239)
#F1EAF0
(241,234,240)
#F3EEF1
(243,238,241)
#F5F2F2
(245,242,242)
#F7F6F3
(247,246,243)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D2EA color. Also use rgb(229,210,234) instead hex code.

Text Font Color

.myTextColor { color: #E5D2EA; }

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

This text font color is #E5D2EA.


Background Color

.myBgColor { background-color: #E5D2EA; }

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

This div background color is #E5D2EA.


Border color

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

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

This div border color is #E5D2EA.


Opacity

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

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

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

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

This text has shadow with #E5D2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D2EA on black background.


Color preview on white background

This text has color #E5D2EA on white background.



Black color preview on #E5D2EA background

This text has black color on #E5D2EA background.


White color preview on #E5D2EA background

This text has white color on #E5D2EA background.