COLOR #EFE7B5

HEX: #EFE7B5 RGB: (239,231,181)

Color info

#EFE7B5 contains red, green and blue colors in about the same proportion. Web safe color of #EFE7B5 is #FFFFCC (or #FFC).

RGB color model

#EFE7B5 color RGB value is (239,231,181).

RGB: (239,231,181) (94%, 91%, 71%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 181 of 255 = 71%

239
231
181

R + G + B ~ 85%. #EFE7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 181 = 651 (100%)
R 239 of 651 ~ 36.71%
G 231 of 651 ~ 35.48%
B 181 of 651 ~ 27.8'%

%36.71
%35.48
%27.8

CMYK color model

#EFE7B5 color CMYK value is (0,3,24,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 24.27%
  • key color value is 6.27%

CMYK: (0,3,24,6)
C0M3Y24K6 (0%, 3%, 24%, 6%)
(0.00 / 0.03 / 0.24 / 0.06)

CMYK percentages

%0
%3.35
%24.27
%6.27

Codes

Color #EFE7B5 in popluar color models

EF E7 B5
RGB 239 231 181
HSL 52° 64.44% 82.35%
HSB/HSV 52° 24.27% 93.73%
CMYK 0.00% 3.35% 24.27%
6.27%

Color #EFE7B5 in popluar number systems.

HEX EF E7 B5
Decimal 239 231 181
Binary 11101111 11100111 10110101
Octal 357 347 265

Shades and tints

Shades of #EFE7B5

#EFE7B5
(239,231,181)
#DAD2A5
(218,210,165)
#C5BD95
(197,189,149)
#B0A885
(176,168,133)
#9B9375
(155,147,117)
#867E65
(134,126,101)
#716955
(113,105,85)
#5C5445
(92,84,69)
#473F35
(71,63,53)
#322A25
(50,42,37)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EFE7B5

#EFE7B5
(239,231,181)
#F0E9BB
(240,233,187)
#F1EBC1
(241,235,193)
#F2EDC7
(242,237,199)
#F3EFCD
(243,239,205)
#F4F1D3
(244,241,211)
#F5F3D9
(245,243,217)
#F6F5DF
(246,245,223)
#F7F7E5
(247,247,229)
#F8F9EB
(248,249,235)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE7B5 color. Also use rgb(239,231,181) instead hex code.

Text Font Color

.myTextColor { color: #EFE7B5; }

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

This text font color is #EFE7B5.

Background Color

.myBgColor { background-color: #EFE7B5; }

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

This div background color is #EFE7B5.

Border color

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

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

This div border color is #EFE7B5.

Opacity

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

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

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

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

This text has shadow with #EFE7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE7B5.

Preview

Color preview on black background

This text has color #EFE7B5 on black background.


Color preview on white background

This text has color #EFE7B5 on white background.


Black color preview on #EFE7B5 background

This text has black color on #EFE7B5 background.


White color preview on #EFE7B5 background

This text has white color on #EFE7B5 background.


Related colors

Complementary color

Complementary color for #hex is #10184A.


I love getcolorcode.com

Triadic colors

1 #B5EFE7 and #E7B5EF with #EFE7B5 are triadic colors.

2 #B5E7EF and #E7EFB5 with #EFE7B5 are triadic colors.