COLOR #EFA69B

HEX: #EFA69B
RGB: (239,166,155)

Color info

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

RGB color model

#EFA69B color RGB value is (239,166,155).

  • red value is 239;
  • green value is 166;
  • blue value is 155.
RGB:
(239,166,155)
(94%,65%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 155 of 255 = 61%

239
166
155

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

Portions of RGB colors in percentages

R + G + B =
239 + 166 + 155 = 560 (100%)
R 239 of 560 ~ 42.68%
G 166 of 560 ~ 29.64%
B 155 of 560 ~ 27.68%

%42.68
%29.64
%27.68

CMYK color model

#EFA69B color CMYK value is (0,31,35,6).

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(0,31,35,6)
C0M31Y35K6 
(0%,31%,35%,6%)
(0.00/0.31/0.35/0.06)	

CMYK percentages

%0
%30.54
%35.15
%6.27

Codes

Color #EFA69B in popluar color models

EFA69B
RGB239166155
HSL72.41%77.25%
HSB/HSV35.15%93.73%
CMYK0.00%30.54%35.15%
6.27%

Color #EFA69B in popluar number systems.

HEXEFA69B
Decimal239166155
Binary111011111010011010011011
Octal357246233

Shades and tints

Shades of #EFA69B

#EFA69B
(239,166,155)
#DA978D
(218,151,141)
#C5887F
(197,136,127)
#B07971
(176,121,113)
#9B6A63
(155,106,99)
#865B55
(134,91,85)
#714C47
(113,76,71)
#5C3D39
(92,61,57)
#472E2B
(71,46,43)
#321F1D
(50,31,29)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #EFA69B

#EFA69B
(239,166,155)
#F0AEA4
(240,174,164)
#F1B6AD
(241,182,173)
#F2BEB6
(242,190,182)
#F3C6BF
(243,198,191)
#F4CEC8
(244,206,200)
#F5D6D1
(245,214,209)
#F6DEDA
(246,222,218)
#F7E6E3
(247,230,227)
#F8EEEC
(248,238,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA69B color. Also use rgb(239,166,155) instead hex code.

Text Font Color

.myTextColor { color: #EFA69B; }

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

This text font color is #EFA69B.


Background Color

.myBgColor { background-color: #EFA69B; }

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

This div background color is #EFA69B.


Border color

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

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

This div border color is #EFA69B.


Opacity

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

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

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

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

This text has shadow with #EFA69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA69B on black background.


Color preview on white background

This text has color #EFA69B on white background.



Black color preview on #EFA69B background

This text has black color on #EFA69B background.


White color preview on #EFA69B background

This text has white color on #EFA69B background.