COLOR #EBA6D0

HEX: #EBA6D0 RGB: (235,166,208)

Color info

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

RGB color model

#EBA6D0 color RGB value is (235,166,208).

RGB: (235,166,208) (92%, 65%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 166 of 255 = 65%
B 208 of 255 = 82%

235
166
208

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

Portions of RGB colors in percentages

R + G + B = 235 + 166 + 208 = 609 (100%)
R 235 of 609 ~ 38.59%
G 166 of 609 ~ 27.26%
B 208 of 609 ~ 34.15'%

%38.59
%27.26
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 11.49%
  • 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
%29.36
%11.49
%7.84

Codes

Color #EBA6D0 in popluar color models

EB A6 D0
RGB 235 166 208
HSL 323° 63.30% 78.63%
HSB/HSV 323° 29.36% 92.16%
CMYK 0.00% 29.36% 11.49%
7.84%

Color #EBA6D0 in popluar number systems.

HEX EB A6 D0
Decimal 235 166 208
Binary 11101011 10100110 11010000
Octal 353 246 320

Shades and tints

Shades of #EBA6D0

#EBA6D0
(235,166,208)
#D697BE
(214,151,190)
#C188AC
(193,136,172)
#AC799A
(172,121,154)
#976A88
(151,106,136)
#825B76
(130,91,118)
#6D4C64
(109,76,100)
#583D52
(88,61,82)
#432E40
(67,46,64)
#2E1F2E
(46,31,46)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #EBA6D0

#EBA6D0
(235,166,208)
#ECAED4
(236,174,212)
#EDB6D8
(237,182,216)
#EEBEDC
(238,190,220)
#EFC6E0
(239,198,224)
#F0CEE4
(240,206,228)
#F1D6E8
(241,214,232)
#F2DEEC
(242,222,236)
#F3E6F0
(243,230,240)
#F4EEF4
(244,238,244)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA6D0 color. Also use rgb(235,166,208) instead hex code.

Text Font Color

.myTextColor { color: #EBA6D0; }

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

This text font color is #EBA6D0.

Background Color

.myBgColor { background-color: #EBA6D0; }

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

This div background color is #EBA6D0.

Border color

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

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

This div border color is #EBA6D0.

Opacity

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

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

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

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

This text has shadow with #EBA6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA6D0.

Preview

Color preview on black background

This text has color #EBA6D0 on black background.


Color preview on white background

This text has color #EBA6D0 on white background.


Black color preview on #EBA6D0 background

This text has black color on #EBA6D0 background.


White color preview on #EBA6D0 background

This text has white color on #EBA6D0 background.


Related colors

Complementary color

Complementary color for #hex is #14592F.


I love getcolorcode.com

Triadic colors

1 #D0EBA6 and #A6D0EB with #EBA6D0 are triadic colors.

2 #D0A6EB and #A6EBD0 with #EBA6D0 are triadic colors.