COLOR #ECBEB1

HEX: #ECBEB1 RGB: (236,190,177)

Color info

#ECBEB1 contains red, green and blue colors in about the same proportion. Web safe color of #ECBEB1 is #FFCC99 (or #FC9).

RGB color model

#ECBEB1 color RGB value is (236,190,177).

RGB: (236,190,177) (93%, 75%, 69%)

RGB channels and saturation

R 236 of 255 = 93%
G 190 of 255 = 75%
B 177 of 255 = 69%

236
190
177

R + G + B ~ 79%. #ECBEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 190 + 177 = 603 (100%)
R 236 of 603 ~ 39.14%
G 190 of 603 ~ 31.51%
B 177 of 603 ~ 29.35'%

%39.14
%31.51
%29.35

CMYK color model

#ECBEB1 color CMYK value is (0,19,25,7).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 25.00%
  • key color value is 7.45%

CMYK: (0,19,25,7)
C0M19Y25K7 (0%, 19%, 25%, 7%)
(0.00 / 0.19 / 0.25 / 0.07)

CMYK percentages

%0
%19.49
%25
%7.45

Codes

Color #ECBEB1 in popluar color models

EC BE B1
RGB 236 190 177
HSL 13° 60.82% 80.98%
HSB/HSV 13° 25.00% 92.55%
CMYK 0.00% 19.49% 25.00%
7.45%

Color #ECBEB1 in popluar number systems.

HEX EC BE B1
Decimal 236 190 177
Binary 11101100 10111110 10110001
Octal 354 276 261

Shades and tints

Shades of #ECBEB1

#ECBEB1
(236,190,177)
#D7ADA1
(215,173,161)
#C29C91
(194,156,145)
#AD8B81
(173,139,129)
#987A71
(152,122,113)
#836961
(131,105,97)
#6E5851
(110,88,81)
#594741
(89,71,65)
#443631
(68,54,49)
#2F2521
(47,37,33)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #ECBEB1

#ECBEB1
(236,190,177)
#EDC3B8
(237,195,184)
#EEC8BF
(238,200,191)
#EFCDC6
(239,205,198)
#F0D2CD
(240,210,205)
#F1D7D4
(241,215,212)
#F2DCDB
(242,220,219)
#F3E1E2
(243,225,226)
#F4E6E9
(244,230,233)
#F5EBF0
(245,235,240)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBEB1 color. Also use rgb(236,190,177) instead hex code.

Text Font Color

.myTextColor { color: #ECBEB1; }

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

This text font color is #ECBEB1.

Background Color

.myBgColor { background-color: #ECBEB1; }

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

This div background color is #ECBEB1.

Border color

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

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

This div border color is #ECBEB1.

Opacity

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

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

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

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

This text has shadow with #ECBEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBEB1.

Preview

Color preview on black background

This text has color #ECBEB1 on black background.


Color preview on white background

This text has color #ECBEB1 on white background.


Black color preview on #ECBEB1 background

This text has black color on #ECBEB1 background.


White color preview on #ECBEB1 background

This text has white color on #ECBEB1 background.


Related colors

Complementary color

Complementary color for #hex is #13414E.


I love getcolorcode.com

Triadic colors

1 #B1ECBE and #BEB1EC with #ECBEB1 are triadic colors.

2 #B1BEEC and #BEECB1 with #ECBEB1 are triadic colors.