COLOR #E0E6BC

HEX: #E0E6BC RGB: (224,230,188)

Color info

#E0E6BC contains red, green and blue colors in about the same proportion. Web safe color of #E0E6BC is #CCCCCC (or #CCC).

RGB color model

#E0E6BC color RGB value is (224,230,188).

RGB: (224,230,188) (88%, 90%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 230 of 255 = 90%
B 188 of 255 = 74%

224
230
188

R + G + B ~ 84%. #E0E6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 230 + 188 = 642 (100%)
R 224 of 642 ~ 34.89%
G 230 of 642 ~ 35.83%
B 188 of 642 ~ 29.28'%

%34.89
%35.83
%29.28

CMYK color model

#E0E6BC color CMYK value is (3,0,18,10).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 9.80%

CMYK: (3,0,18,10)
C3M0Y18K10 (3%, 0%, 18%, 10%)
(0.03 / 0.00 / 0.18 / 0.10)

CMYK percentages

%2.61
%0
%18.26
%9.8

Codes

Color #E0E6BC in popluar color models

E0 E6 BC
RGB 224 230 188
HSL 69° 45.65% 81.96%
HSB/HSV 69° 18.26% 90.20%
CMYK 2.61% 0.00% 18.26%
9.80%

Color #E0E6BC in popluar number systems.

HEX E0 E6 BC
Decimal 224 230 188
Binary 11100000 11100110 10111100
Octal 340 346 274

Shades and tints

Shades of #E0E6BC

#E0E6BC
(224,230,188)
#CCD2AB
(204,210,171)
#B8BE9A
(184,190,154)
#A4AA89
(164,170,137)
#909678
(144,150,120)
#7C8267
(124,130,103)
#686E56
(104,110,86)
#545A45
(84,90,69)
#404634
(64,70,52)
#2C3223
(44,50,35)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #E0E6BC

#E0E6BC
(224,230,188)
#E2E8C2
(226,232,194)
#E4EAC8
(228,234,200)
#E6ECCE
(230,236,206)
#E8EED4
(232,238,212)
#EAF0DA
(234,240,218)
#ECF2E0
(236,242,224)
#EEF4E6
(238,244,230)
#F0F6EC
(240,246,236)
#F2F8F2
(242,248,242)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E6BC color. Also use rgb(224,230,188) instead hex code.

Text Font Color

.myTextColor { color: #E0E6BC; }

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

This text font color is #E0E6BC.

Background Color

.myBgColor { background-color: #E0E6BC; }

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

This div background color is #E0E6BC.

Border color

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

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

This div border color is #E0E6BC.

Opacity

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

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

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

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

This text has shadow with #E0E6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E6BC.

Preview

Color preview on black background

This text has color #E0E6BC on black background.


Color preview on white background

This text has color #E0E6BC on white background.


Black color preview on #E0E6BC background

This text has black color on #E0E6BC background.


White color preview on #E0E6BC background

This text has white color on #E0E6BC background.


Related colors

Complementary color

Complementary color for #hex is #1F1943.


I love getcolorcode.com

Triadic colors

1 #BCE0E6 and #E6BCE0 with #E0E6BC are triadic colors.

2 #BCE6E0 and #E6E0BC with #E0E6BC are triadic colors.