COLOR #ECBB88

HEX: #ECBB88 RGB: (236,187,136)

Color info

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

RGB color model

#ECBB88 color RGB value is (236,187,136).

RGB: (236,187,136) (93%, 73%, 53%)

RGB channels and saturation

R 236 of 255 = 93%
G 187 of 255 = 73%
B 136 of 255 = 53%

236
187
136

R + G + B ~ 73%. #ECBB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 187 + 136 = 559 (100%)
R 236 of 559 ~ 42.22%
G 187 of 559 ~ 33.45%
B 136 of 559 ~ 24.33'%

%42.22
%33.45
%24.33

CMYK color model

#ECBB88 color CMYK value is (0,21,42,7).

  • cyan value is 0.00%
  • magenta value is 20.76%
  • yellow value is 42.37%
  • key color value is 7.45%

CMYK: (0,21,42,7)
C0M21Y42K7 (0%, 21%, 42%, 7%)
(0.00 / 0.21 / 0.42 / 0.07)

CMYK percentages

%0
%20.76
%42.37
%7.45

Codes

Color #ECBB88 in popluar color models

EC BB 88
RGB 236 187 136
HSL 31° 72.46% 72.94%
HSB/HSV 31° 42.37% 92.55%
CMYK 0.00% 20.76% 42.37%
7.45%

Color #ECBB88 in popluar number systems.

HEX EC BB 88
Decimal 236 187 136
Binary 11101100 10111011 10001000
Octal 354 273 210

Shades and tints

Shades of #ECBB88

#ECBB88
(236,187,136)
#D7AA7C
(215,170,124)
#C29970
(194,153,112)
#AD8864
(173,136,100)
#987758
(152,119,88)
#83664C
(131,102,76)
#6E5540
(110,85,64)
#594434
(89,68,52)
#443328
(68,51,40)
#2F221C
(47,34,28)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #ECBB88

#ECBB88
(236,187,136)
#EDC192
(237,193,146)
#EEC79C
(238,199,156)
#EFCDA6
(239,205,166)
#F0D3B0
(240,211,176)
#F1D9BA
(241,217,186)
#F2DFC4
(242,223,196)
#F3E5CE
(243,229,206)
#F4EBD8
(244,235,216)
#F5F1E2
(245,241,226)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBB88 color. Also use rgb(236,187,136) instead hex code.

Text Font Color

.myTextColor { color: #ECBB88; }

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

This text font color is #ECBB88.

Background Color

.myBgColor { background-color: #ECBB88; }

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

This div background color is #ECBB88.

Border color

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

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

This div border color is #ECBB88.

Opacity

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

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

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

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

This text has shadow with #ECBB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBB88.

Preview

Color preview on black background

This text has color #ECBB88 on black background.


Color preview on white background

This text has color #ECBB88 on white background.


Black color preview on #ECBB88 background

This text has black color on #ECBB88 background.


White color preview on #ECBB88 background

This text has white color on #ECBB88 background.


Related colors

Complementary color

Complementary color for #hex is #134477.


I love getcolorcode.com

Triadic colors

1 #88ECBB and #BB88EC with #ECBB88 are triadic colors.

2 #88BBEC and #BBEC88 with #ECBB88 are triadic colors.