COLOR #E6EBC5

HEX: #E6EBC5
RGB: (230,235,197)

Color info

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

RGB color model

#E6EBC5 color RGB value is (230,235,197).

  • red value is 230;
  • green value is 235;
  • blue value is 197.
RGB:
(230,235,197)
(90%,92%,77%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 197 of 255 = 77%

230
235
197

R + G + B ~ 86%. #E6EBC5 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 197 = 662 (100%)
R 230 of 662 ~ 34.74%
G 235 of 662 ~ 35.5%
B 197 of 662 ~ 29.76%

%34.74
%35.5
%29.76

CMYK color model

#E6EBC5 color CMYK value is (2,0,16,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 7.84%
CMYK:
(2,0,16,8)
C2M0Y16K8 
(2%,0%,16%,8%)
(0.02/0.00/0.16/0.08)	

CMYK percentages

%2.13
%0
%16.17
%7.84

Codes

Color #E6EBC5 in popluar color models

E6EBC5
RGB230235197
HSL68°48.72%84.71%
HSB/HSV68°16.17%92.16%
CMYK2.13%0.00%16.17%
7.84%

Color #E6EBC5 in popluar number systems.

HEXE6EBC5
Decimal230235197
Binary111001101110101111000101
Octal346353305

Shades and tints

Shades of #E6EBC5

#E6EBC5
(230,235,197)
#D2D6B4
(210,214,180)
#BEC1A3
(190,193,163)
#AAAC92
(170,172,146)
#969781
(150,151,129)
#828270
(130,130,112)
#6E6D5F
(110,109,95)
#5A584E
(90,88,78)
#46433D
(70,67,61)
#322E2C
(50,46,44)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6EBC5

#E6EBC5
(230,235,197)
#E8ECCA
(232,236,202)
#EAEDCF
(234,237,207)
#ECEED4
(236,238,212)
#EEEFD9
(238,239,217)
#F0F0DE
(240,240,222)
#F2F1E3
(242,241,227)
#F4F2E8
(244,242,232)
#F6F3ED
(246,243,237)
#F8F4F2
(248,244,242)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EBC5 color. Also use rgb(230,235,197) instead hex code.

Text Font Color

.myTextColor { color: #E6EBC5; }

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

This text font color is #E6EBC5.


Background Color

.myBgColor { background-color: #E6EBC5; }

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

This div background color is #E6EBC5.


Border color

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

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

This div border color is #E6EBC5.


Opacity

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

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

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

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

This text has shadow with #E6EBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBC5 on black background.


Color preview on white background

This text has color #E6EBC5 on white background.



Black color preview on #E6EBC5 background

This text has black color on #E6EBC5 background.


White color preview on #E6EBC5 background

This text has white color on #E6EBC5 background.