COLOR #E3BDAB

HEX: #E3BDAB
RGB: (227,189,171)

Color info

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

RGB color model

#E3BDAB color RGB value is (227,189,171).

  • red value is 227;
  • green value is 189;
  • blue value is 171.
RGB:
(227,189,171)
(89%,74%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 171 of 255 = 67%

227
189
171

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 171 = 587 (100%)
R 227 of 587 ~ 38.67%
G 189 of 587 ~ 32.2%
B 171 of 587 ~ 29.13%

%38.67
%32.2
%29.13

CMYK color model

#E3BDAB color CMYK value is (0,17,25,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 24.67%
  • key color value is 10.98%
CMYK:
(0,17,25,11)
C0M17Y25K11 
(0%,17%,25%,11%)
(0.00/0.17/0.25/0.11)	

CMYK percentages

%0
%16.74
%24.67
%10.98

Codes

Color #E3BDAB in popluar color models

E3BDAB
RGB227189171
HSL19°50.00%78.04%
HSB/HSV19°24.67%89.02%
CMYK0.00%16.74%24.67%
10.98%

Color #E3BDAB in popluar number systems.

HEXE3BDAB
Decimal227189171
Binary111000111011110110101011
Octal343275253

Shades and tints

Shades of #E3BDAB

#E3BDAB
(227,189,171)
#CFAC9C
(207,172,156)
#BB9B8D
(187,155,141)
#A78A7E
(167,138,126)
#93796F
(147,121,111)
#7F6860
(127,104,96)
#6B5751
(107,87,81)
#574642
(87,70,66)
#433533
(67,53,51)
#2F2424
(47,36,36)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #E3BDAB

#E3BDAB
(227,189,171)
#E5C3B2
(229,195,178)
#E7C9B9
(231,201,185)
#E9CFC0
(233,207,192)
#EBD5C7
(235,213,199)
#EDDBCE
(237,219,206)
#EFE1D5
(239,225,213)
#F1E7DC
(241,231,220)
#F3EDE3
(243,237,227)
#F5F3EA
(245,243,234)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDAB; }

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

This text font color is #E3BDAB.


Background Color

.myBgColor { background-color: #E3BDAB; }

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

This div background color is #E3BDAB.


Border color

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

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

This div border color is #E3BDAB.


Opacity

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

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

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

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

This text has shadow with #E3BDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDAB on black background.


Color preview on white background

This text has color #E3BDAB on white background.



Black color preview on #E3BDAB background

This text has black color on #E3BDAB background.


White color preview on #E3BDAB background

This text has white color on #E3BDAB background.