COLOR #ECB9BA

HEX: #ECB9BA
RGB: (236,185,186)

Color info

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

RGB color model

#ECB9BA color RGB value is (236,185,186).

  • red value is 236;
  • green value is 185;
  • blue value is 186.
RGB:
(236,185,186)
(93%,73%,73%)

RGB channels and saturation

R 236 of 255 = 93%
G 185 of 255 = 73%
B 186 of 255 = 73%

236
185
186

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

Portions of RGB colors in percentages

R + G + B =
236 + 185 + 186 = 607 (100%)
R 236 of 607 ~ 38.88%
G 185 of 607 ~ 30.48%
B 186 of 607 ~ 30.64%

%38.88
%30.48
%30.64

CMYK color model

#ECB9BA color CMYK value is (0,22,21,7).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 21.19%
  • key color value is 7.45%
CMYK:
(0,22,21,7)
C0M22Y21K7 
(0%,22%,21%,7%)
(0.00/0.22/0.21/0.07)	

CMYK percentages

%0
%21.61
%21.19
%7.45

Codes

Color #ECB9BA in popluar color models

ECB9BA
RGB236185186
HSL359°57.30%82.55%
HSB/HSV359°21.61%92.55%
CMYK0.00%21.61%21.19%
7.45%

Color #ECB9BA in popluar number systems.

HEXECB9BA
Decimal236185186
Binary111011001011100110111010
Octal354271272

Shades and tints

Shades of #ECB9BA

#ECB9BA
(236,185,186)
#D7A9AA
(215,169,170)
#C2999A
(194,153,154)
#AD898A
(173,137,138)
#98797A
(152,121,122)
#83696A
(131,105,106)
#6E595A
(110,89,90)
#59494A
(89,73,74)
#44393A
(68,57,58)
#2F292A
(47,41,42)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #ECB9BA

#ECB9BA
(236,185,186)
#EDBFC0
(237,191,192)
#EEC5C6
(238,197,198)
#EFCBCC
(239,203,204)
#F0D1D2
(240,209,210)
#F1D7D8
(241,215,216)
#F2DDDE
(242,221,222)
#F3E3E4
(243,227,228)
#F4E9EA
(244,233,234)
#F5EFF0
(245,239,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB9BA color. Also use rgb(236,185,186) instead hex code.

Text Font Color

.myTextColor { color: #ECB9BA; }

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

This text font color is #ECB9BA.


Background Color

.myBgColor { background-color: #ECB9BA; }

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

This div background color is #ECB9BA.


Border color

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

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

This div border color is #ECB9BA.


Opacity

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

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

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

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

This text has shadow with #ECB9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB9BA on black background.


Color preview on white background

This text has color #ECB9BA on white background.



Black color preview on #ECB9BA background

This text has black color on #ECB9BA background.


White color preview on #ECB9BA background

This text has white color on #ECB9BA background.