COLOR #ECB6A9

HEX: #ECB6A9
RGB: (236,182,169)

Color info

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

RGB color model

#ECB6A9 color RGB value is (236,182,169).

  • red value is 236;
  • green value is 182;
  • blue value is 169.
RGB:
(236,182,169)
(93%,71%,66%)

RGB channels and saturation

R 236 of 255 = 93%
G 182 of 255 = 71%
B 169 of 255 = 66%

236
182
169

R + G + B ~ 77%. #ECB6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 182 + 169 = 587 (100%)
R 236 of 587 ~ 40.2%
G 182 of 587 ~ 31.01%
B 169 of 587 ~ 28.79%

%40.2
%31.01
%28.79

CMYK color model

#ECB6A9 color CMYK value is (0,23,28,7).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 28.39%
  • key color value is 7.45%
CMYK:
(0,23,28,7)
C0M23Y28K7 
(0%,23%,28%,7%)
(0.00/0.23/0.28/0.07)	

CMYK percentages

%0
%22.88
%28.39
%7.45

Codes

Color #ECB6A9 in popluar color models

ECB6A9
RGB236182169
HSL12°63.81%79.41%
HSB/HSV12°28.39%92.55%
CMYK0.00%22.88%28.39%
7.45%

Color #ECB6A9 in popluar number systems.

HEXECB6A9
Decimal236182169
Binary111011001011011010101001
Octal354266251

Shades and tints

Shades of #ECB6A9

#ECB6A9
(236,182,169)
#D7A69A
(215,166,154)
#C2968B
(194,150,139)
#AD867C
(173,134,124)
#98766D
(152,118,109)
#83665E
(131,102,94)
#6E564F
(110,86,79)
#594640
(89,70,64)
#443631
(68,54,49)
#2F2622
(47,38,34)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #ECB6A9

#ECB6A9
(236,182,169)
#EDBCB0
(237,188,176)
#EEC2B7
(238,194,183)
#EFC8BE
(239,200,190)
#F0CEC5
(240,206,197)
#F1D4CC
(241,212,204)
#F2DAD3
(242,218,211)
#F3E0DA
(243,224,218)
#F4E6E1
(244,230,225)
#F5ECE8
(245,236,232)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB6A9; }

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

This text font color is #ECB6A9.


Background Color

.myBgColor { background-color: #ECB6A9; }

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

This div background color is #ECB6A9.


Border color

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

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

This div border color is #ECB6A9.


Opacity

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

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

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

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

This text has shadow with #ECB6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB6A9 on black background.


Color preview on white background

This text has color #ECB6A9 on white background.



Black color preview on #ECB6A9 background

This text has black color on #ECB6A9 background.


White color preview on #ECB6A9 background

This text has white color on #ECB6A9 background.