COLOR #E3B5D3

HEX: #E3B5D3
RGB: (227,181,211)

Color info

#E3B5D3 contains red, green and blue colors in about the same proportion. Web safe color of #E3B5D3 is #CCCCCC (or #CCC).

RGB color model

#E3B5D3 color RGB value is (227,181,211).

  • red value is 227;
  • green value is 181;
  • blue value is 211.
RGB:
(227,181,211)
(89%,71%,83%)

RGB channels and saturation

R 227 of 255 = 89%
G 181 of 255 = 71%
B 211 of 255 = 83%

227
181
211

R + G + B ~ 81%. #E3B5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 181 + 211 = 619 (100%)
R 227 of 619 ~ 36.67%
G 181 of 619 ~ 29.24%
B 211 of 619 ~ 34.09%

%36.67
%29.24
%34.09

CMYK color model

#E3B5D3 color CMYK value is (0,20,7,11).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 7.05%
  • key color value is 10.98%
CMYK:
(0,20,7,11)
C0M20Y7K11 
(0%,20%,7%,11%)
(0.00/0.20/0.07/0.11)	

CMYK percentages

%0
%20.26
%7.05
%10.98

Codes

Color #E3B5D3 in popluar color models

E3B5D3
RGB227181211
HSL321°45.10%80.00%
HSB/HSV321°20.26%89.02%
CMYK0.00%20.26%7.05%
10.98%

Color #E3B5D3 in popluar number systems.

HEXE3B5D3
Decimal227181211
Binary111000111011010111010011
Octal343265323

Shades and tints

Shades of #E3B5D3

#E3B5D3
(227,181,211)
#CFA5C0
(207,165,192)
#BB95AD
(187,149,173)
#A7859A
(167,133,154)
#937587
(147,117,135)
#7F6574
(127,101,116)
#6B5561
(107,85,97)
#57454E
(87,69,78)
#43353B
(67,53,59)
#2F2528
(47,37,40)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3B5D3

#E3B5D3
(227,181,211)
#E5BBD7
(229,187,215)
#E7C1DB
(231,193,219)
#E9C7DF
(233,199,223)
#EBCDE3
(235,205,227)
#EDD3E7
(237,211,231)
#EFD9EB
(239,217,235)
#F1DFEF
(241,223,239)
#F3E5F3
(243,229,243)
#F5EBF7
(245,235,247)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B5D3 color. Also use rgb(227,181,211) instead hex code.

Text Font Color

.myTextColor { color: #E3B5D3; }

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

This text font color is #E3B5D3.


Background Color

.myBgColor { background-color: #E3B5D3; }

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

This div background color is #E3B5D3.


Border color

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

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

This div border color is #E3B5D3.


Opacity

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

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

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

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

This text has shadow with #E3B5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B5D3 on black background.


Color preview on white background

This text has color #E3B5D3 on white background.



Black color preview on #E3B5D3 background

This text has black color on #E3B5D3 background.


White color preview on #E3B5D3 background

This text has white color on #E3B5D3 background.