COLOR #EFC2C9

HEX: #EFC2C9
RGB: (239,194,201)

Color info

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

RGB color model

#EFC2C9 color RGB value is (239,194,201).

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

RGB channels and saturation

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

239
194
201

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

Portions of RGB colors in percentages

R + G + B =
239 + 194 + 201 = 634 (100%)
R 239 of 634 ~ 37.7%
G 194 of 634 ~ 30.6%
B 201 of 634 ~ 31.7%

%37.7
%30.6
%31.7

CMYK color model

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

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

CMYK percentages

%0
%18.83
%15.9
%6.27

Codes

Color #EFC2C9 in popluar color models

EFC2C9
RGB239194201
HSL351°58.44%84.90%
HSB/HSV351°18.83%93.73%
CMYK0.00%18.83%15.90%
6.27%

Color #EFC2C9 in popluar number systems.

HEXEFC2C9
Decimal239194201
Binary111011111100001011001001
Octal357302311

Shades and tints

Shades of #EFC2C9

#EFC2C9
(239,194,201)
#DAB1B7
(218,177,183)
#C5A0A5
(197,160,165)
#B08F93
(176,143,147)
#9B7E81
(155,126,129)
#866D6F
(134,109,111)
#715C5D
(113,92,93)
#5C4B4B
(92,75,75)
#473A39
(71,58,57)
#322927
(50,41,39)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #EFC2C9

#EFC2C9
(239,194,201)
#F0C7CD
(240,199,205)
#F1CCD1
(241,204,209)
#F2D1D5
(242,209,213)
#F3D6D9
(243,214,217)
#F4DBDD
(244,219,221)
#F5E0E1
(245,224,225)
#F6E5E5
(246,229,229)
#F7EAE9
(247,234,233)
#F8EFED
(248,239,237)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC2C9; }

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

This text font color is #EFC2C9.


Background Color

.myBgColor { background-color: #EFC2C9; }

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

This div background color is #EFC2C9.


Border color

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

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

This div border color is #EFC2C9.


Opacity

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

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

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

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

This text has shadow with #EFC2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC2C9 on black background.


Color preview on white background

This text has color #EFC2C9 on white background.



Black color preview on #EFC2C9 background

This text has black color on #EFC2C9 background.


White color preview on #EFC2C9 background

This text has white color on #EFC2C9 background.