COLOR #EFC9D4

HEX: #EFC9D4
RGB: (239,201,212)

Color info

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

RGB color model

#EFC9D4 color RGB value is (239,201,212).

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

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 212 of 255 = 83%

239
201
212

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

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 212 = 652 (100%)
R 239 of 652 ~ 36.66%
G 201 of 652 ~ 30.83%
B 212 of 652 ~ 32.52%

%36.66
%30.83
%32.52

CMYK color model

#EFC9D4 color CMYK value is (0,16,11,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(0,16,11,6)
C0M16Y11K6 
(0%,16%,11%,6%)
(0.00/0.16/0.11/0.06)	

CMYK percentages

%0
%15.9
%11.3
%6.27

Codes

Color #EFC9D4 in popluar color models

EFC9D4
RGB239201212
HSL343°54.29%86.27%
HSB/HSV343°15.90%93.73%
CMYK0.00%15.90%11.30%
6.27%

Color #EFC9D4 in popluar number systems.

HEXEFC9D4
Decimal239201212
Binary111011111100100111010100
Octal357311324

Shades and tints

Shades of #EFC9D4

#EFC9D4
(239,201,212)
#DAB7C1
(218,183,193)
#C5A5AE
(197,165,174)
#B0939B
(176,147,155)
#9B8188
(155,129,136)
#866F75
(134,111,117)
#715D62
(113,93,98)
#5C4B4F
(92,75,79)
#47393C
(71,57,60)
#322729
(50,39,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EFC9D4

#EFC9D4
(239,201,212)
#F0CDD7
(240,205,215)
#F1D1DA
(241,209,218)
#F2D5DD
(242,213,221)
#F3D9E0
(243,217,224)
#F4DDE3
(244,221,227)
#F5E1E6
(245,225,230)
#F6E5E9
(246,229,233)
#F7E9EC
(247,233,236)
#F8EDEF
(248,237,239)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC9D4; }

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

This text font color is #EFC9D4.


Background Color

.myBgColor { background-color: #EFC9D4; }

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

This div background color is #EFC9D4.


Border color

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

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

This div border color is #EFC9D4.


Opacity

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

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

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

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

This text has shadow with #EFC9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9D4 on black background.


Color preview on white background

This text has color #EFC9D4 on white background.



Black color preview on #EFC9D4 background

This text has black color on #EFC9D4 background.


White color preview on #EFC9D4 background

This text has white color on #EFC9D4 background.