COLOR #EFCFF7

HEX: #EFCFF7
RGB: (239,207,247)

Color info

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

RGB color model

#EFCFF7 color RGB value is (239,207,247).

  • red value is 239;
  • green value is 207;
  • blue value is 247.
RGB:
(239,207,247)
(94%,81%,97%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 247 of 255 = 97%

239
207
247

R + G + B ~ 91%. #EFCFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 207 + 247 = 693 (100%)
R 239 of 693 ~ 34.49%
G 207 of 693 ~ 29.87%
B 247 of 693 ~ 35.64%

%34.49
%29.87
%35.64

CMYK color model

#EFCFF7 color CMYK value is (3,16,0,3).

  • cyan value is 3.24%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,16,0,3)
C3M16Y0K3 
(3%,16%,0%,3%)
(0.03/0.16/0.00/0.03)	

CMYK percentages

%3.24
%16.19
%0
%3.14

Codes

Color #EFCFF7 in popluar color models

EFCFF7
RGB239207247
HSL288°71.43%89.02%
HSB/HSV288°16.19%96.86%
CMYK3.24%16.19%0.00%
3.14%

Color #EFCFF7 in popluar number systems.

HEXEFCFF7
Decimal239207247
Binary111011111100111111110111
Octal357317367

Shades and tints

Shades of #EFCFF7

#EFCFF7
(239,207,247)
#DABDE1
(218,189,225)
#C5ABCB
(197,171,203)
#B099B5
(176,153,181)
#9B879F
(155,135,159)
#867589
(134,117,137)
#716373
(113,99,115)
#5C515D
(92,81,93)
#473F47
(71,63,71)
#322D31
(50,45,49)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #EFCFF7

#EFCFF7
(239,207,247)
#F0D3F7
(240,211,247)
#F1D7F7
(241,215,247)
#F2DBF7
(242,219,247)
#F3DFF7
(243,223,247)
#F4E3F7
(244,227,247)
#F5E7F7
(245,231,247)
#F6EBF7
(246,235,247)
#F7EFF7
(247,239,247)
#F8F3F7
(248,243,247)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFF7; }

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

This text font color is #EFCFF7.


Background Color

.myBgColor { background-color: #EFCFF7; }

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

This div background color is #EFCFF7.


Border color

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

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

This div border color is #EFCFF7.


Opacity

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

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

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

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

This text has shadow with #EFCFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCFF7 on black background.


Color preview on white background

This text has color #EFCFF7 on white background.



Black color preview on #EFCFF7 background

This text has black color on #EFCFF7 background.


White color preview on #EFCFF7 background

This text has white color on #EFCFF7 background.