COLOR #EBA6CF

HEX: #EBA6CF
RGB: (235,166,207)

Color info

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

RGB color model

#EBA6CF color RGB value is (235,166,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 166 of 255 = 65%
B 207 of 255 = 81%

235
166
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 166 + 207 = 608 (100%)
R 235 of 608 ~ 38.65%
G 166 of 608 ~ 27.3%
B 207 of 608 ~ 34.05%

%38.65
%27.3
%34.05

CMYK color model

#EBA6CF color CMYK value is (0,29,12,8).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,29,12,8)
C0M29Y12K8 
(0%,29%,12%,8%)
(0.00/0.29/0.12/0.08)	

CMYK percentages

%0
%29.36
%11.91
%7.84

Codes

Color #EBA6CF in popluar color models

EBA6CF
RGB235166207
HSL324°63.30%78.63%
HSB/HSV324°29.36%92.16%
CMYK0.00%29.36%11.91%
7.84%

Color #EBA6CF in popluar number systems.

HEXEBA6CF
Decimal235166207
Binary111010111010011011001111
Octal353246317

Shades and tints

Shades of #EBA6CF

#EBA6CF
(235,166,207)
#D697BD
(214,151,189)
#C188AB
(193,136,171)
#AC7999
(172,121,153)
#976A87
(151,106,135)
#825B75
(130,91,117)
#6D4C63
(109,76,99)
#583D51
(88,61,81)
#432E3F
(67,46,63)
#2E1F2D
(46,31,45)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #EBA6CF

#EBA6CF
(235,166,207)
#ECAED3
(236,174,211)
#EDB6D7
(237,182,215)
#EEBEDB
(238,190,219)
#EFC6DF
(239,198,223)
#F0CEE3
(240,206,227)
#F1D6E7
(241,214,231)
#F2DEEB
(242,222,235)
#F3E6EF
(243,230,239)
#F4EEF3
(244,238,243)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA6CF; }

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

This text font color is #EBA6CF.


Background Color

.myBgColor { background-color: #EBA6CF; }

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

This div background color is #EBA6CF.


Border color

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

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

This div border color is #EBA6CF.


Opacity

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

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

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

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

This text has shadow with #EBA6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA6CF on black background.


Color preview on white background

This text has color #EBA6CF on white background.



Black color preview on #EBA6CF background

This text has black color on #EBA6CF background.


White color preview on #EBA6CF background

This text has white color on #EBA6CF background.