COLOR #EFE1C7

HEX: #EFE1C7
RGB: (239,225,199)

Color info

#EFE1C7 contains red, green and blue colors in about the same proportion. Web safe color of #EFE1C7 is #FFCCCC (or #FCC).

RGB color model

#EFE1C7 color RGB value is (239,225,199).

  • red value is 239;
  • green value is 225;
  • blue value is 199.
RGB:
(239,225,199)
(94%,88%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 199 of 255 = 78%

239
225
199

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

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 199 = 663 (100%)
R 239 of 663 ~ 36.05%
G 225 of 663 ~ 33.94%
B 199 of 663 ~ 30.02%

%36.05
%33.94
%30.02

CMYK color model

#EFE1C7 color CMYK value is (0,6,17,6).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 16.74%
  • key color value is 6.27%
CMYK:
(0,6,17,6)
C0M6Y17K6 
(0%,6%,17%,6%)
(0.00/0.06/0.17/0.06)	

CMYK percentages

%0
%5.86
%16.74
%6.27

Codes

Color #EFE1C7 in popluar color models

EFE1C7
RGB239225199
HSL39°55.56%85.88%
HSB/HSV39°16.74%93.73%
CMYK0.00%5.86%16.74%
6.27%

Color #EFE1C7 in popluar number systems.

HEXEFE1C7
Decimal239225199
Binary111011111110000111000111
Octal357341307

Shades and tints

Shades of #EFE1C7

#EFE1C7
(239,225,199)
#DACDB5
(218,205,181)
#C5B9A3
(197,185,163)
#B0A591
(176,165,145)
#9B917F
(155,145,127)
#867D6D
(134,125,109)
#71695B
(113,105,91)
#5C5549
(92,85,73)
#474137
(71,65,55)
#322D25
(50,45,37)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #EFE1C7

#EFE1C7
(239,225,199)
#F0E3CC
(240,227,204)
#F1E5D1
(241,229,209)
#F2E7D6
(242,231,214)
#F3E9DB
(243,233,219)
#F4EBE0
(244,235,224)
#F5EDE5
(245,237,229)
#F6EFEA
(246,239,234)
#F7F1EF
(247,241,239)
#F8F3F4
(248,243,244)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE1C7 color. Also use rgb(239,225,199) instead hex code.

Text Font Color

.myTextColor { color: #EFE1C7; }

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

This text font color is #EFE1C7.


Background Color

.myBgColor { background-color: #EFE1C7; }

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

This div background color is #EFE1C7.


Border color

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

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

This div border color is #EFE1C7.


Opacity

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

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

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

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

This text has shadow with #EFE1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1C7 on black background.


Color preview on white background

This text has color #EFE1C7 on white background.



Black color preview on #EFE1C7 background

This text has black color on #EFE1C7 background.


White color preview on #EFE1C7 background

This text has white color on #EFE1C7 background.