COLOR #E1BC98

HEX: #E1BC98
RGB: (225,188,152)

Color info

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

RGB color model

#E1BC98 color RGB value is (225,188,152).

  • red value is 225;
  • green value is 188;
  • blue value is 152.
RGB:
(225,188,152)
(88%,74%,60%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 152 of 255 = 60%

225
188
152

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

Portions of RGB colors in percentages

R + G + B =
225 + 188 + 152 = 565 (100%)
R 225 of 565 ~ 39.82%
G 188 of 565 ~ 33.27%
B 152 of 565 ~ 26.9%

%39.82
%33.27
%26.9

CMYK color model

#E1BC98 color CMYK value is (0,16,32,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 32.44%
  • key color value is 11.76%
CMYK:
(0,16,32,12)
C0M16Y32K12 
(0%,16%,32%,12%)
(0.00/0.16/0.32/0.12)	

CMYK percentages

%0
%16.44
%32.44
%11.76

Codes

Color #E1BC98 in popluar color models

E1BC98
RGB225188152
HSL30°54.89%73.92%
HSB/HSV30°32.44%88.24%
CMYK0.00%16.44%32.44%
11.76%

Color #E1BC98 in popluar number systems.

HEXE1BC98
Decimal225188152
Binary111000011011110010011000
Octal341274230

Shades and tints

Shades of #E1BC98

#E1BC98
(225,188,152)
#CDAB8B
(205,171,139)
#B99A7E
(185,154,126)
#A58971
(165,137,113)
#917864
(145,120,100)
#7D6757
(125,103,87)
#69564A
(105,86,74)
#55453D
(85,69,61)
#413430
(65,52,48)
#2D2323
(45,35,35)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #E1BC98

#E1BC98
(225,188,152)
#E3C2A1
(227,194,161)
#E5C8AA
(229,200,170)
#E7CEB3
(231,206,179)
#E9D4BC
(233,212,188)
#EBDAC5
(235,218,197)
#EDE0CE
(237,224,206)
#EFE6D7
(239,230,215)
#F1ECE0
(241,236,224)
#F3F2E9
(243,242,233)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BC98 color. Also use rgb(225,188,152) instead hex code.

Text Font Color

.myTextColor { color: #E1BC98; }

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

This text font color is #E1BC98.


Background Color

.myBgColor { background-color: #E1BC98; }

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

This div background color is #E1BC98.


Border color

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

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

This div border color is #E1BC98.


Opacity

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

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

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

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

This text has shadow with #E1BC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BC98 on black background.


Color preview on white background

This text has color #E1BC98 on white background.



Black color preview on #E1BC98 background

This text has black color on #E1BC98 background.


White color preview on #E1BC98 background

This text has white color on #E1BC98 background.