COLOR #E3B0D2

HEX: #E3B0D2 RGB: (227,176,210)

Color info

#E3B0D2 contains red, green and blue colors in about the same proportion. Web safe color of #E3B0D2 is #CC99CC (or #C9C).

RGB color model

#E3B0D2 color RGB value is (227,176,210).

RGB: (227,176,210) (89%, 69%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 210 of 255 = 82%

227
176
210

R + G + B ~ 80%. #E3B0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 176 + 210 = 613 (100%)
R 227 of 613 ~ 37.03%
G 176 of 613 ~ 28.71%
B 210 of 613 ~ 34.26'%

%37.03
%28.71
%34.26

CMYK color model

#E3B0D2 color CMYK value is (0,22,7,11).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK: (0,22,7,11) C0M22Y7K11 (0%,22%,7%,11%) (0.00/0.22/0.07/0.11) 

CMYK percentages

%0
%22.47
%7.49
%10.98

Codes

Color #E3B0D2 in popluar color models

E3 B0 D2
RGB 227 176 210
HSL 320° 47.66% 79.02%
HSB/HSV 320° 22.47% 89.02%
CMYK 0.00% 22.47% 7.49%
10.98%

Color #E3B0D2 in popluar number systems.

HEX E3 B0 D2
Decimal 227 176 210
Binary 11100011 10110000 11010010
Octal 343 260 322

Shades and tints

Shades of #E3B0D2

#E3B0D2
(227,176,210)
#CFA0BF
(207,160,191)
#BB90AC
(187,144,172)
#A78099
(167,128,153)
#937086
(147,112,134)
#7F6073
(127,96,115)
#6B5060
(107,80,96)
#57404D
(87,64,77)
#43303A
(67,48,58)
#2F2027
(47,32,39)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #E3B0D2

#E3B0D2
(227,176,210)
#E5B7D6
(229,183,214)
#E7BEDA
(231,190,218)
#E9C5DE
(233,197,222)
#EBCCE2
(235,204,226)
#EDD3E6
(237,211,230)
#EFDAEA
(239,218,234)
#F1E1EE
(241,225,238)
#F3E8F2
(243,232,242)
#F5EFF6
(245,239,246)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B0D2 color. Also use rgb(227,176,210) instead hex code.

Text Font Color

.myTextColor { color: #E3B0D2; }

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

This text font color is #E3B0D2.

Background Color

.myBgColor { background-color: #E3B0D2; }

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

This div background color is #E3B0D2.

Border color

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

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

This div border color is #E3B0D2.

Opacity

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

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

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

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

This text has shadow with #E3B0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B0D2.

Preview

Color preview on black background

This text has color #E3B0D2 on black background.


Color preview on white background

This text has color #E3B0D2 on white background.


Black color preview on #E3B0D2 background

This text has black color on #E3B0D2 background.


White color preview on #E3B0D2 background

This text has white color on #E3B0D2 background.


Related colors

Complementary color

Complementary color for #hex is #1C4F2D.


I love getcolorcode.com

Triadic colors

1 #D2E3B0 and #B0D2E3 with #E3B0D2 are triadic colors.

2 #D2B0E3 and #B0E3D2 with #E3B0D2 are triadic colors.