COLOR #ECC7BE

HEX: #ECC7BE RGB: (236,199,190)

Color info

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

RGB color model

#ECC7BE color RGB value is (236,199,190).

RGB: (236,199,190) (93%, 78%, 75%)

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 190 of 255 = 75%

236
199
190

R + G + B ~ 82%. #ECC7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 199 + 190 = 625 (100%)
R 236 of 625 ~ 37.76%
G 199 of 625 ~ 31.84%
B 190 of 625 ~ 30.4'%

%37.76
%31.84
%30.4

CMYK color model

#ECC7BE color CMYK value is (0,16,19,7).

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

CMYK: (0,16,19,7)
C0M16Y19K7 (0%, 16%, 19%, 7%)
(0.00 / 0.16 / 0.19 / 0.07)

CMYK percentages

%0
%15.68
%19.49
%7.45

Codes

Color #ECC7BE in popluar color models

EC C7 BE
RGB 236 199 190
HSL 12° 54.76% 83.53%
HSB/HSV 12° 19.49% 92.55%
CMYK 0.00% 15.68% 19.49%
7.45%

Color #ECC7BE in popluar number systems.

HEX EC C7 BE
Decimal 236 199 190
Binary 11101100 11000111 10111110
Octal 354 307 276

Shades and tints

Shades of #ECC7BE

#ECC7BE
(236,199,190)
#D7B5AD
(215,181,173)
#C2A39C
(194,163,156)
#AD918B
(173,145,139)
#987F7A
(152,127,122)
#836D69
(131,109,105)
#6E5B58
(110,91,88)
#594947
(89,73,71)
#443736
(68,55,54)
#2F2525
(47,37,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #ECC7BE

#ECC7BE
(236,199,190)
#EDCCC3
(237,204,195)
#EED1C8
(238,209,200)
#EFD6CD
(239,214,205)
#F0DBD2
(240,219,210)
#F1E0D7
(241,224,215)
#F2E5DC
(242,229,220)
#F3EAE1
(243,234,225)
#F4EFE6
(244,239,230)
#F5F4EB
(245,244,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC7BE; }

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

This text font color is #ECC7BE.

Background Color

.myBgColor { background-color: #ECC7BE; }

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

This div background color is #ECC7BE.

Border color

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

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

This div border color is #ECC7BE.

Opacity

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

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

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

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

This text has shadow with #ECC7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC7BE.

Preview

Color preview on black background

This text has color #ECC7BE on black background.


Color preview on white background

This text has color #ECC7BE on white background.


Black color preview on #ECC7BE background

This text has black color on #ECC7BE background.


White color preview on #ECC7BE background

This text has white color on #ECC7BE background.


Related colors

Complementary color

Complementary color for #hex is #133841.


I love getcolorcode.com

Triadic colors

1 #BEECC7 and #C7BEEC with #ECC7BE are triadic colors.

2 #BEC7EC and #C7ECBE with #ECC7BE are triadic colors.