COLOR #EFCCCC

HEX: #EFCCCC
RGB: (239,204,204)

Color info

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

RGB color model

#EFCCCC color RGB value is (239,204,204).

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

RGB channels and saturation

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

239
204
204

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

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 204 = 647 (100%)
R 239 of 647 ~ 36.94%
G 204 of 647 ~ 31.53%
B 204 of 647 ~ 31.53%

%36.94
%31.53
%31.53

CMYK color model

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

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

CMYK percentages

%0
%14.64
%14.64
%6.27

Codes

Color #EFCCCC in popluar color models

EFCCCC
RGB239204204
HSL52.24%86.86%
HSB/HSV14.64%93.73%
CMYK0.00%14.64%14.64%
6.27%

Color #EFCCCC in popluar number systems.

HEXEFCCCC
Decimal239204204
Binary111011111100110011001100
Octal357314314

Shades and tints

Shades of #EFCCCC

#EFCCCC
(239,204,204)
#DABABA
(218,186,186)
#C5A8A8
(197,168,168)
#B09696
(176,150,150)
#9B8484
(155,132,132)
#867272
(134,114,114)
#716060
(113,96,96)
#5C4E4E
(92,78,78)
#473C3C
(71,60,60)
#322A2A
(50,42,42)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #EFCCCC

#EFCCCC
(239,204,204)
#F0D0D0
(240,208,208)
#F1D4D4
(241,212,212)
#F2D8D8
(242,216,216)
#F3DCDC
(243,220,220)
#F4E0E0
(244,224,224)
#F5E4E4
(245,228,228)
#F6E8E8
(246,232,232)
#F7ECEC
(247,236,236)
#F8F0F0
(248,240,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCCCC; }

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

This text font color is #EFCCCC.


Background Color

.myBgColor { background-color: #EFCCCC; }

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

This div background color is #EFCCCC.


Border color

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

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

This div border color is #EFCCCC.


Opacity

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

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

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

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

This text has shadow with #EFCCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCCCC on black background.


Color preview on white background

This text has color #EFCCCC on white background.



Black color preview on #EFCCCC background

This text has black color on #EFCCCC background.


White color preview on #EFCCCC background

This text has white color on #EFCCCC background.