COLOR #ECCBAE

HEX: #ECCBAE
RGB: (236,203,174)

Color info

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

RGB color model

#ECCBAE color RGB value is (236,203,174).

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

RGB channels and saturation

R 236 of 255 = 93%
G 203 of 255 = 80%
B 174 of 255 = 68%

236
203
174

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

Portions of RGB colors in percentages

R + G + B =
236 + 203 + 174 = 613 (100%)
R 236 of 613 ~ 38.5%
G 203 of 613 ~ 33.12%
B 174 of 613 ~ 28.38%

%38.5
%33.12
%28.38

CMYK color model

#ECCBAE color CMYK value is (0,14,26,7).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 26.27%
  • key color value is 7.45%
CMYK:
(0,14,26,7)
C0M14Y26K7 
(0%,14%,26%,7%)
(0.00/0.14/0.26/0.07)	

CMYK percentages

%0
%13.98
%26.27
%7.45

Codes

Color #ECCBAE in popluar color models

ECCBAE
RGB236203174
HSL28°62.00%80.39%
HSB/HSV28°26.27%92.55%
CMYK0.00%13.98%26.27%
7.45%

Color #ECCBAE in popluar number systems.

HEXECCBAE
Decimal236203174
Binary111011001100101110101110
Octal354313256

Shades and tints

Shades of #ECCBAE

#ECCBAE
(236,203,174)
#D7B99F
(215,185,159)
#C2A790
(194,167,144)
#AD9581
(173,149,129)
#988372
(152,131,114)
#837163
(131,113,99)
#6E5F54
(110,95,84)
#594D45
(89,77,69)
#443B36
(68,59,54)
#2F2927
(47,41,39)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #ECCBAE

#ECCBAE
(236,203,174)
#EDCFB5
(237,207,181)
#EED3BC
(238,211,188)
#EFD7C3
(239,215,195)
#F0DBCA
(240,219,202)
#F1DFD1
(241,223,209)
#F2E3D8
(242,227,216)
#F3E7DF
(243,231,223)
#F4EBE6
(244,235,230)
#F5EFED
(245,239,237)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCBAE; }

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

This text font color is #ECCBAE.


Background Color

.myBgColor { background-color: #ECCBAE; }

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

This div background color is #ECCBAE.


Border color

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

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

This div border color is #ECCBAE.


Opacity

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

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

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

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

This text has shadow with #ECCBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCBAE on black background.


Color preview on white background

This text has color #ECCBAE on white background.



Black color preview on #ECCBAE background

This text has black color on #ECCBAE background.


White color preview on #ECCBAE background

This text has white color on #ECCBAE background.