COLOR #EFE7C5

HEX: #EFE7C5 RGB: (239,231,197)

Color info

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

RGB color model

#EFE7C5 color RGB value is (239,231,197).

RGB: (239,231,197) (94%, 91%, 77%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 197 of 255 = 77%

239
231
197

R + G + B ~ 87%. #EFE7C5 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 197 = 667 (100%)
R 239 of 667 ~ 35.83%
G 231 of 667 ~ 34.63%
B 197 of 667 ~ 29.54'%

%35.83
%34.63
%29.54

CMYK color model

#EFE7C5 color CMYK value is (0,3,18,6).

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

CMYK: (0,3,18,6)
C0M3Y18K6 (0%, 3%, 18%, 6%)
(0.00 / 0.03 / 0.18 / 0.06)

CMYK percentages

%0
%3.35
%17.57
%6.27

Codes

Color #EFE7C5 in popluar color models

EF E7 C5
RGB 239 231 197
HSL 49° 56.76% 85.49%
HSB/HSV 49° 17.57% 93.73%
CMYK 0.00% 3.35% 17.57%
6.27%

Color #EFE7C5 in popluar number systems.

HEX EF E7 C5
Decimal 239 231 197
Binary 11101111 11100111 11000101
Octal 357 347 305

Shades and tints

Shades of #EFE7C5

#EFE7C5
(239,231,197)
#DAD2B4
(218,210,180)
#C5BDA3
(197,189,163)
#B0A892
(176,168,146)
#9B9381
(155,147,129)
#867E70
(134,126,112)
#71695F
(113,105,95)
#5C544E
(92,84,78)
#473F3D
(71,63,61)
#322A2C
(50,42,44)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #EFE7C5

#EFE7C5
(239,231,197)
#F0E9CA
(240,233,202)
#F1EBCF
(241,235,207)
#F2EDD4
(242,237,212)
#F3EFD9
(243,239,217)
#F4F1DE
(244,241,222)
#F5F3E3
(245,243,227)
#F6F5E8
(246,245,232)
#F7F7ED
(247,247,237)
#F8F9F2
(248,249,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7C5; }

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

This text font color is #EFE7C5.

Background Color

.myBgColor { background-color: #EFE7C5; }

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

This div background color is #EFE7C5.

Border color

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

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

This div border color is #EFE7C5.

Opacity

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

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

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

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

This text has shadow with #EFE7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE7C5.

Preview

Color preview on black background

This text has color #EFE7C5 on black background.


Color preview on white background

This text has color #EFE7C5 on white background.


Black color preview on #EFE7C5 background

This text has black color on #EFE7C5 background.


White color preview on #EFE7C5 background

This text has white color on #EFE7C5 background.


Related colors

Complementary color

Complementary color for #hex is #10183A.


I love getcolorcode.com

Triadic colors

1 #C5EFE7 and #E7C5EF with #EFE7C5 are triadic colors.

2 #C5E7EF and #E7EFC5 with #EFE7C5 are triadic colors.