COLOR #EFEAC2

HEX: #EFEAC2
RGB: (239,234,194)

Color info

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

RGB color model

#EFEAC2 color RGB value is (239,234,194).

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

RGB channels and saturation

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

239
234
194

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

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 194 = 667 (100%)
R 239 of 667 ~ 35.83%
G 234 of 667 ~ 35.08%
B 194 of 667 ~ 29.09%

%35.83
%35.08
%29.09

CMYK color model

#EFEAC2 color CMYK value is (0,2,19,6).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 18.83%
  • key color value is 6.27%
CMYK:
(0,2,19,6)
C0M2Y19K6 
(0%,2%,19%,6%)
(0.00/0.02/0.19/0.06)	

CMYK percentages

%0
%2.09
%18.83
%6.27

Codes

Color #EFEAC2 in popluar color models

EFEAC2
RGB239234194
HSL53°58.44%84.90%
HSB/HSV53°18.83%93.73%
CMYK0.00%2.09%18.83%
6.27%

Color #EFEAC2 in popluar number systems.

HEXEFEAC2
Decimal239234194
Binary111011111110101011000010
Octal357352302

Shades and tints

Shades of #EFEAC2

#EFEAC2
(239,234,194)
#DAD5B1
(218,213,177)
#C5C0A0
(197,192,160)
#B0AB8F
(176,171,143)
#9B967E
(155,150,126)
#86816D
(134,129,109)
#716C5C
(113,108,92)
#5C574B
(92,87,75)
#47423A
(71,66,58)
#322D29
(50,45,41)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #EFEAC2

#EFEAC2
(239,234,194)
#F0EBC7
(240,235,199)
#F1ECCC
(241,236,204)
#F2EDD1
(242,237,209)
#F3EED6
(243,238,214)
#F4EFDB
(244,239,219)
#F5F0E0
(245,240,224)
#F6F1E5
(246,241,229)
#F7F2EA
(247,242,234)
#F8F3EF
(248,243,239)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAC2; }

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

This text font color is #EFEAC2.


Background Color

.myBgColor { background-color: #EFEAC2; }

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

This div background color is #EFEAC2.


Border color

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

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

This div border color is #EFEAC2.


Opacity

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

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

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

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

This text has shadow with #EFEAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEAC2 on black background.


Color preview on white background

This text has color #EFEAC2 on white background.



Black color preview on #EFEAC2 background

This text has black color on #EFEAC2 background.


White color preview on #EFEAC2 background

This text has white color on #EFEAC2 background.