COLOR #ECB9AF

HEX: #ECB9AF
RGB: (236,185,175)

Color info

#ECB9AF contains mainly red and green colors. Web safe color of #ECB9AF is #FFCC99 (or #FC9).

RGB color model

#ECB9AF color RGB value is (236,185,175).

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

RGB channels and saturation

R 236 of 255 = 93%
G 185 of 255 = 73%
B 175 of 255 = 69%

236
185
175

R + G + B ~ 78%. #ECB9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 185 + 175 = 596 (100%)
R 236 of 596 ~ 39.6%
G 185 of 596 ~ 31.04%
B 175 of 596 ~ 29.36%

%39.6
%31.04
%29.36

CMYK color model

#ECB9AF color CMYK value is (0,22,26,7).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 25.85%
  • key color value is 7.45%
CMYK:
(0,22,26,7)
C0M22Y26K7 
(0%,22%,26%,7%)
(0.00/0.22/0.26/0.07)	

CMYK percentages

%0
%21.61
%25.85
%7.45

Codes

Color #ECB9AF in popluar color models

ECB9AF
RGB236185175
HSL10°61.62%80.59%
HSB/HSV10°25.85%92.55%
CMYK0.00%21.61%25.85%
7.45%

Color #ECB9AF in popluar number systems.

HEXECB9AF
Decimal236185175
Binary111011001011100110101111
Octal354271257

Shades and tints

Shades of #ECB9AF

#ECB9AF
(236,185,175)
#D7A9A0
(215,169,160)
#C29991
(194,153,145)
#AD8982
(173,137,130)
#987973
(152,121,115)
#836964
(131,105,100)
#6E5955
(110,89,85)
#594946
(89,73,70)
#443937
(68,57,55)
#2F2928
(47,41,40)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #ECB9AF

#ECB9AF
(236,185,175)
#EDBFB6
(237,191,182)
#EEC5BD
(238,197,189)
#EFCBC4
(239,203,196)
#F0D1CB
(240,209,203)
#F1D7D2
(241,215,210)
#F2DDD9
(242,221,217)
#F3E3E0
(243,227,224)
#F4E9E7
(244,233,231)
#F5EFEE
(245,239,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB9AF; }

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

This text font color is #ECB9AF.


Background Color

.myBgColor { background-color: #ECB9AF; }

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

This div background color is #ECB9AF.


Border color

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

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

This div border color is #ECB9AF.


Opacity

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

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

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

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

This text has shadow with #ECB9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB9AF on black background.


Color preview on white background

This text has color #ECB9AF on white background.



Black color preview on #ECB9AF background

This text has black color on #ECB9AF background.


White color preview on #ECB9AF background

This text has white color on #ECB9AF background.