COLOR #EFC9BF

HEX: #EFC9BF
RGB: (239,201,191)

Color info

#EFC9BF contains red, green and blue colors in about the same proportion. Web safe color of #EFC9BF is #FFCCCC (or #FCC).

RGB color model

#EFC9BF color RGB value is (239,201,191).

  • red value is 239;
  • green value is 201;
  • blue value is 191.
RGB:
(239,201,191)
(94%,79%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 191 of 255 = 75%

239
201
191

R + G + B ~ 83%. #EFC9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 191 = 631 (100%)
R 239 of 631 ~ 37.88%
G 201 of 631 ~ 31.85%
B 191 of 631 ~ 30.27%

%37.88
%31.85
%30.27

CMYK color model

#EFC9BF color CMYK value is (0,16,20,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,16,20,6)
C0M16Y20K6 
(0%,16%,20%,6%)
(0.00/0.16/0.20/0.06)	

CMYK percentages

%0
%15.9
%20.08
%6.27

Codes

Color #EFC9BF in popluar color models

EFC9BF
RGB239201191
HSL13°60.00%84.31%
HSB/HSV13°20.08%93.73%
CMYK0.00%15.90%20.08%
6.27%

Color #EFC9BF in popluar number systems.

HEXEFC9BF
Decimal239201191
Binary111011111100100110111111
Octal357311277

Shades and tints

Shades of #EFC9BF

#EFC9BF
(239,201,191)
#DAB7AE
(218,183,174)
#C5A59D
(197,165,157)
#B0938C
(176,147,140)
#9B817B
(155,129,123)
#866F6A
(134,111,106)
#715D59
(113,93,89)
#5C4B48
(92,75,72)
#473937
(71,57,55)
#322726
(50,39,38)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EFC9BF

#EFC9BF
(239,201,191)
#F0CDC4
(240,205,196)
#F1D1C9
(241,209,201)
#F2D5CE
(242,213,206)
#F3D9D3
(243,217,211)
#F4DDD8
(244,221,216)
#F5E1DD
(245,225,221)
#F6E5E2
(246,229,226)
#F7E9E7
(247,233,231)
#F8EDEC
(248,237,236)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC9BF color. Also use rgb(239,201,191) instead hex code.

Text Font Color

.myTextColor { color: #EFC9BF; }

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

This text font color is #EFC9BF.


Background Color

.myBgColor { background-color: #EFC9BF; }

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

This div background color is #EFC9BF.


Border color

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

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

This div border color is #EFC9BF.


Opacity

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

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

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

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

This text has shadow with #EFC9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9BF on black background.


Color preview on white background

This text has color #EFC9BF on white background.



Black color preview on #EFC9BF background

This text has black color on #EFC9BF background.


White color preview on #EFC9BF background

This text has white color on #EFC9BF background.