COLOR #E6E7BC

HEX: #E6E7BC RGB: (230,231,188)

Color info

#E6E7BC contains red, green and blue colors in about the same proportion. Web safe color of #E6E7BC is #CCFFCC (or #CFC).

RGB color model

#E6E7BC color RGB value is (230,231,188).

RGB: (230,231,188) (90%, 91%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 188 of 255 = 74%

230
231
188

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

Portions of RGB colors in percentages

R + G + B = 230 + 231 + 188 = 649 (100%)
R 230 of 649 ~ 35.44%
G 231 of 649 ~ 35.59%
B 188 of 649 ~ 28.97'%

%35.44
%35.59
%28.97

CMYK color model

#E6E7BC color CMYK value is (0,0,19,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 18.61%
  • key color value is 9.41%

CMYK: (0,0,19,9)
C0M0Y19K9 (0%, 0%, 19%, 9%)
(0.00 / 0.00 / 0.19 / 0.09)

CMYK percentages

%0.43
%0
%18.61
%9.41

Codes

Color #E6E7BC in popluar color models

E6 E7 BC
RGB 230 231 188
HSL 61° 47.25% 82.16%
HSB/HSV 61° 18.61% 90.59%
CMYK 0.43% 0.00% 18.61%
9.41%

Color #E6E7BC in popluar number systems.

HEX E6 E7 BC
Decimal 230 231 188
Binary 11100110 11100111 10111100
Octal 346 347 274

Shades and tints

Shades of #E6E7BC

#E6E7BC
(230,231,188)
#D2D2AB
(210,210,171)
#BEBD9A
(190,189,154)
#AAA889
(170,168,137)
#969378
(150,147,120)
#827E67
(130,126,103)
#6E6956
(110,105,86)
#5A5445
(90,84,69)
#463F34
(70,63,52)
#322A23
(50,42,35)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #E6E7BC

#E6E7BC
(230,231,188)
#E8E9C2
(232,233,194)
#EAEBC8
(234,235,200)
#ECEDCE
(236,237,206)
#EEEFD4
(238,239,212)
#F0F1DA
(240,241,218)
#F2F3E0
(242,243,224)
#F4F5E6
(244,245,230)
#F6F7EC
(246,247,236)
#F8F9F2
(248,249,242)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7BC; }

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

This text font color is #E6E7BC.

Background Color

.myBgColor { background-color: #E6E7BC; }

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

This div background color is #E6E7BC.

Border color

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

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

This div border color is #E6E7BC.

Opacity

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

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

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

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

This text has shadow with #E6E7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E7BC.

Preview

Color preview on black background

This text has color #E6E7BC on black background.


Color preview on white background

This text has color #E6E7BC on white background.


Black color preview on #E6E7BC background

This text has black color on #E6E7BC background.


White color preview on #E6E7BC background

This text has white color on #E6E7BC background.


Related colors

Complementary color

Complementary color for #hex is #191843.


I love getcolorcode.com

Triadic colors

1 #BCE6E7 and #E7BCE6 with #E6E7BC are triadic colors.

2 #BCE7E6 and #E7E6BC with #E6E7BC are triadic colors.