COLOR #E0BEAB

HEX: #E0BEAB
RGB: (224,190,171)

Color info

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

RGB color model

#E0BEAB color RGB value is (224,190,171).

  • red value is 224;
  • green value is 190;
  • blue value is 171.
RGB:
(224,190,171)
(88%,75%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 171 of 255 = 67%

224
190
171

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

Portions of RGB colors in percentages

R + G + B =
224 + 190 + 171 = 585 (100%)
R 224 of 585 ~ 38.29%
G 190 of 585 ~ 32.48%
B 171 of 585 ~ 29.23%

%38.29
%32.48
%29.23

CMYK color model

#E0BEAB color CMYK value is (0,15,24,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(0,15,24,12)
C0M15Y24K12 
(0%,15%,24%,12%)
(0.00/0.15/0.24/0.12)	

CMYK percentages

%0
%15.18
%23.66
%12.16

Codes

Color #E0BEAB in popluar color models

E0BEAB
RGB224190171
HSL22°46.09%77.45%
HSB/HSV22°23.66%87.84%
CMYK0.00%15.18%23.66%
12.16%

Color #E0BEAB in popluar number systems.

HEXE0BEAB
Decimal224190171
Binary111000001011111010101011
Octal340276253

Shades and tints

Shades of #E0BEAB

#E0BEAB
(224,190,171)
#CCAD9C
(204,173,156)
#B89C8D
(184,156,141)
#A48B7E
(164,139,126)
#907A6F
(144,122,111)
#7C6960
(124,105,96)
#685851
(104,88,81)
#544742
(84,71,66)
#403633
(64,54,51)
#2C2524
(44,37,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0BEAB

#E0BEAB
(224,190,171)
#E2C3B2
(226,195,178)
#E4C8B9
(228,200,185)
#E6CDC0
(230,205,192)
#E8D2C7
(232,210,199)
#EAD7CE
(234,215,206)
#ECDCD5
(236,220,213)
#EEE1DC
(238,225,220)
#F0E6E3
(240,230,227)
#F2EBEA
(242,235,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BEAB color. Also use rgb(224,190,171) instead hex code.

Text Font Color

.myTextColor { color: #E0BEAB; }

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

This text font color is #E0BEAB.


Background Color

.myBgColor { background-color: #E0BEAB; }

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

This div background color is #E0BEAB.


Border color

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

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

This div border color is #E0BEAB.


Opacity

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

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

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

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

This text has shadow with #E0BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BEAB on black background.


Color preview on white background

This text has color #E0BEAB on white background.



Black color preview on #E0BEAB background

This text has black color on #E0BEAB background.


White color preview on #E0BEAB background

This text has white color on #E0BEAB background.