COLOR #EFCDCC

HEX: #EFCDCC
RGB: (239,205,204)

Color info

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

RGB color model

#EFCDCC color RGB value is (239,205,204).

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

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 204 of 255 = 80%

239
205
204

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 204 = 648 (100%)
R 239 of 648 ~ 36.88%
G 205 of 648 ~ 31.64%
B 204 of 648 ~ 31.48%

%36.88
%31.64
%31.48

CMYK color model

#EFCDCC color CMYK value is (0,14,15,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK:
(0,14,15,6)
C0M14Y15K6 
(0%,14%,15%,6%)
(0.00/0.14/0.15/0.06)	

CMYK percentages

%0
%14.23
%14.64
%6.27

Codes

Color #EFCDCC in popluar color models

EFCDCC
RGB239205204
HSL52.24%86.86%
HSB/HSV14.64%93.73%
CMYK0.00%14.23%14.64%
6.27%

Color #EFCDCC in popluar number systems.

HEXEFCDCC
Decimal239205204
Binary111011111100110111001100
Octal357315314

Shades and tints

Shades of #EFCDCC

#EFCDCC
(239,205,204)
#DABBBA
(218,187,186)
#C5A9A8
(197,169,168)
#B09796
(176,151,150)
#9B8584
(155,133,132)
#867372
(134,115,114)
#716160
(113,97,96)
#5C4F4E
(92,79,78)
#473D3C
(71,61,60)
#322B2A
(50,43,42)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFCDCC

#EFCDCC
(239,205,204)
#F0D1D0
(240,209,208)
#F1D5D4
(241,213,212)
#F2D9D8
(242,217,216)
#F3DDDC
(243,221,220)
#F4E1E0
(244,225,224)
#F5E5E4
(245,229,228)
#F6E9E8
(246,233,232)
#F7EDEC
(247,237,236)
#F8F1F0
(248,241,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDCC; }

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

This text font color is #EFCDCC.


Background Color

.myBgColor { background-color: #EFCDCC; }

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

This div background color is #EFCDCC.


Border color

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

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

This div border color is #EFCDCC.


Opacity

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

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

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

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

This text has shadow with #EFCDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDCC on black background.


Color preview on white background

This text has color #EFCDCC on white background.



Black color preview on #EFCDCC background

This text has black color on #EFCDCC background.


White color preview on #EFCDCC background

This text has white color on #EFCDCC background.