COLOR #EFCCF3

HEX: #EFCCF3
RGB: (239,204,243)

Color info

#EFCCF3 contains red, green and blue colors in about the same proportion. Web safe color of #EFCCF3 is #FFCCFF (or #FCF).

RGB color model

#EFCCF3 color RGB value is (239,204,243).

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

RGB channels and saturation

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

239
204
243

R + G + B ~ 90%. #EFCCF3 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 243 = 686 (100%)
R 239 of 686 ~ 34.84%
G 204 of 686 ~ 29.74%
B 243 of 686 ~ 35.42%

%34.84
%29.74
%35.42

CMYK color model

#EFCCF3 color CMYK value is (2,16,0,5).

  • cyan value is 1.65%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,16,0,5)
C2M16Y0K5 
(2%,16%,0%,5%)
(0.02/0.16/0.00/0.05)	

CMYK percentages

%1.65
%16.05
%0
%4.71

Codes

Color #EFCCF3 in popluar color models

EFCCF3
RGB239204243
HSL294°61.90%87.65%
HSB/HSV294°16.05%95.29%
CMYK1.65%16.05%0.00%
4.71%

Color #EFCCF3 in popluar number systems.

HEXEFCCF3
Decimal239204243
Binary111011111100110011110011
Octal357314363

Shades and tints

Shades of #EFCCF3

#EFCCF3
(239,204,243)
#DABADD
(218,186,221)
#C5A8C7
(197,168,199)
#B096B1
(176,150,177)
#9B849B
(155,132,155)
#867285
(134,114,133)
#71606F
(113,96,111)
#5C4E59
(92,78,89)
#473C43
(71,60,67)
#322A2D
(50,42,45)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFCCF3

#EFCCF3
(239,204,243)
#F0D0F4
(240,208,244)
#F1D4F5
(241,212,245)
#F2D8F6
(242,216,246)
#F3DCF7
(243,220,247)
#F4E0F8
(244,224,248)
#F5E4F9
(245,228,249)
#F6E8FA
(246,232,250)
#F7ECFB
(247,236,251)
#F8F0FC
(248,240,252)
#F9F4FD
(249,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCCF3; }

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

This text font color is #EFCCF3.


Background Color

.myBgColor { background-color: #EFCCF3; }

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

This div background color is #EFCCF3.


Border color

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

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

This div border color is #EFCCF3.


Opacity

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

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

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

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

This text has shadow with #EFCCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCCF3 on black background.


Color preview on white background

This text has color #EFCCF3 on white background.



Black color preview on #EFCCF3 background

This text has black color on #EFCCF3 background.


White color preview on #EFCCF3 background

This text has white color on #EFCCF3 background.