COLOR #E0BE97

HEX: #E0BE97 RGB: (224,190,151)

Color info

#E0BE97 contains mainly red and green colors. Web safe color of #E0BE97 is #CCCC99 (or #CC9).

RGB color model

#E0BE97 color RGB value is (224,190,151).

RGB: (224,190,151) (88%, 75%, 59%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 151 of 255 = 59%

224
190
151

R + G + B ~ 74%. #E0BE97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 151 = 565 (100%)
R 224 of 565 ~ 39.65%
G 190 of 565 ~ 33.63%
B 151 of 565 ~ 26.73'%

%39.65
%33.63
%26.73

CMYK color model

#E0BE97 color CMYK value is (0,15,33,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 32.59%
  • key color value is 12.16%

CMYK: (0,15,33,12)
C0M15Y33K12 (0%, 15%, 33%, 12%)
(0.00 / 0.15 / 0.33 / 0.12)

CMYK percentages

%0
%15.18
%32.59
%12.16

Codes

Color #E0BE97 in popluar color models

E0 BE 97
RGB 224 190 151
HSL 32° 54.07% 73.53%
HSB/HSV 32° 32.59% 87.84%
CMYK 0.00% 15.18% 32.59%
12.16%

Color #E0BE97 in popluar number systems.

HEX E0 BE 97
Decimal 224 190 151
Binary 11100000 10111110 10010111
Octal 340 276 227

Shades and tints

Shades of #E0BE97

#E0BE97
(224,190,151)
#CCAD8A
(204,173,138)
#B89C7D
(184,156,125)
#A48B70
(164,139,112)
#907A63
(144,122,99)
#7C6956
(124,105,86)
#685849
(104,88,73)
#54473C
(84,71,60)
#40362F
(64,54,47)
#2C2522
(44,37,34)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0BE97

#E0BE97
(224,190,151)
#E2C3A0
(226,195,160)
#E4C8A9
(228,200,169)
#E6CDB2
(230,205,178)
#E8D2BB
(232,210,187)
#EAD7C4
(234,215,196)
#ECDCCD
(236,220,205)
#EEE1D6
(238,225,214)
#F0E6DF
(240,230,223)
#F2EBE8
(242,235,232)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BE97; }

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

This text font color is #E0BE97.

Background Color

.myBgColor { background-color: #E0BE97; }

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

This div background color is #E0BE97.

Border color

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

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

This div border color is #E0BE97.

Opacity

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

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

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

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

This text has shadow with #E0BE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BE97.

Preview

Color preview on black background

This text has color #E0BE97 on black background.


Color preview on white background

This text has color #E0BE97 on white background.


Black color preview on #E0BE97 background

This text has black color on #E0BE97 background.


White color preview on #E0BE97 background

This text has white color on #E0BE97 background.


Related colors

Complementary color

Complementary color for #hex is #1F4168.


I love getcolorcode.com

Triadic colors

1 #97E0BE and #BE97E0 with #E0BE97 are triadic colors.

2 #97BEE0 and #BEE097 with #E0BE97 are triadic colors.