COLOR #EBA897

HEX: #EBA897
RGB: (235,168,151)

Color info

#EBA897 contains mainly red color. Web safe color of #EBA897 is #FF9999 (or #F99).

RGB color model

#EBA897 color RGB value is (235,168,151).

  • red value is 235;
  • green value is 168;
  • blue value is 151.
RGB:
(235,168,151)
(92%,66%,59%)

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 151 of 255 = 59%

235
168
151

R + G + B ~ 72%. #EBA897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 168 + 151 = 554 (100%)
R 235 of 554 ~ 42.42%
G 168 of 554 ~ 30.32%
B 151 of 554 ~ 27.26%

%42.42
%30.32
%27.26

CMYK color model

#EBA897 color CMYK value is (0,29,36,8).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 35.74%
  • key color value is 7.84%
CMYK:
(0,29,36,8)
C0M29Y36K8 
(0%,29%,36%,8%)
(0.00/0.29/0.36/0.08)	

CMYK percentages

%0
%28.51
%35.74
%7.84

Codes

Color #EBA897 in popluar color models

EBA897
RGB235168151
HSL12°67.74%75.69%
HSB/HSV12°35.74%92.16%
CMYK0.00%28.51%35.74%
7.84%

Color #EBA897 in popluar number systems.

HEXEBA897
Decimal235168151
Binary111010111010100010010111
Octal353250227

Shades and tints

Shades of #EBA897

#EBA897
(235,168,151)
#D6998A
(214,153,138)
#C18A7D
(193,138,125)
#AC7B70
(172,123,112)
#976C63
(151,108,99)
#825D56
(130,93,86)
#6D4E49
(109,78,73)
#583F3C
(88,63,60)
#43302F
(67,48,47)
#2E2122
(46,33,34)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #EBA897

#EBA897
(235,168,151)
#ECAFA0
(236,175,160)
#EDB6A9
(237,182,169)
#EEBDB2
(238,189,178)
#EFC4BB
(239,196,187)
#F0CBC4
(240,203,196)
#F1D2CD
(241,210,205)
#F2D9D6
(242,217,214)
#F3E0DF
(243,224,223)
#F4E7E8
(244,231,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA897 color. Also use rgb(235,168,151) instead hex code.

Text Font Color

.myTextColor { color: #EBA897; }

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

This text font color is #EBA897.


Background Color

.myBgColor { background-color: #EBA897; }

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

This div background color is #EBA897.


Border color

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

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

This div border color is #EBA897.


Opacity

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

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

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

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

This text has shadow with #EBA897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA897 on black background.


Color preview on white background

This text has color #EBA897 on white background.



Black color preview on #EBA897 background

This text has black color on #EBA897 background.


White color preview on #EBA897 background

This text has white color on #EBA897 background.