COLOR #E6EBD6

HEX: #E6EBD6
RGB: (230,235,214)

Color info

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

RGB color model

#E6EBD6 color RGB value is (230,235,214).

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

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 214 of 255 = 84%

230
235
214

R + G + B ~ 89%. #E6EBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 214 = 679 (100%)
R 230 of 679 ~ 33.87%
G 235 of 679 ~ 34.61%
B 214 of 679 ~ 31.52%

%33.87
%34.61
%31.52

CMYK color model

#E6EBD6 color CMYK value is (2,0,9,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(2,0,9,8)
C2M0Y9K8 
(2%,0%,9%,8%)
(0.02/0.00/0.09/0.08)	

CMYK percentages

%2.13
%0
%8.94
%7.84

Codes

Color #E6EBD6 in popluar color models

E6EBD6
RGB230235214
HSL74°34.43%88.04%
HSB/HSV74°8.94%92.16%
CMYK2.13%0.00%8.94%
7.84%

Color #E6EBD6 in popluar number systems.

HEXE6EBD6
Decimal230235214
Binary111001101110101111010110
Octal346353326

Shades and tints

Shades of #E6EBD6

#E6EBD6
(230,235,214)
#D2D6C3
(210,214,195)
#BEC1B0
(190,193,176)
#AAAC9D
(170,172,157)
#96978A
(150,151,138)
#828277
(130,130,119)
#6E6D64
(110,109,100)
#5A5851
(90,88,81)
#46433E
(70,67,62)
#322E2B
(50,46,43)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6EBD6

#E6EBD6
(230,235,214)
#E8ECD9
(232,236,217)
#EAEDDC
(234,237,220)
#ECEEDF
(236,238,223)
#EEEFE2
(238,239,226)
#F0F0E5
(240,240,229)
#F2F1E8
(242,241,232)
#F4F2EB
(244,242,235)
#F6F3EE
(246,243,238)
#F8F4F1
(248,244,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBD6; }

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

This text font color is #E6EBD6.


Background Color

.myBgColor { background-color: #E6EBD6; }

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

This div background color is #E6EBD6.


Border color

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

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

This div border color is #E6EBD6.


Opacity

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

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

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

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

This text has shadow with #E6EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBD6 on black background.


Color preview on white background

This text has color #E6EBD6 on white background.



Black color preview on #E6EBD6 background

This text has black color on #E6EBD6 background.


White color preview on #E6EBD6 background

This text has white color on #E6EBD6 background.