COLOR #E5B5DD

HEX: #E5B5DD
RGB: (229,181,221)

Renk bilgisi

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

RGB renk modeli

#E5B5DD color RGB value is (229,181,221).

  • kırmız ton 229;
  • yeşil ton 181;
  • mavi ton 221.
RGB:
(229,181,221)
(90%,71%,87%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 181 of 255 = 71%
B 221 of 255 = 87%

229
181
221

R + G + B ~ 83%. #E5B5DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 181 + 221 = 631 (100%)
R 229 of 631 ~ 36.29%
G 181 of 631 ~ 28.68%
B 221 of 631 ~ 35.02%

%36.29
%28.68
%35.02

CMYK RENK MODELİ

#E5B5DD rengi CMYK tonu (0,21,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.96%
  • sarı tonu 3.49%
  • ana renk tonu 10.20%
CMYK:
(0,21,3,10)
C0M21Y3K10 
(0%,21%,3%,10%)
(0.00/0.21/0.03/0.10)	

CMYK yüzdeleri

%0
%20.96
%3.49
%10.2

Codes

Color #E5B5DD in popluar color models

E5B5DD
RGB229181221
HSL310°48.00%80.39%
HSB/HSV310°20.96%89.80%
CMYK0.00%20.96%3.49%
10.20%

Color #E5B5DD in popluar number systems.

HEXE5B5DD
Decimal229181221
Binary111001011011010111011101
Octal345265335

Shades and tints

Shades of #E5B5DD

#E5B5DD
(229,181,221)
#D1A5C9
(209,165,201)
#BD95B5
(189,149,181)
#A985A1
(169,133,161)
#95758D
(149,117,141)
#816579
(129,101,121)
#6D5565
(109,85,101)
#594551
(89,69,81)
#45353D
(69,53,61)
#312529
(49,37,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E5B5DD

#E5B5DD
(229,181,221)
#E7BBE0
(231,187,224)
#E9C1E3
(233,193,227)
#EBC7E6
(235,199,230)
#EDCDE9
(237,205,233)
#EFD3EC
(239,211,236)
#F1D9EF
(241,217,239)
#F3DFF2
(243,223,242)
#F5E5F5
(245,229,245)
#F7EBF8
(247,235,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B5DD color. Also use rgb(229,181,221) instead hex code.

Text Font Color

.myTextColor { color: #E5B5DD; }

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

This text font color is #E5B5DD.


Background Color

.myBgColor { background-color: #E5B5DD; }

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

This div background color is #E5B5DD.


Border color

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

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

This div border color is #E5B5DD.


Opacity

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

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

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

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

This text has shadow with #E5B5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B5DD on black background.


Color preview on white background

This text has color #E5B5DD on white background.



Black color preview on #E5B5DD background

This text has black color on #E5B5DD background.


White color preview on #E5B5DD background

This text has white color on #E5B5DD background.