COLOR #E6EB9F

HEX: #E6EB9F RGB: (230,235,159)

Color info

#E6EB9F contains mainly red and green colors. Web safe color of #E6EB9F is #CCFF99 (or #CF9).

RGB color model

#E6EB9F color RGB value is (230,235,159).

RGB: (230,235,159) (90%, 92%, 62%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 159 of 255 = 62%

230
235
159

R + G + B ~ 81%. #E6EB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 235 + 159 = 624 (100%)
R 230 of 624 ~ 36.86%
G 235 of 624 ~ 37.66%
B 159 of 624 ~ 25.48'%

%36.86
%37.66
%25.48

CMYK color model

#E6EB9F color CMYK value is (2,0,32,8).

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

CMYK: (2,0,32,8)
C2M0Y32K8 (2%, 0%, 32%, 8%)
(0.02 / 0.00 / 0.32 / 0.08)

CMYK percentages

%2.13
%0
%32.34
%7.84

Codes

Color #E6EB9F in popluar color models

E6 EB 9F
RGB 230 235 159
HSL 64° 65.52% 77.25%
HSB/HSV 64° 32.34% 92.16%
CMYK 2.13% 0.00% 32.34%
7.84%

Color #E6EB9F in popluar number systems.

HEX E6 EB 9F
Decimal 230 235 159
Binary 11100110 11101011 10011111
Octal 346 353 237

Shades and tints

Shades of #E6EB9F

#E6EB9F
(230,235,159)
#D2D691
(210,214,145)
#BEC183
(190,193,131)
#AAAC75
(170,172,117)
#969767
(150,151,103)
#828259
(130,130,89)
#6E6D4B
(110,109,75)
#5A583D
(90,88,61)
#46432F
(70,67,47)
#322E21
(50,46,33)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #E6EB9F

#E6EB9F
(230,235,159)
#E8ECA7
(232,236,167)
#EAEDAF
(234,237,175)
#ECEEB7
(236,238,183)
#EEEFBF
(238,239,191)
#F0F0C7
(240,240,199)
#F2F1CF
(242,241,207)
#F4F2D7
(244,242,215)
#F6F3DF
(246,243,223)
#F8F4E7
(248,244,231)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EB9F; }

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

This text font color is #E6EB9F.

Background Color

.myBgColor { background-color: #E6EB9F; }

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

This div background color is #E6EB9F.

Border color

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

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

This div border color is #E6EB9F.

Opacity

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

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

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

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

This text has shadow with #E6EB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EB9F.

Preview

Color preview on black background

This text has color #E6EB9F on black background.


Color preview on white background

This text has color #E6EB9F on white background.


Black color preview on #E6EB9F background

This text has black color on #E6EB9F background.


White color preview on #E6EB9F background

This text has white color on #E6EB9F background.


Related colors

Complementary color

Complementary color for #hex is #191460.


I love getcolorcode.com

Triadic colors

1 #9FE6EB and #EB9FE6 with #E6EB9F are triadic colors.

2 #9FEBE6 and #EBE69F with #E6EB9F are triadic colors.