COLOR #EFE8C1

HEX: #EFE8C1
RGB: (239,232,193)

Color info

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

RGB color model

#EFE8C1 color RGB value is (239,232,193).

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

RGB channels and saturation

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

239
232
193

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

Portions of RGB colors in percentages

R + G + B =
239 + 232 + 193 = 664 (100%)
R 239 of 664 ~ 35.99%
G 232 of 664 ~ 34.94%
B 193 of 664 ~ 29.07%

%35.99
%34.94
%29.07

CMYK color model

#EFE8C1 color CMYK value is (0,3,19,6).

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(0,3,19,6)
C0M3Y19K6 
(0%,3%,19%,6%)
(0.00/0.03/0.19/0.06)	

CMYK percentages

%0
%2.93
%19.25
%6.27

Codes

Color #EFE8C1 in popluar color models

EFE8C1
RGB239232193
HSL51°58.97%84.71%
HSB/HSV51°19.25%93.73%
CMYK0.00%2.93%19.25%
6.27%

Color #EFE8C1 in popluar number systems.

HEXEFE8C1
Decimal239232193
Binary111011111110100011000001
Octal357350301

Shades and tints

Shades of #EFE8C1

#EFE8C1
(239,232,193)
#DAD3B0
(218,211,176)
#C5BE9F
(197,190,159)
#B0A98E
(176,169,142)
#9B947D
(155,148,125)
#867F6C
(134,127,108)
#716A5B
(113,106,91)
#5C554A
(92,85,74)
#474039
(71,64,57)
#322B28
(50,43,40)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFE8C1

#EFE8C1
(239,232,193)
#F0EAC6
(240,234,198)
#F1ECCB
(241,236,203)
#F2EED0
(242,238,208)
#F3F0D5
(243,240,213)
#F4F2DA
(244,242,218)
#F5F4DF
(245,244,223)
#F6F6E4
(246,246,228)
#F7F8E9
(247,248,233)
#F8FAEE
(248,250,238)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE8C1; }

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

This text font color is #EFE8C1.


Background Color

.myBgColor { background-color: #EFE8C1; }

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

This div background color is #EFE8C1.


Border color

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

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

This div border color is #EFE8C1.


Opacity

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

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

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

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

This text has shadow with #EFE8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE8C1 on black background.


Color preview on white background

This text has color #EFE8C1 on white background.



Black color preview on #EFE8C1 background

This text has black color on #EFE8C1 background.


White color preview on #EFE8C1 background

This text has white color on #EFE8C1 background.