COLOR #EFC9D0

HEX: #EFC9D0
RGB: (239,201,208)

Color info

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

RGB color model

#EFC9D0 color RGB value is (239,201,208).

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

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 208 of 255 = 82%

239
201
208

R + G + B ~ 85%. #EFC9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 208 = 648 (100%)
R 239 of 648 ~ 36.88%
G 201 of 648 ~ 31.02%
B 208 of 648 ~ 32.1%

%36.88
%31.02
%32.1

CMYK color model

#EFC9D0 color CMYK value is (0,16,13,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(0,16,13,6)
C0M16Y13K6 
(0%,16%,13%,6%)
(0.00/0.16/0.13/0.06)	

CMYK percentages

%0
%15.9
%12.97
%6.27

Codes

Color #EFC9D0 in popluar color models

EFC9D0
RGB239201208
HSL349°54.29%86.27%
HSB/HSV349°15.90%93.73%
CMYK0.00%15.90%12.97%
6.27%

Color #EFC9D0 in popluar number systems.

HEXEFC9D0
Decimal239201208
Binary111011111100100111010000
Octal357311320

Shades and tints

Shades of #EFC9D0

#EFC9D0
(239,201,208)
#DAB7BE
(218,183,190)
#C5A5AC
(197,165,172)
#B0939A
(176,147,154)
#9B8188
(155,129,136)
#866F76
(134,111,118)
#715D64
(113,93,100)
#5C4B52
(92,75,82)
#473940
(71,57,64)
#32272E
(50,39,46)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #EFC9D0

#EFC9D0
(239,201,208)
#F0CDD4
(240,205,212)
#F1D1D8
(241,209,216)
#F2D5DC
(242,213,220)
#F3D9E0
(243,217,224)
#F4DDE4
(244,221,228)
#F5E1E8
(245,225,232)
#F6E5EC
(246,229,236)
#F7E9F0
(247,233,240)
#F8EDF4
(248,237,244)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC9D0; }

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

This text font color is #EFC9D0.


Background Color

.myBgColor { background-color: #EFC9D0; }

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

This div background color is #EFC9D0.


Border color

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

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

This div border color is #EFC9D0.


Opacity

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

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

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

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

This text has shadow with #EFC9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9D0 on black background.


Color preview on white background

This text has color #EFC9D0 on white background.



Black color preview on #EFC9D0 background

This text has black color on #EFC9D0 background.


White color preview on #EFC9D0 background

This text has white color on #EFC9D0 background.