COLOR #EFEAE6

HEX: #EFEAE6
RGB: (239,234,230)

Color info

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

RGB color model

#EFEAE6 color RGB value is (239,234,230).

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

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 230 of 255 = 90%

239
234
230

R + G + B ~ 92%. #EFEAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 230 = 703 (100%)
R 239 of 703 ~ 34%
G 234 of 703 ~ 33.29%
B 230 of 703 ~ 32.72%

%34
%33.29
%32.72

CMYK color model

#EFEAE6 color CMYK value is (0,2,4,6).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(0,2,4,6)
C0M2Y4K6 
(0%,2%,4%,6%)
(0.00/0.02/0.04/0.06)	

CMYK percentages

%0
%2.09
%3.77
%6.27

Codes

Color #EFEAE6 in popluar color models

EFEAE6
RGB239234230
HSL27°21.95%91.96%
HSB/HSV27°3.77%93.73%
CMYK0.00%2.09%3.77%
6.27%

Color #EFEAE6 in popluar number systems.

HEXEFEAE6
Decimal239234230
Binary111011111110101011100110
Octal357352346

Shades and tints

Shades of #EFEAE6

#EFEAE6
(239,234,230)
#DAD5D2
(218,213,210)
#C5C0BE
(197,192,190)
#B0ABAA
(176,171,170)
#9B9696
(155,150,150)
#868182
(134,129,130)
#716C6E
(113,108,110)
#5C575A
(92,87,90)
#474246
(71,66,70)
#322D32
(50,45,50)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFEAE6

#EFEAE6
(239,234,230)
#F0EBE8
(240,235,232)
#F1ECEA
(241,236,234)
#F2EDEC
(242,237,236)
#F3EEEE
(243,238,238)
#F4EFF0
(244,239,240)
#F5F0F2
(245,240,242)
#F6F1F4
(246,241,244)
#F7F2F6
(247,242,246)
#F8F3F8
(248,243,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAE6; }

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

This text font color is #EFEAE6.


Background Color

.myBgColor { background-color: #EFEAE6; }

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

This div background color is #EFEAE6.


Border color

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

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

This div border color is #EFEAE6.


Opacity

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

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

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

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

This text has shadow with #EFEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEAE6 on black background.


Color preview on white background

This text has color #EFEAE6 on white background.



Black color preview on #EFEAE6 background

This text has black color on #EFEAE6 background.


White color preview on #EFEAE6 background

This text has white color on #EFEAE6 background.