COLOR #EB9DC1

HEX: #EB9DC1 RGB: (235,157,193)

Color info

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

RGB color model

#EB9DC1 color RGB value is (235,157,193).

RGB: (235,157,193) (92%, 62%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 157 of 255 = 62%
B 193 of 255 = 76%

235
157
193

R + G + B ~ 77%. #EB9DC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 157 + 193 = 585 (100%)
R 235 of 585 ~ 40.17%
G 157 of 585 ~ 26.84%
B 193 of 585 ~ 32.99'%

%40.17
%26.84
%32.99

CMYK color model

#EB9DC1 color CMYK value is (0,33,18,8).

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

CMYK: (0,33,18,8)
C0M33Y18K8 (0%, 33%, 18%, 8%)
(0.00 / 0.33 / 0.18 / 0.08)

CMYK percentages

%0
%33.19
%17.87
%7.84

Codes

Color #EB9DC1 in popluar color models

EB 9D C1
RGB 235 157 193
HSL 332° 66.10% 76.86%
HSB/HSV 332° 33.19% 92.16%
CMYK 0.00% 33.19% 17.87%
7.84%

Color #EB9DC1 in popluar number systems.

HEX EB 9D C1
Decimal 235 157 193
Binary 11101011 10011101 11000001
Octal 353 235 301

Shades and tints

Shades of #EB9DC1

#EB9DC1
(235,157,193)
#D68FB0
(214,143,176)
#C1819F
(193,129,159)
#AC738E
(172,115,142)
#97657D
(151,101,125)
#82576C
(130,87,108)
#6D495B
(109,73,91)
#583B4A
(88,59,74)
#432D39
(67,45,57)
#2E1F28
(46,31,40)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #EB9DC1

#EB9DC1
(235,157,193)
#ECA5C6
(236,165,198)
#EDADCB
(237,173,203)
#EEB5D0
(238,181,208)
#EFBDD5
(239,189,213)
#F0C5DA
(240,197,218)
#F1CDDF
(241,205,223)
#F2D5E4
(242,213,228)
#F3DDE9
(243,221,233)
#F4E5EE
(244,229,238)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9DC1; }

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

This text font color is #EB9DC1.

Background Color

.myBgColor { background-color: #EB9DC1; }

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

This div background color is #EB9DC1.

Border color

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

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

This div border color is #EB9DC1.

Opacity

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

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

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

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

This text has shadow with #EB9DC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB9DC1.

Preview

Color preview on black background

This text has color #EB9DC1 on black background.


Color preview on white background

This text has color #EB9DC1 on white background.


Black color preview on #EB9DC1 background

This text has black color on #EB9DC1 background.


White color preview on #EB9DC1 background

This text has white color on #EB9DC1 background.


Related colors

Complementary color

Complementary color for #hex is #14623E.


I love getcolorcode.com

Triadic colors

1 #C1EB9D and #9DC1EB with #EB9DC1 are triadic colors.

2 #C19DEB and #9DEBC1 with #EB9DC1 are triadic colors.