COLOR #EBBAC1

HEX: #EBBAC1 RGB: (235,186,193)

Color info

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

RGB color model

#EBBAC1 color RGB value is (235,186,193).

RGB: (235,186,193) (92%, 73%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 186 of 255 = 73%
B 193 of 255 = 76%

235
186
193

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

Portions of RGB colors in percentages

R + G + B = 235 + 186 + 193 = 614 (100%)
R 235 of 614 ~ 38.27%
G 186 of 614 ~ 30.29%
B 193 of 614 ~ 31.43'%

%38.27
%30.29
%31.43

CMYK color model

#EBBAC1 color CMYK value is (0,21,18,8).

  • cyan value is 0.00%
  • magenta value is 20.85%
  • yellow value is 17.87%
  • key color value is 7.84%

CMYK: (0,21,18,8)
C0M21Y18K8 (0%, 21%, 18%, 8%)
(0.00 / 0.21 / 0.18 / 0.08)

CMYK percentages

%0
%20.85
%17.87
%7.84

Codes

Color #EBBAC1 in popluar color models

EB BA C1
RGB 235 186 193
HSL 351° 55.06% 82.55%
HSB/HSV 351° 20.85% 92.16%
CMYK 0.00% 20.85% 17.87%
7.84%

Color #EBBAC1 in popluar number systems.

HEX EB BA C1
Decimal 235 186 193
Binary 11101011 10111010 11000001
Octal 353 272 301

Shades and tints

Shades of #EBBAC1

#EBBAC1
(235,186,193)
#D6AAB0
(214,170,176)
#C19A9F
(193,154,159)
#AC8A8E
(172,138,142)
#977A7D
(151,122,125)
#826A6C
(130,106,108)
#6D5A5B
(109,90,91)
#584A4A
(88,74,74)
#433A39
(67,58,57)
#2E2A28
(46,42,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBBAC1

#EBBAC1
(235,186,193)
#ECC0C6
(236,192,198)
#EDC6CB
(237,198,203)
#EECCD0
(238,204,208)
#EFD2D5
(239,210,213)
#F0D8DA
(240,216,218)
#F1DEDF
(241,222,223)
#F2E4E4
(242,228,228)
#F3EAE9
(243,234,233)
#F4F0EE
(244,240,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBAC1; }

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

This text font color is #EBBAC1.

Background Color

.myBgColor { background-color: #EBBAC1; }

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

This div background color is #EBBAC1.

Border color

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

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

This div border color is #EBBAC1.

Opacity

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

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

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

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

This text has shadow with #EBBAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBAC1.

Preview

Color preview on black background

This text has color #EBBAC1 on black background.


Color preview on white background

This text has color #EBBAC1 on white background.


Black color preview on #EBBAC1 background

This text has black color on #EBBAC1 background.


White color preview on #EBBAC1 background

This text has white color on #EBBAC1 background.


Related colors

Complementary color

Complementary color for #hex is #14453E.


I love getcolorcode.com

Triadic colors

1 #C1EBBA and #BAC1EB with #EBBAC1 are triadic colors.

2 #C1BAEB and #BAEBC1 with #EBBAC1 are triadic colors.