COLOR #ECC2BE

HEX: #ECC2BE RGB: (236,194,190)

Color info

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

RGB color model

#ECC2BE color RGB value is (236,194,190).

RGB: (236,194,190) (93%, 76%, 75%)

RGB channels and saturation

R 236 of 255 = 93%
G 194 of 255 = 76%
B 190 of 255 = 75%

236
194
190

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

Portions of RGB colors in percentages

R + G + B = 236 + 194 + 190 = 620 (100%)
R 236 of 620 ~ 38.06%
G 194 of 620 ~ 31.29%
B 190 of 620 ~ 30.65'%

%38.06
%31.29
%30.65

CMYK color model

#ECC2BE color CMYK value is (0,18,19,7).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 19.49%
  • key color value is 7.45%
CMYK: (0,18,19,7) C0M18Y19K7 (0%,18%,19%,7%) (0.00/0.18/0.19/0.07) 

CMYK percentages

%0
%17.8
%19.49
%7.45

Codes

Color #ECC2BE in popluar color models

EC C2 BE
RGB 236 194 190
HSL 54.76% 83.53%
HSB/HSV 19.49% 92.55%
CMYK 0.00% 17.80% 19.49%
7.45%

Color #ECC2BE in popluar number systems.

HEX EC C2 BE
Decimal 236 194 190
Binary 11101100 11000010 10111110
Octal 354 302 276

Shades and tints

Shades of #ECC2BE

#ECC2BE
(236,194,190)
#D7B1AD
(215,177,173)
#C2A09C
(194,160,156)
#AD8F8B
(173,143,139)
#987E7A
(152,126,122)
#836D69
(131,109,105)
#6E5C58
(110,92,88)
#594B47
(89,75,71)
#443A36
(68,58,54)
#2F2925
(47,41,37)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #ECC2BE

#ECC2BE
(236,194,190)
#EDC7C3
(237,199,195)
#EECCC8
(238,204,200)
#EFD1CD
(239,209,205)
#F0D6D2
(240,214,210)
#F1DBD7
(241,219,215)
#F2E0DC
(242,224,220)
#F3E5E1
(243,229,225)
#F4EAE6
(244,234,230)
#F5EFEB
(245,239,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC2BE; }

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

This text font color is #ECC2BE.

Background Color

.myBgColor { background-color: #ECC2BE; }

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

This div background color is #ECC2BE.

Border color

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

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

This div border color is #ECC2BE.

Opacity

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

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

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

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

This text has shadow with #ECC2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC2BE.

Preview

Color preview on black background

This text has color #ECC2BE on black background.


Color preview on white background

This text has color #ECC2BE on white background.


Black color preview on #ECC2BE background

This text has black color on #ECC2BE background.


White color preview on #ECC2BE background

This text has white color on #ECC2BE background.


Related colors

Complementary color

Complementary color for #hex is #133D41.


I love getcolorcode.com

Triadic colors

1 #BEECC2 and #C2BEEC with #ECC2BE are triadic colors.

2 #BEC2EC and #C2ECBE with #ECC2BE are triadic colors.