COLOR #E7EAB1

HEX: #E7EAB1 RGB: (231,234,177)

Color info

#E7EAB1 contains red, green and blue colors in about the same proportion. Web safe color of #E7EAB1 is #FFFF99 (or #FF9).

RGB color model

#E7EAB1 color RGB value is (231,234,177).

RGB: (231,234,177) (91%, 92%, 69%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 177 of 255 = 69%

231
234
177

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

Portions of RGB colors in percentages

R + G + B = 231 + 234 + 177 = 642 (100%)
R 231 of 642 ~ 35.98%
G 234 of 642 ~ 36.45%
B 177 of 642 ~ 27.57'%

%35.98
%36.45
%27.57

CMYK color model

#E7EAB1 color CMYK value is (1,0,24,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 8.24%

CMYK: (1,0,24,8)
C1M0Y24K8 (1%, 0%, 24%, 8%)
(0.01 / 0.00 / 0.24 / 0.08)

CMYK percentages

%1.28
%0
%24.36
%8.24

Codes

Color #E7EAB1 in popluar color models

E7 EA B1
RGB 231 234 177
HSL 63° 57.58% 80.59%
HSB/HSV 63° 24.36% 91.76%
CMYK 1.28% 0.00% 24.36%
8.24%

Color #E7EAB1 in popluar number systems.

HEX E7 EA B1
Decimal 231 234 177
Binary 11100111 11101010 10110001
Octal 347 352 261

Shades and tints

Shades of #E7EAB1

#E7EAB1
(231,234,177)
#D2D5A1
(210,213,161)
#BDC091
(189,192,145)
#A8AB81
(168,171,129)
#939671
(147,150,113)
#7E8161
(126,129,97)
#696C51
(105,108,81)
#545741
(84,87,65)
#3F4231
(63,66,49)
#2A2D21
(42,45,33)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7EAB1

#E7EAB1
(231,234,177)
#E9EBB8
(233,235,184)
#EBECBF
(235,236,191)
#EDEDC6
(237,237,198)
#EFEECD
(239,238,205)
#F1EFD4
(241,239,212)
#F3F0DB
(243,240,219)
#F5F1E2
(245,241,226)
#F7F2E9
(247,242,233)
#F9F3F0
(249,243,240)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EAB1 color. Also use rgb(231,234,177) instead hex code.

Text Font Color

.myTextColor { color: #E7EAB1; }

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

This text font color is #E7EAB1.

Background Color

.myBgColor { background-color: #E7EAB1; }

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

This div background color is #E7EAB1.

Border color

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

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

This div border color is #E7EAB1.

Opacity

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

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

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

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

This text has shadow with #E7EAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EAB1.

Preview

Color preview on black background

This text has color #E7EAB1 on black background.


Color preview on white background

This text has color #E7EAB1 on white background.


Black color preview on #E7EAB1 background

This text has black color on #E7EAB1 background.


White color preview on #E7EAB1 background

This text has white color on #E7EAB1 background.


Related colors

Complementary color

Complementary color for #hex is #18154E.


I love getcolorcode.com

Triadic colors

1 #B1E7EA and #EAB1E7 with #E7EAB1 are triadic colors.

2 #B1EAE7 and #EAE7B1 with #E7EAB1 are triadic colors.