COLOR #EBBACD

HEX: #EBBACD
RGB: (235,186,205)

Color info

#EBBACD contains red, green and blue colors in about the same proportion. Web safe color of #EBBACD is #FFCCCC (or #FCC).

RGB color model

#EBBACD color RGB value is (235,186,205).

  • red value is 235;
  • green value is 186;
  • blue value is 205.
RGB:
(235,186,205)
(92%,73%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 186 of 255 = 73%
B 205 of 255 = 80%

235
186
205

R + G + B ~ 82%. #EBBACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 186 + 205 = 626 (100%)
R 235 of 626 ~ 37.54%
G 186 of 626 ~ 29.71%
B 205 of 626 ~ 32.75%

%37.54
%29.71
%32.75

CMYK color model

#EBBACD color CMYK value is (0,21,13,8).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,21,13,8)
C0M21Y13K8 
(0%,21%,13%,8%)
(0.00/0.21/0.13/0.08)	

CMYK percentages

%0
%20.85
%12.77
%7.84

Codes

Color #EBBACD in popluar color models

EBBACD
RGB235186205
HSL337°55.06%82.55%
HSB/HSV337°20.85%92.16%
CMYK0.00%20.85%12.77%
7.84%

Color #EBBACD in popluar number systems.

HEXEBBACD
Decimal235186205
Binary111010111011101011001101
Octal353272315

Shades and tints

Shades of #EBBACD

#EBBACD
(235,186,205)
#D6AABB
(214,170,187)
#C19AA9
(193,154,169)
#AC8A97
(172,138,151)
#977A85
(151,122,133)
#826A73
(130,106,115)
#6D5A61
(109,90,97)
#584A4F
(88,74,79)
#433A3D
(67,58,61)
#2E2A2B
(46,42,43)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBBACD

#EBBACD
(235,186,205)
#ECC0D1
(236,192,209)
#EDC6D5
(237,198,213)
#EECCD9
(238,204,217)
#EFD2DD
(239,210,221)
#F0D8E1
(240,216,225)
#F1DEE5
(241,222,229)
#F2E4E9
(242,228,233)
#F3EAED
(243,234,237)
#F4F0F1
(244,240,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBACD color. Also use rgb(235,186,205) instead hex code.

Text Font Color

.myTextColor { color: #EBBACD; }

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

This text font color is #EBBACD.


Background Color

.myBgColor { background-color: #EBBACD; }

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

This div background color is #EBBACD.


Border color

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

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

This div border color is #EBBACD.


Opacity

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

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

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

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

This text has shadow with #EBBACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBACD on black background.


Color preview on white background

This text has color #EBBACD on white background.



Black color preview on #EBBACD background

This text has black color on #EBBACD background.


White color preview on #EBBACD background

This text has white color on #EBBACD background.