COLOR #EFC1CD

HEX: #EFC1CD
RGB: (239,193,205)

Color info

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

RGB color model

#EFC1CD color RGB value is (239,193,205).

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

RGB channels and saturation

R 239 of 255 = 94%
G 193 of 255 = 76%
B 205 of 255 = 80%

239
193
205

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

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 205 = 637 (100%)
R 239 of 637 ~ 37.52%
G 193 of 637 ~ 30.3%
B 205 of 637 ~ 32.18%

%37.52
%30.3
%32.18

CMYK color model

#EFC1CD color CMYK value is (0,19,14,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK:
(0,19,14,6)
C0M19Y14K6 
(0%,19%,14%,6%)
(0.00/0.19/0.14/0.06)	

CMYK percentages

%0
%19.25
%14.23
%6.27

Codes

Color #EFC1CD in popluar color models

EFC1CD
RGB239193205
HSL344°58.97%84.71%
HSB/HSV344°19.25%93.73%
CMYK0.00%19.25%14.23%
6.27%

Color #EFC1CD in popluar number systems.

HEXEFC1CD
Decimal239193205
Binary111011111100000111001101
Octal357301315

Shades and tints

Shades of #EFC1CD

#EFC1CD
(239,193,205)
#DAB0BB
(218,176,187)
#C59FA9
(197,159,169)
#B08E97
(176,142,151)
#9B7D85
(155,125,133)
#866C73
(134,108,115)
#715B61
(113,91,97)
#5C4A4F
(92,74,79)
#47393D
(71,57,61)
#32282B
(50,40,43)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFC1CD

#EFC1CD
(239,193,205)
#F0C6D1
(240,198,209)
#F1CBD5
(241,203,213)
#F2D0D9
(242,208,217)
#F3D5DD
(243,213,221)
#F4DAE1
(244,218,225)
#F5DFE5
(245,223,229)
#F6E4E9
(246,228,233)
#F7E9ED
(247,233,237)
#F8EEF1
(248,238,241)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC1CD; }

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

This text font color is #EFC1CD.


Background Color

.myBgColor { background-color: #EFC1CD; }

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

This div background color is #EFC1CD.


Border color

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

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

This div border color is #EFC1CD.


Opacity

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

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

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

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

This text has shadow with #EFC1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC1CD on black background.


Color preview on white background

This text has color #EFC1CD on white background.



Black color preview on #EFC1CD background

This text has black color on #EFC1CD background.


White color preview on #EFC1CD background

This text has white color on #EFC1CD background.