COLOR #EBA6CC

HEX: #EBA6CC
RGB: (235,166,204)

Color info

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

RGB color model

#EBA6CC color RGB value is (235,166,204).

  • red value is 235;
  • green value is 166;
  • blue value is 204.
RGB:
(235,166,204)
(92%,65%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 166 of 255 = 65%
B 204 of 255 = 80%

235
166
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 166 + 204 = 605 (100%)
R 235 of 605 ~ 38.84%
G 166 of 605 ~ 27.44%
B 204 of 605 ~ 33.72%

%38.84
%27.44
%33.72

CMYK color model

#EBA6CC color CMYK value is (0,29,13,8).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,29,13,8)
C0M29Y13K8 
(0%,29%,13%,8%)
(0.00/0.29/0.13/0.08)	

CMYK percentages

%0
%29.36
%13.19
%7.84

Codes

Color #EBA6CC in popluar color models

EBA6CC
RGB235166204
HSL327°63.30%78.63%
HSB/HSV327°29.36%92.16%
CMYK0.00%29.36%13.19%
7.84%

Color #EBA6CC in popluar number systems.

HEXEBA6CC
Decimal235166204
Binary111010111010011011001100
Octal353246314

Shades and tints

Shades of #EBA6CC

#EBA6CC
(235,166,204)
#D697BA
(214,151,186)
#C188A8
(193,136,168)
#AC7996
(172,121,150)
#976A84
(151,106,132)
#825B72
(130,91,114)
#6D4C60
(109,76,96)
#583D4E
(88,61,78)
#432E3C
(67,46,60)
#2E1F2A
(46,31,42)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #EBA6CC

#EBA6CC
(235,166,204)
#ECAED0
(236,174,208)
#EDB6D4
(237,182,212)
#EEBED8
(238,190,216)
#EFC6DC
(239,198,220)
#F0CEE0
(240,206,224)
#F1D6E4
(241,214,228)
#F2DEE8
(242,222,232)
#F3E6EC
(243,230,236)
#F4EEF0
(244,238,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA6CC; }

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

This text font color is #EBA6CC.


Background Color

.myBgColor { background-color: #EBA6CC; }

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

This div background color is #EBA6CC.


Border color

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

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

This div border color is #EBA6CC.


Opacity

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

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

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

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

This text has shadow with #EBA6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA6CC on black background.


Color preview on white background

This text has color #EBA6CC on white background.



Black color preview on #EBA6CC background

This text has black color on #EBA6CC background.


White color preview on #EBA6CC background

This text has white color on #EBA6CC background.