COLOR #EBA7D2

HEX: #EBA7D2 RGB: (235,167,210)

Color info

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

RGB color model

#EBA7D2 color RGB value is (235,167,210).

RGB: (235,167,210) (92%, 65%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 167 of 255 = 65%
B 210 of 255 = 82%

235
167
210

R + G + B ~ 80%. #EBA7D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 167 + 210 = 612 (100%)
R 235 of 612 ~ 38.4%
G 167 of 612 ~ 27.29%
B 210 of 612 ~ 34.31'%

%38.4
%27.29
%34.31

CMYK color model

#EBA7D2 color CMYK value is (0,29,11,8).

  • cyan value is 0.00%
  • magenta value is 28.94%
  • yellow value is 10.64%
  • key color value is 7.84%

CMYK: (0,29,11,8)
C0M29Y11K8 (0%, 29%, 11%, 8%)
(0.00 / 0.29 / 0.11 / 0.08)

CMYK percentages

%0
%28.94
%10.64
%7.84

Codes

Color #EBA7D2 in popluar color models

EB A7 D2
RGB 235 167 210
HSL 322° 62.96% 78.82%
HSB/HSV 322° 28.94% 92.16%
CMYK 0.00% 28.94% 10.64%
7.84%

Color #EBA7D2 in popluar number systems.

HEX EB A7 D2
Decimal 235 167 210
Binary 11101011 10100111 11010010
Octal 353 247 322

Shades and tints

Shades of #EBA7D2

#EBA7D2
(235,167,210)
#D698BF
(214,152,191)
#C189AC
(193,137,172)
#AC7A99
(172,122,153)
#976B86
(151,107,134)
#825C73
(130,92,115)
#6D4D60
(109,77,96)
#583E4D
(88,62,77)
#432F3A
(67,47,58)
#2E2027
(46,32,39)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #EBA7D2

#EBA7D2
(235,167,210)
#ECAFD6
(236,175,214)
#EDB7DA
(237,183,218)
#EEBFDE
(238,191,222)
#EFC7E2
(239,199,226)
#F0CFE6
(240,207,230)
#F1D7EA
(241,215,234)
#F2DFEE
(242,223,238)
#F3E7F2
(243,231,242)
#F4EFF6
(244,239,246)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA7D2 color. Also use rgb(235,167,210) instead hex code.

Text Font Color

.myTextColor { color: #EBA7D2; }

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

This text font color is #EBA7D2.

Background Color

.myBgColor { background-color: #EBA7D2; }

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

This div background color is #EBA7D2.

Border color

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

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

This div border color is #EBA7D2.

Opacity

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

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

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

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

This text has shadow with #EBA7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA7D2.

Preview

Color preview on black background

This text has color #EBA7D2 on black background.


Color preview on white background

This text has color #EBA7D2 on white background.


Black color preview on #EBA7D2 background

This text has black color on #EBA7D2 background.


White color preview on #EBA7D2 background

This text has white color on #EBA7D2 background.


Related colors

Complementary color

Complementary color for #hex is #14582D.


I love getcolorcode.com

Triadic colors

1 #D2EBA7 and #A7D2EB with #EBA7D2 are triadic colors.

2 #D2A7EB and #A7EBD2 with #EBA7D2 are triadic colors.