COLOR #ECB3AE

HEX: #ECB3AE
RGB: (236,179,174)

Color info

#ECB3AE contains mainly red and green colors. Web safe color of #ECB3AE is #FF9999 (or #F99).

RGB color model

#ECB3AE color RGB value is (236,179,174).

  • red value is 236;
  • green value is 179;
  • blue value is 174.
RGB:
(236,179,174)
(93%,70%,68%)

RGB channels and saturation

R 236 of 255 = 93%
G 179 of 255 = 70%
B 174 of 255 = 68%

236
179
174

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

Portions of RGB colors in percentages

R + G + B =
236 + 179 + 174 = 589 (100%)
R 236 of 589 ~ 40.07%
G 179 of 589 ~ 30.39%
B 174 of 589 ~ 29.54%

%40.07
%30.39
%29.54

CMYK color model

#ECB3AE color CMYK value is (0,24,26,7).

  • cyan value is 0.00%
  • magenta value is 24.15%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(0,24,26,7)
C0M24Y26K7 
(0%,24%,26%,7%)
(0.00/0.24/0.26/0.07)	

CMYK percentages

%0
%24.15
%26.27
%7.45

Codes

Color #ECB3AE in popluar color models

ECB3AE
RGB236179174
HSL62.00%80.39%
HSB/HSV26.27%92.55%
CMYK0.00%24.15%26.27%
7.45%

Color #ECB3AE in popluar number systems.

HEXECB3AE
Decimal236179174
Binary111011001011001110101110
Octal354263256

Shades and tints

Shades of #ECB3AE

#ECB3AE
(236,179,174)
#D7A39F
(215,163,159)
#C29390
(194,147,144)
#AD8381
(173,131,129)
#987372
(152,115,114)
#836363
(131,99,99)
#6E5354
(110,83,84)
#594345
(89,67,69)
#443336
(68,51,54)
#2F2327
(47,35,39)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #ECB3AE

#ECB3AE
(236,179,174)
#EDB9B5
(237,185,181)
#EEBFBC
(238,191,188)
#EFC5C3
(239,197,195)
#F0CBCA
(240,203,202)
#F1D1D1
(241,209,209)
#F2D7D8
(242,215,216)
#F3DDDF
(243,221,223)
#F4E3E6
(244,227,230)
#F5E9ED
(245,233,237)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB3AE color. Also use rgb(236,179,174) instead hex code.

Text Font Color

.myTextColor { color: #ECB3AE; }

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

This text font color is #ECB3AE.


Background Color

.myBgColor { background-color: #ECB3AE; }

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

This div background color is #ECB3AE.


Border color

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

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

This div border color is #ECB3AE.


Opacity

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

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

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

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

This text has shadow with #ECB3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB3AE on black background.


Color preview on white background

This text has color #ECB3AE on white background.



Black color preview on #ECB3AE background

This text has black color on #ECB3AE background.


White color preview on #ECB3AE background

This text has white color on #ECB3AE background.