COLOR #EFEAD2

HEX: #EFEAD2
RGB: (239,234,210)

Color info

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

RGB color model

#EFEAD2 color RGB value is (239,234,210).

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

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 210 of 255 = 82%

239
234
210

R + G + B ~ 89%. #EFEAD2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 210 = 683 (100%)
R 239 of 683 ~ 34.99%
G 234 of 683 ~ 34.26%
B 210 of 683 ~ 30.75%

%34.99
%34.26
%30.75

CMYK color model

#EFEAD2 color CMYK value is (0,2,12,6).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,2,12,6)
C0M2Y12K6 
(0%,2%,12%,6%)
(0.00/0.02/0.12/0.06)	

CMYK percentages

%0
%2.09
%12.13
%6.27

Codes

Color #EFEAD2 in popluar color models

EFEAD2
RGB239234210
HSL50°47.54%88.04%
HSB/HSV50°12.13%93.73%
CMYK0.00%2.09%12.13%
6.27%

Color #EFEAD2 in popluar number systems.

HEXEFEAD2
Decimal239234210
Binary111011111110101011010010
Octal357352322

Shades and tints

Shades of #EFEAD2

#EFEAD2
(239,234,210)
#DAD5BF
(218,213,191)
#C5C0AC
(197,192,172)
#B0AB99
(176,171,153)
#9B9686
(155,150,134)
#868173
(134,129,115)
#716C60
(113,108,96)
#5C574D
(92,87,77)
#47423A
(71,66,58)
#322D27
(50,45,39)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFEAD2

#EFEAD2
(239,234,210)
#F0EBD6
(240,235,214)
#F1ECDA
(241,236,218)
#F2EDDE
(242,237,222)
#F3EEE2
(243,238,226)
#F4EFE6
(244,239,230)
#F5F0EA
(245,240,234)
#F6F1EE
(246,241,238)
#F7F2F2
(247,242,242)
#F8F3F6
(248,243,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAD2; }

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

This text font color is #EFEAD2.


Background Color

.myBgColor { background-color: #EFEAD2; }

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

This div background color is #EFEAD2.


Border color

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

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

This div border color is #EFEAD2.


Opacity

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

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

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

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

This text has shadow with #EFEAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEAD2 on black background.


Color preview on white background

This text has color #EFEAD2 on white background.



Black color preview on #EFEAD2 background

This text has black color on #EFEAD2 background.


White color preview on #EFEAD2 background

This text has white color on #EFEAD2 background.