COLOR #EFE7C8

HEX: #EFE7C8
RGB: (239,231,200)

Color info

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

RGB color model

#EFE7C8 color RGB value is (239,231,200).

  • red value is 239;
  • green value is 231;
  • blue value is 200.
RGB:
(239,231,200)
(94%,91%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 200 of 255 = 78%

239
231
200

R + G + B ~ 88%. #EFE7C8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 200 = 670 (100%)
R 239 of 670 ~ 35.67%
G 231 of 670 ~ 34.48%
B 200 of 670 ~ 29.85%

%35.67
%34.48
%29.85

CMYK color model

#EFE7C8 color CMYK value is (0,3,16,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(0,3,16,6)
C0M3Y16K6 
(0%,3%,16%,6%)
(0.00/0.03/0.16/0.06)	

CMYK percentages

%0
%3.35
%16.32
%6.27

Codes

Color #EFE7C8 in popluar color models

EFE7C8
RGB239231200
HSL48°54.93%86.08%
HSB/HSV48°16.32%93.73%
CMYK0.00%3.35%16.32%
6.27%

Color #EFE7C8 in popluar number systems.

HEXEFE7C8
Decimal239231200
Binary111011111110011111001000
Octal357347310

Shades and tints

Shades of #EFE7C8

#EFE7C8
(239,231,200)
#DAD2B6
(218,210,182)
#C5BDA4
(197,189,164)
#B0A892
(176,168,146)
#9B9380
(155,147,128)
#867E6E
(134,126,110)
#71695C
(113,105,92)
#5C544A
(92,84,74)
#473F38
(71,63,56)
#322A26
(50,42,38)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFE7C8

#EFE7C8
(239,231,200)
#F0E9CD
(240,233,205)
#F1EBD2
(241,235,210)
#F2EDD7
(242,237,215)
#F3EFDC
(243,239,220)
#F4F1E1
(244,241,225)
#F5F3E6
(245,243,230)
#F6F5EB
(246,245,235)
#F7F7F0
(247,247,240)
#F8F9F5
(248,249,245)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7C8; }

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

This text font color is #EFE7C8.


Background Color

.myBgColor { background-color: #EFE7C8; }

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

This div background color is #EFE7C8.


Border color

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

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

This div border color is #EFE7C8.


Opacity

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

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

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

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

This text has shadow with #EFE7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE7C8 on black background.


Color preview on white background

This text has color #EFE7C8 on white background.



Black color preview on #EFE7C8 background

This text has black color on #EFE7C8 background.


White color preview on #EFE7C8 background

This text has white color on #EFE7C8 background.