COLOR #EBA8C5

HEX: #EBA8C5 RGB: (235,168,197)

Color info

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

RGB color model

#EBA8C5 color RGB value is (235,168,197).

RGB: (235,168,197) (92%, 66%, 77%)

RGB channels and saturation

R 235 of 255 = 92%
G 168 of 255 = 66%
B 197 of 255 = 77%

235
168
197

R + G + B ~ 78%. #EBA8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 168 + 197 = 600 (100%)
R 235 of 600 ~ 39.17%
G 168 of 600 ~ 28%
B 197 of 600 ~ 32.83'%

%39.17
%28
%32.83

CMYK color model

#EBA8C5 color CMYK value is (0,29,16,8).

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

CMYK: (0,29,16,8)
C0M29Y16K8 (0%, 29%, 16%, 8%)
(0.00 / 0.29 / 0.16 / 0.08)

CMYK percentages

%0
%28.51
%16.17
%7.84

Codes

Color #EBA8C5 in popluar color models

EB A8 C5
RGB 235 168 197
HSL 334° 62.62% 79.02%
HSB/HSV 334° 28.51% 92.16%
CMYK 0.00% 28.51% 16.17%
7.84%

Color #EBA8C5 in popluar number systems.

HEX EB A8 C5
Decimal 235 168 197
Binary 11101011 10101000 11000101
Octal 353 250 305

Shades and tints

Shades of #EBA8C5

#EBA8C5
(235,168,197)
#D699B4
(214,153,180)
#C18AA3
(193,138,163)
#AC7B92
(172,123,146)
#976C81
(151,108,129)
#825D70
(130,93,112)
#6D4E5F
(109,78,95)
#583F4E
(88,63,78)
#43303D
(67,48,61)
#2E212C
(46,33,44)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #EBA8C5

#EBA8C5
(235,168,197)
#ECAFCA
(236,175,202)
#EDB6CF
(237,182,207)
#EEBDD4
(238,189,212)
#EFC4D9
(239,196,217)
#F0CBDE
(240,203,222)
#F1D2E3
(241,210,227)
#F2D9E8
(242,217,232)
#F3E0ED
(243,224,237)
#F4E7F2
(244,231,242)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA8C5; }

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

This text font color is #EBA8C5.

Background Color

.myBgColor { background-color: #EBA8C5; }

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

This div background color is #EBA8C5.

Border color

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

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

This div border color is #EBA8C5.

Opacity

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

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

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

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

This text has shadow with #EBA8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA8C5.

Preview

Color preview on black background

This text has color #EBA8C5 on black background.


Color preview on white background

This text has color #EBA8C5 on white background.


Black color preview on #EBA8C5 background

This text has black color on #EBA8C5 background.


White color preview on #EBA8C5 background

This text has white color on #EBA8C5 background.


Related colors

Complementary color

Complementary color for #hex is #14573A.


I love getcolorcode.com

Triadic colors

1 #C5EBA8 and #A8C5EB with #EBA8C5 are triadic colors.

2 #C5A8EB and #A8EBC5 with #EBA8C5 are triadic colors.