COLOR #EFEAC3

HEX: #EFEAC3
RGB: (239,234,195)

Color info

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

RGB color model

#EFEAC3 color RGB value is (239,234,195).

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

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 195 of 255 = 76%

239
234
195

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

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 195 = 668 (100%)
R 239 of 668 ~ 35.78%
G 234 of 668 ~ 35.03%
B 195 of 668 ~ 29.19%

%35.78
%35.03
%29.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 18.41%
  • key color value is 6.27%
CMYK:
(0,2,18,6)
C0M2Y18K6 
(0%,2%,18%,6%)
(0.00/0.02/0.18/0.06)	

CMYK percentages

%0
%2.09
%18.41
%6.27

Codes

Color #EFEAC3 in popluar color models

EFEAC3
RGB239234195
HSL53°57.89%85.10%
HSB/HSV53°18.41%93.73%
CMYK0.00%2.09%18.41%
6.27%

Color #EFEAC3 in popluar number systems.

HEXEFEAC3
Decimal239234195
Binary111011111110101011000011
Octal357352303

Shades and tints

Shades of #EFEAC3

#EFEAC3
(239,234,195)
#DAD5B2
(218,213,178)
#C5C0A1
(197,192,161)
#B0AB90
(176,171,144)
#9B967F
(155,150,127)
#86816E
(134,129,110)
#716C5D
(113,108,93)
#5C574C
(92,87,76)
#47423B
(71,66,59)
#322D2A
(50,45,42)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #EFEAC3

#EFEAC3
(239,234,195)
#F0EBC8
(240,235,200)
#F1ECCD
(241,236,205)
#F2EDD2
(242,237,210)
#F3EED7
(243,238,215)
#F4EFDC
(244,239,220)
#F5F0E1
(245,240,225)
#F6F1E6
(246,241,230)
#F7F2EB
(247,242,235)
#F8F3F0
(248,243,240)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAC3; }

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

This text font color is #EFEAC3.


Background Color

.myBgColor { background-color: #EFEAC3; }

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

This div background color is #EFEAC3.


Border color

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

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

This div border color is #EFEAC3.


Opacity

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

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

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

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

This text has shadow with #EFEAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEAC3 on black background.


Color preview on white background

This text has color #EFEAC3 on white background.



Black color preview on #EFEAC3 background

This text has black color on #EFEAC3 background.


White color preview on #EFEAC3 background

This text has white color on #EFEAC3 background.