COLOR #EFC9C1

HEX: #EFC9C1
RGB: (239,201,193)

Color info

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

RGB color model

#EFC9C1 color RGB value is (239,201,193).

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

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 193 of 255 = 76%

239
201
193

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

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 193 = 633 (100%)
R 239 of 633 ~ 37.76%
G 201 of 633 ~ 31.75%
B 193 of 633 ~ 30.49%

%37.76
%31.75
%30.49

CMYK color model

#EFC9C1 color CMYK value is (0,16,19,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(0,16,19,6)
C0M16Y19K6 
(0%,16%,19%,6%)
(0.00/0.16/0.19/0.06)	

CMYK percentages

%0
%15.9
%19.25
%6.27

Codes

Color #EFC9C1 in popluar color models

EFC9C1
RGB239201193
HSL10°58.97%84.71%
HSB/HSV10°19.25%93.73%
CMYK0.00%15.90%19.25%
6.27%

Color #EFC9C1 in popluar number systems.

HEXEFC9C1
Decimal239201193
Binary111011111100100111000001
Octal357311301

Shades and tints

Shades of #EFC9C1

#EFC9C1
(239,201,193)
#DAB7B0
(218,183,176)
#C5A59F
(197,165,159)
#B0938E
(176,147,142)
#9B817D
(155,129,125)
#866F6C
(134,111,108)
#715D5B
(113,93,91)
#5C4B4A
(92,75,74)
#473939
(71,57,57)
#322728
(50,39,40)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #EFC9C1

#EFC9C1
(239,201,193)
#F0CDC6
(240,205,198)
#F1D1CB
(241,209,203)
#F2D5D0
(242,213,208)
#F3D9D5
(243,217,213)
#F4DDDA
(244,221,218)
#F5E1DF
(245,225,223)
#F6E5E4
(246,229,228)
#F7E9E9
(247,233,233)
#F8EDEE
(248,237,238)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC9C1; }

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

This text font color is #EFC9C1.


Background Color

.myBgColor { background-color: #EFC9C1; }

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

This div background color is #EFC9C1.


Border color

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

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

This div border color is #EFC9C1.


Opacity

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

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

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

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

This text has shadow with #EFC9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9C1 on black background.


Color preview on white background

This text has color #EFC9C1 on white background.



Black color preview on #EFC9C1 background

This text has black color on #EFC9C1 background.


White color preview on #EFC9C1 background

This text has white color on #EFC9C1 background.