COLOR #EBA9CC

HEX: #EBA9CC RGB: (235,169,204)

Color info

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

RGB color model

#EBA9CC color RGB value is (235,169,204).

RGB: (235,169,204) (92%, 66%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 204 of 255 = 80%

235
169
204

R + G + B ~ 79%. #EBA9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 169 + 204 = 608 (100%)
R 235 of 608 ~ 38.65%
G 169 of 608 ~ 27.8%
B 204 of 608 ~ 33.55'%

%38.65
%27.8
%33.55

CMYK color model

#EBA9CC color CMYK value is (0,28,13,8).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 13.19%
  • key color value is 7.84%

CMYK: (0,28,13,8)
C0M28Y13K8 (0%, 28%, 13%, 8%)
(0.00 / 0.28 / 0.13 / 0.08)

CMYK percentages

%0
%28.09
%13.19
%7.84

Codes

Color #EBA9CC in popluar color models

EB A9 CC
RGB 235 169 204
HSL 328° 62.26% 79.22%
HSB/HSV 328° 28.09% 92.16%
CMYK 0.00% 28.09% 13.19%
7.84%

Color #EBA9CC in popluar number systems.

HEX EB A9 CC
Decimal 235 169 204
Binary 11101011 10101001 11001100
Octal 353 251 314

Shades and tints

Shades of #EBA9CC

#EBA9CC
(235,169,204)
#D69ABA
(214,154,186)
#C18BA8
(193,139,168)
#AC7C96
(172,124,150)
#976D84
(151,109,132)
#825E72
(130,94,114)
#6D4F60
(109,79,96)
#58404E
(88,64,78)
#43313C
(67,49,60)
#2E222A
(46,34,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #EBA9CC

#EBA9CC
(235,169,204)
#ECB0D0
(236,176,208)
#EDB7D4
(237,183,212)
#EEBED8
(238,190,216)
#EFC5DC
(239,197,220)
#F0CCE0
(240,204,224)
#F1D3E4
(241,211,228)
#F2DAE8
(242,218,232)
#F3E1EC
(243,225,236)
#F4E8F0
(244,232,240)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA9CC color. Also use rgb(235,169,204) instead hex code.

Text Font Color

.myTextColor { color: #EBA9CC; }

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

This text font color is #EBA9CC.

Background Color

.myBgColor { background-color: #EBA9CC; }

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

This div background color is #EBA9CC.

Border color

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

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

This div border color is #EBA9CC.

Opacity

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

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

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

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

This text has shadow with #EBA9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA9CC.

Preview

Color preview on black background

This text has color #EBA9CC on black background.


Color preview on white background

This text has color #EBA9CC on white background.


Black color preview on #EBA9CC background

This text has black color on #EBA9CC background.


White color preview on #EBA9CC background

This text has white color on #EBA9CC background.


Related colors

Complementary color

Complementary color for #hex is #145633.


I love getcolorcode.com

Triadic colors

1 #CCEBA9 and #A9CCEB with #EBA9CC are triadic colors.

2 #CCA9EB and #A9EBCC with #EBA9CC are triadic colors.