COLOR #E6EAB6

HEX: #E6EAB6 RGB: (230,234,182)

Color info

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

RGB color model

#E6EAB6 color RGB value is (230,234,182).

RGB: (230,234,182) (90%, 92%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 234 of 255 = 92%
B 182 of 255 = 71%

230
234
182

R + G + B ~ 84%. #E6EAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 234 + 182 = 646 (100%)
R 230 of 646 ~ 35.6%
G 234 of 646 ~ 36.22%
B 182 of 646 ~ 28.17'%

%35.6
%36.22
%28.17

CMYK color model

#E6EAB6 color CMYK value is (2,0,22,8).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%

CMYK: (2,0,22,8)
C2M0Y22K8 (2%, 0%, 22%, 8%)
(0.02 / 0.00 / 0.22 / 0.08)

CMYK percentages

%1.71
%0
%22.22
%8.24

Codes

Color #E6EAB6 in popluar color models

E6 EA B6
RGB 230 234 182
HSL 65° 55.32% 81.57%
HSB/HSV 65° 22.22% 91.76%
CMYK 1.71% 0.00% 22.22%
8.24%

Color #E6EAB6 in popluar number systems.

HEX E6 EA B6
Decimal 230 234 182
Binary 11100110 11101010 10110110
Octal 346 352 266

Shades and tints

Shades of #E6EAB6

#E6EAB6
(230,234,182)
#D2D5A6
(210,213,166)
#BEC096
(190,192,150)
#AAAB86
(170,171,134)
#969676
(150,150,118)
#828166
(130,129,102)
#6E6C56
(110,108,86)
#5A5746
(90,87,70)
#464236
(70,66,54)
#322D26
(50,45,38)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #E6EAB6

#E6EAB6
(230,234,182)
#E8EBBC
(232,235,188)
#EAECC2
(234,236,194)
#ECEDC8
(236,237,200)
#EEEECE
(238,238,206)
#F0EFD4
(240,239,212)
#F2F0DA
(242,240,218)
#F4F1E0
(244,241,224)
#F6F2E6
(246,242,230)
#F8F3EC
(248,243,236)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAB6; }

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

This text font color is #E6EAB6.

Background Color

.myBgColor { background-color: #E6EAB6; }

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

This div background color is #E6EAB6.

Border color

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

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

This div border color is #E6EAB6.

Opacity

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

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

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

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

This text has shadow with #E6EAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EAB6.

Preview

Color preview on black background

This text has color #E6EAB6 on black background.


Color preview on white background

This text has color #E6EAB6 on white background.


Black color preview on #E6EAB6 background

This text has black color on #E6EAB6 background.


White color preview on #E6EAB6 background

This text has white color on #E6EAB6 background.


Related colors

Complementary color

Complementary color for #hex is #191549.


I love getcolorcode.com

Triadic colors

1 #B6E6EA and #EAB6E6 with #E6EAB6 are triadic colors.

2 #B6EAE6 and #EAE6B6 with #E6EAB6 are triadic colors.