COLOR #EFE8C3

HEX: #EFE8C3
RGB: (239,232,195)

Color info

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

RGB color model

#EFE8C3 color RGB value is (239,232,195).

  • red value is 239;
  • green value is 232;
  • blue value is 195.
RGB:
(239,232,195)
(94%,91%,76%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 195 of 255 = 76%

239
232
195

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

Portions of RGB colors in percentages

R + G + B =
239 + 232 + 195 = 666 (100%)
R 239 of 666 ~ 35.89%
G 232 of 666 ~ 34.83%
B 195 of 666 ~ 29.28%

%35.89
%34.83
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 18.41%
  • 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
%2.93
%18.41
%6.27

Codes

Color #EFE8C3 in popluar color models

EFE8C3
RGB239232195
HSL50°57.89%85.10%
HSB/HSV50°18.41%93.73%
CMYK0.00%2.93%18.41%
6.27%

Color #EFE8C3 in popluar number systems.

HEXEFE8C3
Decimal239232195
Binary111011111110100011000011
Octal357350303

Shades and tints

Shades of #EFE8C3

#EFE8C3
(239,232,195)
#DAD3B2
(218,211,178)
#C5BEA1
(197,190,161)
#B0A990
(176,169,144)
#9B947F
(155,148,127)
#867F6E
(134,127,110)
#716A5D
(113,106,93)
#5C554C
(92,85,76)
#47403B
(71,64,59)
#322B2A
(50,43,42)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #EFE8C3

#EFE8C3
(239,232,195)
#F0EAC8
(240,234,200)
#F1ECCD
(241,236,205)
#F2EED2
(242,238,210)
#F3F0D7
(243,240,215)
#F4F2DC
(244,242,220)
#F5F4E1
(245,244,225)
#F6F6E6
(246,246,230)
#F7F8EB
(247,248,235)
#F8FAF0
(248,250,240)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE8C3 color. Also use rgb(239,232,195) instead hex code.

Text Font Color

.myTextColor { color: #EFE8C3; }

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

This text font color is #EFE8C3.


Background Color

.myBgColor { background-color: #EFE8C3; }

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

This div background color is #EFE8C3.


Border color

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

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

This div border color is #EFE8C3.


Opacity

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

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

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

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

This text has shadow with #EFE8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE8C3 on black background.


Color preview on white background

This text has color #EFE8C3 on white background.



Black color preview on #EFE8C3 background

This text has black color on #EFE8C3 background.


White color preview on #EFE8C3 background

This text has white color on #EFE8C3 background.