COLOR #EBA8AF

HEX: #EBA8AF
RGB: (235,168,175)

Color info

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

RGB color model

#EBA8AF color RGB value is (235,168,175).

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

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 175 of 255 = 69%

235
168
175

R + G + B ~ 76%. #EBA8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 168 + 175 = 578 (100%)
R 235 of 578 ~ 40.66%
G 168 of 578 ~ 29.07%
B 175 of 578 ~ 30.28%

%40.66
%29.07
%30.28

CMYK color model

#EBA8AF color CMYK value is (0,29,26,8).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 25.53%
  • key color value is 7.84%
CMYK:
(0,29,26,8)
C0M29Y26K8 
(0%,29%,26%,8%)
(0.00/0.29/0.26/0.08)	

CMYK percentages

%0
%28.51
%25.53
%7.84

Codes

Color #EBA8AF in popluar color models

EBA8AF
RGB235168175
HSL354°62.62%79.02%
HSB/HSV354°28.51%92.16%
CMYK0.00%28.51%25.53%
7.84%

Color #EBA8AF in popluar number systems.

HEXEBA8AF
Decimal235168175
Binary111010111010100010101111
Octal353250257

Shades and tints

Shades of #EBA8AF

#EBA8AF
(235,168,175)
#D699A0
(214,153,160)
#C18A91
(193,138,145)
#AC7B82
(172,123,130)
#976C73
(151,108,115)
#825D64
(130,93,100)
#6D4E55
(109,78,85)
#583F46
(88,63,70)
#433037
(67,48,55)
#2E2128
(46,33,40)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #EBA8AF

#EBA8AF
(235,168,175)
#ECAFB6
(236,175,182)
#EDB6BD
(237,182,189)
#EEBDC4
(238,189,196)
#EFC4CB
(239,196,203)
#F0CBD2
(240,203,210)
#F1D2D9
(241,210,217)
#F2D9E0
(242,217,224)
#F3E0E7
(243,224,231)
#F4E7EE
(244,231,238)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA8AF; }

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

This text font color is #EBA8AF.


Background Color

.myBgColor { background-color: #EBA8AF; }

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

This div background color is #EBA8AF.


Border color

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

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

This div border color is #EBA8AF.


Opacity

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

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

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

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

This text has shadow with #EBA8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA8AF on black background.


Color preview on white background

This text has color #EBA8AF on white background.



Black color preview on #EBA8AF background

This text has black color on #EBA8AF background.


White color preview on #EBA8AF background

This text has white color on #EBA8AF background.