COLOR #EBA8B2

HEX: #EBA8B2
RGB: (235,168,178)

Color info

#EBA8B2 contains mainly red and blue colors. Web safe color of #EBA8B2 is #FF9999 (or #F99).

RGB color model

#EBA8B2 color RGB value is (235,168,178).

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

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 178 of 255 = 70%

235
168
178

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

Portions of RGB colors in percentages

R + G + B =
235 + 168 + 178 = 581 (100%)
R 235 of 581 ~ 40.45%
G 168 of 581 ~ 28.92%
B 178 of 581 ~ 30.64%

%40.45
%28.92
%30.64

CMYK color model

#EBA8B2 color CMYK value is (0,29,24,8).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 24.26%
  • key color value is 7.84%
CMYK:
(0,29,24,8)
C0M29Y24K8 
(0%,29%,24%,8%)
(0.00/0.29/0.24/0.08)	

CMYK percentages

%0
%28.51
%24.26
%7.84

Codes

Color #EBA8B2 in popluar color models

EBA8B2
RGB235168178
HSL351°62.62%79.02%
HSB/HSV351°28.51%92.16%
CMYK0.00%28.51%24.26%
7.84%

Color #EBA8B2 in popluar number systems.

HEXEBA8B2
Decimal235168178
Binary111010111010100010110010
Octal353250262

Shades and tints

Shades of #EBA8B2

#EBA8B2
(235,168,178)
#D699A2
(214,153,162)
#C18A92
(193,138,146)
#AC7B82
(172,123,130)
#976C72
(151,108,114)
#825D62
(130,93,98)
#6D4E52
(109,78,82)
#583F42
(88,63,66)
#433032
(67,48,50)
#2E2122
(46,33,34)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #EBA8B2

#EBA8B2
(235,168,178)
#ECAFB9
(236,175,185)
#EDB6C0
(237,182,192)
#EEBDC7
(238,189,199)
#EFC4CE
(239,196,206)
#F0CBD5
(240,203,213)
#F1D2DC
(241,210,220)
#F2D9E3
(242,217,227)
#F3E0EA
(243,224,234)
#F4E7F1
(244,231,241)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA8B2; }

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

This text font color is #EBA8B2.


Background Color

.myBgColor { background-color: #EBA8B2; }

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

This div background color is #EBA8B2.


Border color

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

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

This div border color is #EBA8B2.


Opacity

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

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

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

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

This text has shadow with #EBA8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA8B2 on black background.


Color preview on white background

This text has color #EBA8B2 on white background.



Black color preview on #EBA8B2 background

This text has black color on #EBA8B2 background.


White color preview on #EBA8B2 background

This text has white color on #EBA8B2 background.