COLOR #EFCCDC

HEX: #EFCCDC
RGB: (239,204,220)

Color info

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

RGB color model

#EFCCDC color RGB value is (239,204,220).

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

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 220 of 255 = 86%

239
204
220

R + G + B ~ 87%. #EFCCDC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 220 = 663 (100%)
R 239 of 663 ~ 36.05%
G 204 of 663 ~ 30.77%
B 220 of 663 ~ 33.18%

%36.05
%30.77
%33.18

CMYK color model

#EFCCDC color CMYK value is (0,15,8,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(0,15,8,6)
C0M15Y8K6 
(0%,15%,8%,6%)
(0.00/0.15/0.08/0.06)	

CMYK percentages

%0
%14.64
%7.95
%6.27

Codes

Color #EFCCDC in popluar color models

EFCCDC
RGB239204220
HSL333°52.24%86.86%
HSB/HSV333°14.64%93.73%
CMYK0.00%14.64%7.95%
6.27%

Color #EFCCDC in popluar number systems.

HEXEFCCDC
Decimal239204220
Binary111011111100110011011100
Octal357314334

Shades and tints

Shades of #EFCCDC

#EFCCDC
(239,204,220)
#DABAC8
(218,186,200)
#C5A8B4
(197,168,180)
#B096A0
(176,150,160)
#9B848C
(155,132,140)
#867278
(134,114,120)
#716064
(113,96,100)
#5C4E50
(92,78,80)
#473C3C
(71,60,60)
#322A28
(50,42,40)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFCCDC

#EFCCDC
(239,204,220)
#F0D0DF
(240,208,223)
#F1D4E2
(241,212,226)
#F2D8E5
(242,216,229)
#F3DCE8
(243,220,232)
#F4E0EB
(244,224,235)
#F5E4EE
(245,228,238)
#F6E8F1
(246,232,241)
#F7ECF4
(247,236,244)
#F8F0F7
(248,240,247)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCCDC; }

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

This text font color is #EFCCDC.


Background Color

.myBgColor { background-color: #EFCCDC; }

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

This div background color is #EFCCDC.


Border color

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

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

This div border color is #EFCCDC.


Opacity

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

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

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

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

This text has shadow with #EFCCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCCDC on black background.


Color preview on white background

This text has color #EFCCDC on white background.



Black color preview on #EFCCDC background

This text has black color on #EFCCDC background.


White color preview on #EFCCDC background

This text has white color on #EFCCDC background.