COLOR #E3BDB0

HEX: #E3BDB0 RGB: (227,189,176)

Color info

#E3BDB0 contains red, green and blue colors in about the same proportion. Web safe color of #E3BDB0 is #CCCC99 (or #CC9).

RGB color model

#E3BDB0 color RGB value is (227,189,176).

RGB: (227,189,176) (89%, 74%, 69%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 176 of 255 = 69%

227
189
176

R + G + B ~ 77%. #E3BDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 189 + 176 = 592 (100%)
R 227 of 592 ~ 38.34%
G 189 of 592 ~ 31.93%
B 176 of 592 ~ 29.73'%

%38.34
%31.93
%29.73

CMYK color model

#E3BDB0 color CMYK value is (0,17,22,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 22.47%
  • key color value is 10.98%
CMYK: (0,17,22,11) C0M17Y22K11 (0%,17%,22%,11%) (0.00/0.17/0.22/0.11) 

CMYK percentages

%0
%16.74
%22.47
%10.98

Codes

Color #E3BDB0 in popluar color models

E3 BD B0
RGB 227 189 176
HSL 15° 47.66% 79.02%
HSB/HSV 15° 22.47% 89.02%
CMYK 0.00% 16.74% 22.47%
10.98%

Color #E3BDB0 in popluar number systems.

HEX E3 BD B0
Decimal 227 189 176
Binary 11100011 10111101 10110000
Octal 343 275 260

Shades and tints

Shades of #E3BDB0

#E3BDB0
(227,189,176)
#CFACA0
(207,172,160)
#BB9B90
(187,155,144)
#A78A80
(167,138,128)
#937970
(147,121,112)
#7F6860
(127,104,96)
#6B5750
(107,87,80)
#574640
(87,70,64)
#433530
(67,53,48)
#2F2420
(47,36,32)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #E3BDB0

#E3BDB0
(227,189,176)
#E5C3B7
(229,195,183)
#E7C9BE
(231,201,190)
#E9CFC5
(233,207,197)
#EBD5CC
(235,213,204)
#EDDBD3
(237,219,211)
#EFE1DA
(239,225,218)
#F1E7E1
(241,231,225)
#F3EDE8
(243,237,232)
#F5F3EF
(245,243,239)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDB0; }

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

This text font color is #E3BDB0.

Background Color

.myBgColor { background-color: #E3BDB0; }

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

This div background color is #E3BDB0.

Border color

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

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

This div border color is #E3BDB0.

Opacity

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

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

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

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

This text has shadow with #E3BDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BDB0.

Preview

Color preview on black background

This text has color #E3BDB0 on black background.


Color preview on white background

This text has color #E3BDB0 on white background.


Black color preview on #E3BDB0 background

This text has black color on #E3BDB0 background.


White color preview on #E3BDB0 background

This text has white color on #E3BDB0 background.


Related colors

Complementary color

Complementary color for #hex is #1C424F.


I love getcolorcode.com

Triadic colors

1 #B0E3BD and #BDB0E3 with #E3BDB0 are triadic colors.

2 #B0BDE3 and #BDE3B0 with #E3BDB0 are triadic colors.