COLOR #EC9BD9

HEX: #EC9BD9 RGB: (236,155,217)

Color info

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

RGB color model

#EC9BD9 color RGB value is (236,155,217).

RGB: (236,155,217) (93%, 61%, 85%)

RGB channels and saturation

R 236 of 255 = 93%
G 155 of 255 = 61%
B 217 of 255 = 85%

236
155
217

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

Portions of RGB colors in percentages

R + G + B = 236 + 155 + 217 = 608 (100%)
R 236 of 608 ~ 38.82%
G 155 of 608 ~ 25.49%
B 217 of 608 ~ 35.69'%

%38.82
%25.49
%35.69

CMYK color model

#EC9BD9 color CMYK value is (0,34,8,7).

  • cyan value is 0.00%
  • magenta value is 34.32%
  • yellow value is 8.05%
  • key color value is 7.45%

CMYK: (0,34,8,7)
C0M34Y8K7 (0%, 34%, 8%, 7%)
(0.00 / 0.34 / 0.08 / 0.07)

CMYK percentages

%0
%34.32
%8.05
%7.45

Codes

Color #EC9BD9 in popluar color models

EC 9B D9
RGB 236 155 217
HSL 314° 68.07% 76.67%
HSB/HSV 314° 34.32% 92.55%
CMYK 0.00% 34.32% 8.05%
7.45%

Color #EC9BD9 in popluar number systems.

HEX EC 9B D9
Decimal 236 155 217
Binary 11101100 10011011 11011001
Octal 354 233 331

Shades and tints

Shades of #EC9BD9

#EC9BD9
(236,155,217)
#D78DC6
(215,141,198)
#C27FB3
(194,127,179)
#AD71A0
(173,113,160)
#98638D
(152,99,141)
#83557A
(131,85,122)
#6E4767
(110,71,103)
#593954
(89,57,84)
#442B41
(68,43,65)
#2F1D2E
(47,29,46)
#1A0F1B
(26,15,27)
#000000
(0,0,0)

Tints of #EC9BD9

#EC9BD9
(236,155,217)
#EDA4DC
(237,164,220)
#EEADDF
(238,173,223)
#EFB6E2
(239,182,226)
#F0BFE5
(240,191,229)
#F1C8E8
(241,200,232)
#F2D1EB
(242,209,235)
#F3DAEE
(243,218,238)
#F4E3F1
(244,227,241)
#F5ECF4
(245,236,244)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9BD9 color. Also use rgb(236,155,217) instead hex code.

Text Font Color

.myTextColor { color: #EC9BD9; }

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

This text font color is #EC9BD9.

Background Color

.myBgColor { background-color: #EC9BD9; }

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

This div background color is #EC9BD9.

Border color

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

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

This div border color is #EC9BD9.

Opacity

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

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

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

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

This text has shadow with #EC9BD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC9BD9.

Preview

Color preview on black background

This text has color #EC9BD9 on black background.


Color preview on white background

This text has color #EC9BD9 on white background.


Black color preview on #EC9BD9 background

This text has black color on #EC9BD9 background.


White color preview on #EC9BD9 background

This text has white color on #EC9BD9 background.


Related colors

Complementary color

Complementary color for #hex is #136426.


I love getcolorcode.com

Triadic colors

1 #D9EC9B and #9BD9EC with #EC9BD9 are triadic colors.

2 #D99BEC and #9BECD9 with #EC9BD9 are triadic colors.