COLOR #EFC8CD

HEX: #EFC8CD
RGB: (239,200,205)

Color info

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

RGB color model

#EFC8CD color RGB value is (239,200,205).

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

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 205 of 255 = 80%

239
200
205

R + G + B ~ 84%. #EFC8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 205 = 644 (100%)
R 239 of 644 ~ 37.11%
G 200 of 644 ~ 31.06%
B 205 of 644 ~ 31.83%

%37.11
%31.06
%31.83

CMYK color model

#EFC8CD color CMYK value is (0,16,14,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK:
(0,16,14,6)
C0M16Y14K6 
(0%,16%,14%,6%)
(0.00/0.16/0.14/0.06)	

CMYK percentages

%0
%16.32
%14.23
%6.27

Codes

Color #EFC8CD in popluar color models

EFC8CD
RGB239200205
HSL352°54.93%86.08%
HSB/HSV352°16.32%93.73%
CMYK0.00%16.32%14.23%
6.27%

Color #EFC8CD in popluar number systems.

HEXEFC8CD
Decimal239200205
Binary111011111100100011001101
Octal357310315

Shades and tints

Shades of #EFC8CD

#EFC8CD
(239,200,205)
#DAB6BB
(218,182,187)
#C5A4A9
(197,164,169)
#B09297
(176,146,151)
#9B8085
(155,128,133)
#866E73
(134,110,115)
#715C61
(113,92,97)
#5C4A4F
(92,74,79)
#47383D
(71,56,61)
#32262B
(50,38,43)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #EFC8CD

#EFC8CD
(239,200,205)
#F0CDD1
(240,205,209)
#F1D2D5
(241,210,213)
#F2D7D9
(242,215,217)
#F3DCDD
(243,220,221)
#F4E1E1
(244,225,225)
#F5E6E5
(245,230,229)
#F6EBE9
(246,235,233)
#F7F0ED
(247,240,237)
#F8F5F1
(248,245,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8CD; }

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

This text font color is #EFC8CD.


Background Color

.myBgColor { background-color: #EFC8CD; }

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

This div background color is #EFC8CD.


Border color

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

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

This div border color is #EFC8CD.


Opacity

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

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

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

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

This text has shadow with #EFC8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8CD on black background.


Color preview on white background

This text has color #EFC8CD on white background.



Black color preview on #EFC8CD background

This text has black color on #EFC8CD background.


White color preview on #EFC8CD background

This text has white color on #EFC8CD background.