COLOR #EBA8BC

HEX: #EBA8BC RGB: (235,168,188)

Color info

#EBA8BC contains mainly red and blue colors. Web safe color of #EBA8BC is #FF99CC (or #F9C).

RGB color model

#EBA8BC color RGB value is (235,168,188).

RGB: (235,168,188) (92%, 66%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 188 of 255 = 74%

235
168
188

R + G + B ~ 77%. #EBA8BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 168 + 188 = 591 (100%)
R 235 of 591 ~ 39.76%
G 168 of 591 ~ 28.43%
B 188 of 591 ~ 31.81'%

%39.76
%28.43
%31.81

CMYK color model

#EBA8BC color CMYK value is (0,29,20,8).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 20.00%
  • key color value is 7.84%

CMYK: (0,29,20,8)
C0M29Y20K8 (0%, 29%, 20%, 8%)
(0.00 / 0.29 / 0.20 / 0.08)

CMYK percentages

%0
%28.51
%20
%7.84

Codes

Color #EBA8BC in popluar color models

EB A8 BC
RGB 235 168 188
HSL 342° 62.62% 79.02%
HSB/HSV 342° 28.51% 92.16%
CMYK 0.00% 28.51% 20.00%
7.84%

Color #EBA8BC in popluar number systems.

HEX EB A8 BC
Decimal 235 168 188
Binary 11101011 10101000 10111100
Octal 353 250 274

Shades and tints

Shades of #EBA8BC

#EBA8BC
(235,168,188)
#D699AB
(214,153,171)
#C18A9A
(193,138,154)
#AC7B89
(172,123,137)
#976C78
(151,108,120)
#825D67
(130,93,103)
#6D4E56
(109,78,86)
#583F45
(88,63,69)
#433034
(67,48,52)
#2E2123
(46,33,35)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #EBA8BC

#EBA8BC
(235,168,188)
#ECAFC2
(236,175,194)
#EDB6C8
(237,182,200)
#EEBDCE
(238,189,206)
#EFC4D4
(239,196,212)
#F0CBDA
(240,203,218)
#F1D2E0
(241,210,224)
#F2D9E6
(242,217,230)
#F3E0EC
(243,224,236)
#F4E7F2
(244,231,242)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA8BC; }

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

This text font color is #EBA8BC.

Background Color

.myBgColor { background-color: #EBA8BC; }

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

This div background color is #EBA8BC.

Border color

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

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

This div border color is #EBA8BC.

Opacity

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

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

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

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

This text has shadow with #EBA8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA8BC.

Preview

Color preview on black background

This text has color #EBA8BC on black background.


Color preview on white background

This text has color #EBA8BC on white background.


Black color preview on #EBA8BC background

This text has black color on #EBA8BC background.


White color preview on #EBA8BC background

This text has white color on #EBA8BC background.


Related colors

Complementary color

Complementary color for #hex is #145743.


I love getcolorcode.com

Triadic colors

1 #BCEBA8 and #A8BCEB with #EBA8BC are triadic colors.

2 #BCA8EB and #A8EBBC with #EBA8BC are triadic colors.