COLOR #E6EBC8

HEX: #E6EBC8 RGB: (230,235,200)

Color info

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

RGB color model

#E6EBC8 color RGB value is (230,235,200).

RGB: (230,235,200) (90%, 92%, 78%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 200 of 255 = 78%

230
235
200

R + G + B ~ 87%. #E6EBC8 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 235 + 200 = 665 (100%)
R 230 of 665 ~ 34.59%
G 235 of 665 ~ 35.34%
B 200 of 665 ~ 30.08'%

%34.59
%35.34
%30.08

CMYK color model

#E6EBC8 color CMYK value is (2,0,15,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 7.84%

CMYK: (2,0,15,8)
C2M0Y15K8 (2%, 0%, 15%, 8%)
(0.02 / 0.00 / 0.15 / 0.08)

CMYK percentages

%2.13
%0
%14.89
%7.84

Codes

Color #E6EBC8 in popluar color models

E6 EB C8
RGB 230 235 200
HSL 69° 46.67% 85.29%
HSB/HSV 69° 14.89% 92.16%
CMYK 2.13% 0.00% 14.89%
7.84%

Color #E6EBC8 in popluar number systems.

HEX E6 EB C8
Decimal 230 235 200
Binary 11100110 11101011 11001000
Octal 346 353 310

Shades and tints

Shades of #E6EBC8

#E6EBC8
(230,235,200)
#D2D6B6
(210,214,182)
#BEC1A4
(190,193,164)
#AAAC92
(170,172,146)
#969780
(150,151,128)
#82826E
(130,130,110)
#6E6D5C
(110,109,92)
#5A584A
(90,88,74)
#464338
(70,67,56)
#322E26
(50,46,38)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #E6EBC8

#E6EBC8
(230,235,200)
#E8ECCD
(232,236,205)
#EAEDD2
(234,237,210)
#ECEED7
(236,238,215)
#EEEFDC
(238,239,220)
#F0F0E1
(240,240,225)
#F2F1E6
(242,241,230)
#F4F2EB
(244,242,235)
#F6F3F0
(246,243,240)
#F8F4F5
(248,244,245)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBC8; }

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

This text font color is #E6EBC8.

Background Color

.myBgColor { background-color: #E6EBC8; }

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

This div background color is #E6EBC8.

Border color

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

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

This div border color is #E6EBC8.

Opacity

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

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

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

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

This text has shadow with #E6EBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EBC8.

Preview

Color preview on black background

This text has color #E6EBC8 on black background.


Color preview on white background

This text has color #E6EBC8 on white background.


Black color preview on #E6EBC8 background

This text has black color on #E6EBC8 background.


White color preview on #E6EBC8 background

This text has white color on #E6EBC8 background.


Related colors

Complementary color

Complementary color for #hex is #191437.


I love getcolorcode.com

Triadic colors

1 #C8E6EB and #EBC8E6 with #E6EBC8 are triadic colors.

2 #C8EBE6 and #EBE6C8 with #E6EBC8 are triadic colors.