COLOR #E0BE98

HEX: #E0BE98
RGB: (224,190,152)

Color info

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

RGB color model

#E0BE98 color RGB value is (224,190,152).

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

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 152 of 255 = 60%

224
190
152

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

Portions of RGB colors in percentages

R + G + B =
224 + 190 + 152 = 566 (100%)
R 224 of 566 ~ 39.58%
G 190 of 566 ~ 33.57%
B 152 of 566 ~ 26.86%

%39.58
%33.57
%26.86

CMYK color model

#E0BE98 color CMYK value is (0,15,32,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 32.14%
  • key color value is 12.16%
CMYK:
(0,15,32,12)
C0M15Y32K12 
(0%,15%,32%,12%)
(0.00/0.15/0.32/0.12)	

CMYK percentages

%0
%15.18
%32.14
%12.16

Codes

Color #E0BE98 in popluar color models

E0BE98
RGB224190152
HSL32°53.73%73.73%
HSB/HSV32°32.14%87.84%
CMYK0.00%15.18%32.14%
12.16%

Color #E0BE98 in popluar number systems.

HEXE0BE98
Decimal224190152
Binary111000001011111010011000
Octal340276230

Shades and tints

Shades of #E0BE98

#E0BE98
(224,190,152)
#CCAD8B
(204,173,139)
#B89C7E
(184,156,126)
#A48B71
(164,139,113)
#907A64
(144,122,100)
#7C6957
(124,105,87)
#68584A
(104,88,74)
#54473D
(84,71,61)
#403630
(64,54,48)
#2C2523
(44,37,35)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #E0BE98

#E0BE98
(224,190,152)
#E2C3A1
(226,195,161)
#E4C8AA
(228,200,170)
#E6CDB3
(230,205,179)
#E8D2BC
(232,210,188)
#EAD7C5
(234,215,197)
#ECDCCE
(236,220,206)
#EEE1D7
(238,225,215)
#F0E6E0
(240,230,224)
#F2EBE9
(242,235,233)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BE98; }

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

This text font color is #E0BE98.


Background Color

.myBgColor { background-color: #E0BE98; }

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

This div background color is #E0BE98.


Border color

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

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

This div border color is #E0BE98.


Opacity

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

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

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

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

This text has shadow with #E0BE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BE98 on black background.


Color preview on white background

This text has color #E0BE98 on white background.



Black color preview on #E0BE98 background

This text has black color on #E0BE98 background.


White color preview on #E0BE98 background

This text has white color on #E0BE98 background.