COLOR #EFA29C

HEX: #EFA29C
RGB: (239,162,156)

Color info

#EFA29C contains mainly red color. Web safe color of #EFA29C is #FF9999 (or #F99).

RGB color model

#EFA29C color RGB value is (239,162,156).

  • red value is 239;
  • green value is 162;
  • blue value is 156.
RGB:
(239,162,156)
(94%,64%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 162 of 255 = 64%
B 156 of 255 = 61%

239
162
156

R + G + B ~ 73%. #EFA29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 162 + 156 = 557 (100%)
R 239 of 557 ~ 42.91%
G 162 of 557 ~ 29.08%
B 156 of 557 ~ 28.01%

%42.91
%29.08
%28.01

CMYK color model

#EFA29C color CMYK value is (0,32,35,6).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(0,32,35,6)
C0M32Y35K6 
(0%,32%,35%,6%)
(0.00/0.32/0.35/0.06)	

CMYK percentages

%0
%32.22
%34.73
%6.27

Codes

Color #EFA29C in popluar color models

EFA29C
RGB239162156
HSL72.17%77.45%
HSB/HSV34.73%93.73%
CMYK0.00%32.22%34.73%
6.27%

Color #EFA29C in popluar number systems.

HEXEFA29C
Decimal239162156
Binary111011111010001010011100
Octal357242234

Shades and tints

Shades of #EFA29C

#EFA29C
(239,162,156)
#DA948E
(218,148,142)
#C58680
(197,134,128)
#B07872
(176,120,114)
#9B6A64
(155,106,100)
#865C56
(134,92,86)
#714E48
(113,78,72)
#5C403A
(92,64,58)
#47322C
(71,50,44)
#32241E
(50,36,30)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #EFA29C

#EFA29C
(239,162,156)
#F0AAA5
(240,170,165)
#F1B2AE
(241,178,174)
#F2BAB7
(242,186,183)
#F3C2C0
(243,194,192)
#F4CAC9
(244,202,201)
#F5D2D2
(245,210,210)
#F6DADB
(246,218,219)
#F7E2E4
(247,226,228)
#F8EAED
(248,234,237)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA29C color. Also use rgb(239,162,156) instead hex code.

Text Font Color

.myTextColor { color: #EFA29C; }

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

This text font color is #EFA29C.


Background Color

.myBgColor { background-color: #EFA29C; }

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

This div background color is #EFA29C.


Border color

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

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

This div border color is #EFA29C.


Opacity

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

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

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

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

This text has shadow with #EFA29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA29C on black background.


Color preview on white background

This text has color #EFA29C on white background.



Black color preview on #EFA29C background

This text has black color on #EFA29C background.


White color preview on #EFA29C background

This text has white color on #EFA29C background.