COLOR #EC9CB6

HEX: #EC9CB6 RGB: (236,156,182)

Color info

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

RGB color model

#EC9CB6 color RGB value is (236,156,182).

RGB: (236,156,182) (93%, 61%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 156 of 255 = 61%
B 182 of 255 = 71%

236
156
182

R + G + B ~ 75%. #EC9CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 156 + 182 = 574 (100%)
R 236 of 574 ~ 41.11%
G 156 of 574 ~ 27.18%
B 182 of 574 ~ 31.71'%

%41.11
%27.18
%31.71

CMYK color model

#EC9CB6 color CMYK value is (0,34,23,7).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 22.88%
  • key color value is 7.45%

CMYK: (0,34,23,7)
C0M34Y23K7 (0%, 34%, 23%, 7%)
(0.00 / 0.34 / 0.23 / 0.07)

CMYK percentages

%0
%33.9
%22.88
%7.45

Codes

Color #EC9CB6 in popluar color models

EC 9C B6
RGB 236 156 182
HSL 341° 67.80% 76.86%
HSB/HSV 341° 33.90% 92.55%
CMYK 0.00% 33.90% 22.88%
7.45%

Color #EC9CB6 in popluar number systems.

HEX EC 9C B6
Decimal 236 156 182
Binary 11101100 10011100 10110110
Octal 354 234 266

Shades and tints

Shades of #EC9CB6

#EC9CB6
(236,156,182)
#D78EA6
(215,142,166)
#C28096
(194,128,150)
#AD7286
(173,114,134)
#986476
(152,100,118)
#835666
(131,86,102)
#6E4856
(110,72,86)
#593A46
(89,58,70)
#442C36
(68,44,54)
#2F1E26
(47,30,38)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #EC9CB6

#EC9CB6
(236,156,182)
#EDA5BC
(237,165,188)
#EEAEC2
(238,174,194)
#EFB7C8
(239,183,200)
#F0C0CE
(240,192,206)
#F1C9D4
(241,201,212)
#F2D2DA
(242,210,218)
#F3DBE0
(243,219,224)
#F4E4E6
(244,228,230)
#F5EDEC
(245,237,236)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9CB6 color. Also use rgb(236,156,182) instead hex code.

Text Font Color

.myTextColor { color: #EC9CB6; }

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

This text font color is #EC9CB6.

Background Color

.myBgColor { background-color: #EC9CB6; }

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

This div background color is #EC9CB6.

Border color

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

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

This div border color is #EC9CB6.

Opacity

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

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

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

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

This text has shadow with #EC9CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC9CB6.

Preview

Color preview on black background

This text has color #EC9CB6 on black background.


Color preview on white background

This text has color #EC9CB6 on white background.


Black color preview on #EC9CB6 background

This text has black color on #EC9CB6 background.


White color preview on #EC9CB6 background

This text has white color on #EC9CB6 background.


Related colors

Complementary color

Complementary color for #hex is #136349.


I love getcolorcode.com

Triadic colors

1 #B6EC9C and #9CB6EC with #EC9CB6 are triadic colors.

2 #B69CEC and #9CECB6 with #EC9CB6 are triadic colors.