COLOR #EB9CDC

HEX: #EB9CDC RGB: (235,156,220)

Color info

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

RGB color model

#EB9CDC color RGB value is (235,156,220).

RGB: (235,156,220) (92%, 61%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 220 of 255 = 86%

235
156
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 156 + 220 = 611 (100%)
R 235 of 611 ~ 38.46%
G 156 of 611 ~ 25.53%
B 220 of 611 ~ 36.01'%

%38.46
%25.53
%36.01

CMYK color model

#EB9CDC color CMYK value is (0,34,6,8).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 6.38%
  • key color value is 7.84%

CMYK: (0,34,6,8)
C0M34Y6K8 (0%, 34%, 6%, 8%)
(0.00 / 0.34 / 0.06 / 0.08)

CMYK percentages

%0
%33.62
%6.38
%7.84

Codes

Color #EB9CDC in popluar color models

EB 9C DC
RGB 235 156 220
HSL 311° 66.39% 76.67%
HSB/HSV 311° 33.62% 92.16%
CMYK 0.00% 33.62% 6.38%
7.84%

Color #EB9CDC in popluar number systems.

HEX EB 9C DC
Decimal 235 156 220
Binary 11101011 10011100 11011100
Octal 353 234 334

Shades and tints

Shades of #EB9CDC

#EB9CDC
(235,156,220)
#D68EC8
(214,142,200)
#C180B4
(193,128,180)
#AC72A0
(172,114,160)
#97648C
(151,100,140)
#825678
(130,86,120)
#6D4864
(109,72,100)
#583A50
(88,58,80)
#432C3C
(67,44,60)
#2E1E28
(46,30,40)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #EB9CDC

#EB9CDC
(235,156,220)
#ECA5DF
(236,165,223)
#EDAEE2
(237,174,226)
#EEB7E5
(238,183,229)
#EFC0E8
(239,192,232)
#F0C9EB
(240,201,235)
#F1D2EE
(241,210,238)
#F2DBF1
(242,219,241)
#F3E4F4
(243,228,244)
#F4EDF7
(244,237,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9CDC color. Also use rgb(235,156,220) instead hex code.

Text Font Color

.myTextColor { color: #EB9CDC; }

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

This text font color is #EB9CDC.

Background Color

.myBgColor { background-color: #EB9CDC; }

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

This div background color is #EB9CDC.

Border color

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

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

This div border color is #EB9CDC.

Opacity

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

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

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

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

This text has shadow with #EB9CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB9CDC.

Preview

Color preview on black background

This text has color #EB9CDC on black background.


Color preview on white background

This text has color #EB9CDC on white background.


Black color preview on #EB9CDC background

This text has black color on #EB9CDC background.


White color preview on #EB9CDC background

This text has white color on #EB9CDC background.


Related colors

Complementary color

Complementary color for #hex is #146323.


I love getcolorcode.com

Triadic colors

1 #DCEB9C and #9CDCEB with #EB9CDC are triadic colors.

2 #DC9CEB and #9CEBDC with #EB9CDC are triadic colors.