COLOR #EFE1C3

HEX: #EFE1C3
RGB: (239,225,195)

Color info

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

RGB color model

#EFE1C3 color RGB value is (239,225,195).

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

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 195 of 255 = 76%

239
225
195

R + G + B ~ 86%. #EFE1C3 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 195 = 659 (100%)
R 239 of 659 ~ 36.27%
G 225 of 659 ~ 34.14%
B 195 of 659 ~ 29.59%

%36.27
%34.14
%29.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 18.41%
  • key color value is 6.27%
CMYK:
(0,6,18,6)
C0M6Y18K6 
(0%,6%,18%,6%)
(0.00/0.06/0.18/0.06)	

CMYK percentages

%0
%5.86
%18.41
%6.27

Codes

Color #EFE1C3 in popluar color models

EFE1C3
RGB239225195
HSL41°57.89%85.10%
HSB/HSV41°18.41%93.73%
CMYK0.00%5.86%18.41%
6.27%

Color #EFE1C3 in popluar number systems.

HEXEFE1C3
Decimal239225195
Binary111011111110000111000011
Octal357341303

Shades and tints

Shades of #EFE1C3

#EFE1C3
(239,225,195)
#DACDB2
(218,205,178)
#C5B9A1
(197,185,161)
#B0A590
(176,165,144)
#9B917F
(155,145,127)
#867D6E
(134,125,110)
#71695D
(113,105,93)
#5C554C
(92,85,76)
#47413B
(71,65,59)
#322D2A
(50,45,42)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFE1C3

#EFE1C3
(239,225,195)
#F0E3C8
(240,227,200)
#F1E5CD
(241,229,205)
#F2E7D2
(242,231,210)
#F3E9D7
(243,233,215)
#F4EBDC
(244,235,220)
#F5EDE1
(245,237,225)
#F6EFE6
(246,239,230)
#F7F1EB
(247,241,235)
#F8F3F0
(248,243,240)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1C3; }

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

This text font color is #EFE1C3.


Background Color

.myBgColor { background-color: #EFE1C3; }

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

This div background color is #EFE1C3.


Border color

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

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

This div border color is #EFE1C3.


Opacity

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

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

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

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

This text has shadow with #EFE1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1C3 on black background.


Color preview on white background

This text has color #EFE1C3 on white background.



Black color preview on #EFE1C3 background

This text has black color on #EFE1C3 background.


White color preview on #EFE1C3 background

This text has white color on #EFE1C3 background.