COLOR #ECE0BE

HEX: #ECE0BE RGB: (236,224,190)

Color info

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

RGB color model

#ECE0BE color RGB value is (236,224,190).

RGB: (236,224,190) (93%, 88%, 75%)

RGB channels and saturation

R 236 of 255 = 93%
G 224 of 255 = 88%
B 190 of 255 = 75%

236
224
190

R + G + B ~ 85%. #ECE0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 224 + 190 = 650 (100%)
R 236 of 650 ~ 36.31%
G 224 of 650 ~ 34.46%
B 190 of 650 ~ 29.23'%

%36.31
%34.46
%29.23

CMYK color model

#ECE0BE color CMYK value is (0,5,19,7).

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

CMYK: (0,5,19,7)
C0M5Y19K7 (0%, 5%, 19%, 7%)
(0.00 / 0.05 / 0.19 / 0.07)

CMYK percentages

%0
%5.08
%19.49
%7.45

Codes

Color #ECE0BE in popluar color models

EC E0 BE
RGB 236 224 190
HSL 44° 54.76% 83.53%
HSB/HSV 44° 19.49% 92.55%
CMYK 0.00% 5.08% 19.49%
7.45%

Color #ECE0BE in popluar number systems.

HEX EC E0 BE
Decimal 236 224 190
Binary 11101100 11100000 10111110
Octal 354 340 276

Shades and tints

Shades of #ECE0BE

#ECE0BE
(236,224,190)
#D7CCAD
(215,204,173)
#C2B89C
(194,184,156)
#ADA48B
(173,164,139)
#98907A
(152,144,122)
#837C69
(131,124,105)
#6E6858
(110,104,88)
#595447
(89,84,71)
#444036
(68,64,54)
#2F2C25
(47,44,37)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #ECE0BE

#ECE0BE
(236,224,190)
#EDE2C3
(237,226,195)
#EEE4C8
(238,228,200)
#EFE6CD
(239,230,205)
#F0E8D2
(240,232,210)
#F1EAD7
(241,234,215)
#F2ECDC
(242,236,220)
#F3EEE1
(243,238,225)
#F4F0E6
(244,240,230)
#F5F2EB
(245,242,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE0BE; }

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

This text font color is #ECE0BE.

Background Color

.myBgColor { background-color: #ECE0BE; }

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

This div background color is #ECE0BE.

Border color

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

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

This div border color is #ECE0BE.

Opacity

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

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

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

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

This text has shadow with #ECE0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE0BE.

Preview

Color preview on black background

This text has color #ECE0BE on black background.


Color preview on white background

This text has color #ECE0BE on white background.


Black color preview on #ECE0BE background

This text has black color on #ECE0BE background.


White color preview on #ECE0BE background

This text has white color on #ECE0BE background.


Related colors

Complementary color

Complementary color for #hex is #131F41.


I love getcolorcode.com

Triadic colors

1 #BEECE0 and #E0BEEC with #ECE0BE are triadic colors.

2 #BEE0EC and #E0ECBE with #ECE0BE are triadic colors.