COLOR #ECC8B5

HEX: #ECC8B5 RGB: (236,200,181)

Color info

#ECC8B5 contains red, green and blue colors in about the same proportion. Web safe color of #ECC8B5 is #FFCCCC (or #FCC).

RGB color model

#ECC8B5 color RGB value is (236,200,181).

RGB: (236,200,181) (93%, 78%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 181 of 255 = 71%

236
200
181

R + G + B ~ 81%. #ECC8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 200 + 181 = 617 (100%)
R 236 of 617 ~ 38.25%
G 200 of 617 ~ 32.41%
B 181 of 617 ~ 29.34'%

%38.25
%32.41
%29.34

CMYK color model

#ECC8B5 color CMYK value is (0,15,23,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 23.31%
  • key color value is 7.45%

CMYK: (0,15,23,7)
C0M15Y23K7 (0%, 15%, 23%, 7%)
(0.00 / 0.15 / 0.23 / 0.07)

CMYK percentages

%0
%15.25
%23.31
%7.45

Codes

Color #ECC8B5 in popluar color models

EC C8 B5
RGB 236 200 181
HSL 21° 59.14% 81.76%
HSB/HSV 21° 23.31% 92.55%
CMYK 0.00% 15.25% 23.31%
7.45%

Color #ECC8B5 in popluar number systems.

HEX EC C8 B5
Decimal 236 200 181
Binary 11101100 11001000 10110101
Octal 354 310 265

Shades and tints

Shades of #ECC8B5

#ECC8B5
(236,200,181)
#D7B6A5
(215,182,165)
#C2A495
(194,164,149)
#AD9285
(173,146,133)
#988075
(152,128,117)
#836E65
(131,110,101)
#6E5C55
(110,92,85)
#594A45
(89,74,69)
#443835
(68,56,53)
#2F2625
(47,38,37)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #ECC8B5

#ECC8B5
(236,200,181)
#EDCDBB
(237,205,187)
#EED2C1
(238,210,193)
#EFD7C7
(239,215,199)
#F0DCCD
(240,220,205)
#F1E1D3
(241,225,211)
#F2E6D9
(242,230,217)
#F3EBDF
(243,235,223)
#F4F0E5
(244,240,229)
#F5F5EB
(245,245,235)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC8B5 color. Also use rgb(236,200,181) instead hex code.

Text Font Color

.myTextColor { color: #ECC8B5; }

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

This text font color is #ECC8B5.

Background Color

.myBgColor { background-color: #ECC8B5; }

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

This div background color is #ECC8B5.

Border color

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

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

This div border color is #ECC8B5.

Opacity

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

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

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

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

This text has shadow with #ECC8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC8B5.

Preview

Color preview on black background

This text has color #ECC8B5 on black background.


Color preview on white background

This text has color #ECC8B5 on white background.


Black color preview on #ECC8B5 background

This text has black color on #ECC8B5 background.


White color preview on #ECC8B5 background

This text has white color on #ECC8B5 background.


Related colors

Complementary color

Complementary color for #hex is #13374A.


I love getcolorcode.com

Triadic colors

1 #B5ECC8 and #C8B5EC with #ECC8B5 are triadic colors.

2 #B5C8EC and #C8ECB5 with #ECC8B5 are triadic colors.