COLOR #E6EAD3

HEX: #E6EAD3
RGB: (230,234,211)

Color info

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

RGB color model

#E6EAD3 color RGB value is (230,234,211).

  • red value is 230;
  • green value is 234;
  • blue value is 211.
RGB:
(230,234,211)
(90%,92%,83%)

RGB channels and saturation

R 230 of 255 = 90%
G 234 of 255 = 92%
B 211 of 255 = 83%

230
234
211

R + G + B ~ 88%. #E6EAD3 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 234 + 211 = 675 (100%)
R 230 of 675 ~ 34.07%
G 234 of 675 ~ 34.67%
B 211 of 675 ~ 31.26%

%34.07
%34.67
%31.26

CMYK color model

#E6EAD3 color CMYK value is (2,0,10,8).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 8.24%
CMYK:
(2,0,10,8)
C2M0Y10K8 
(2%,0%,10%,8%)
(0.02/0.00/0.10/0.08)	

CMYK percentages

%1.71
%0
%9.83
%8.24

Codes

Color #E6EAD3 in popluar color models

E6EAD3
RGB230234211
HSL70°35.38%87.25%
HSB/HSV70°9.83%91.76%
CMYK1.71%0.00%9.83%
8.24%

Color #E6EAD3 in popluar number systems.

HEXE6EAD3
Decimal230234211
Binary111001101110101011010011
Octal346352323

Shades and tints

Shades of #E6EAD3

#E6EAD3
(230,234,211)
#D2D5C0
(210,213,192)
#BEC0AD
(190,192,173)
#AAAB9A
(170,171,154)
#969687
(150,150,135)
#828174
(130,129,116)
#6E6C61
(110,108,97)
#5A574E
(90,87,78)
#46423B
(70,66,59)
#322D28
(50,45,40)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #E6EAD3

#E6EAD3
(230,234,211)
#E8EBD7
(232,235,215)
#EAECDB
(234,236,219)
#ECEDDF
(236,237,223)
#EEEEE3
(238,238,227)
#F0EFE7
(240,239,231)
#F2F0EB
(242,240,235)
#F4F1EF
(244,241,239)
#F6F2F3
(246,242,243)
#F8F3F7
(248,243,247)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EAD3 color. Also use rgb(230,234,211) instead hex code.

Text Font Color

.myTextColor { color: #E6EAD3; }

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

This text font color is #E6EAD3.


Background Color

.myBgColor { background-color: #E6EAD3; }

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

This div background color is #E6EAD3.


Border color

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

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

This div border color is #E6EAD3.


Opacity

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

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

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

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

This text has shadow with #E6EAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EAD3 on black background.


Color preview on white background

This text has color #E6EAD3 on white background.



Black color preview on #E6EAD3 background

This text has black color on #E6EAD3 background.


White color preview on #E6EAD3 background

This text has white color on #E6EAD3 background.