COLOR #ECB7A8

HEX: #ECB7A8
RGB: (236,183,168)

Color info

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

RGB color model

#ECB7A8 color RGB value is (236,183,168).

  • red value is 236;
  • green value is 183;
  • blue value is 168.
RGB:
(236,183,168)
(93%,72%,66%)

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 168 of 255 = 66%

236
183
168

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

Portions of RGB colors in percentages

R + G + B =
236 + 183 + 168 = 587 (100%)
R 236 of 587 ~ 40.2%
G 183 of 587 ~ 31.18%
B 168 of 587 ~ 28.62%

%40.2
%31.18
%28.62

CMYK color model

#ECB7A8 color CMYK value is (0,22,29,7).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 28.81%
  • key color value is 7.45%
CMYK:
(0,22,29,7)
C0M22Y29K7 
(0%,22%,29%,7%)
(0.00/0.22/0.29/0.07)	

CMYK percentages

%0
%22.46
%28.81
%7.45

Codes

Color #ECB7A8 in popluar color models

ECB7A8
RGB236183168
HSL13°64.15%79.22%
HSB/HSV13°28.81%92.55%
CMYK0.00%22.46%28.81%
7.45%

Color #ECB7A8 in popluar number systems.

HEXECB7A8
Decimal236183168
Binary111011001011011110101000
Octal354267250

Shades and tints

Shades of #ECB7A8

#ECB7A8
(236,183,168)
#D7A799
(215,167,153)
#C2978A
(194,151,138)
#AD877B
(173,135,123)
#98776C
(152,119,108)
#83675D
(131,103,93)
#6E574E
(110,87,78)
#59473F
(89,71,63)
#443730
(68,55,48)
#2F2721
(47,39,33)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #ECB7A8

#ECB7A8
(236,183,168)
#EDBDAF
(237,189,175)
#EEC3B6
(238,195,182)
#EFC9BD
(239,201,189)
#F0CFC4
(240,207,196)
#F1D5CB
(241,213,203)
#F2DBD2
(242,219,210)
#F3E1D9
(243,225,217)
#F4E7E0
(244,231,224)
#F5EDE7
(245,237,231)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB7A8 color. Also use rgb(236,183,168) instead hex code.

Text Font Color

.myTextColor { color: #ECB7A8; }

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

This text font color is #ECB7A8.


Background Color

.myBgColor { background-color: #ECB7A8; }

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

This div background color is #ECB7A8.


Border color

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

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

This div border color is #ECB7A8.


Opacity

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

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

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

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

This text has shadow with #ECB7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB7A8 on black background.


Color preview on white background

This text has color #ECB7A8 on white background.



Black color preview on #ECB7A8 background

This text has black color on #ECB7A8 background.


White color preview on #ECB7A8 background

This text has white color on #ECB7A8 background.