COLOR #EFCFF0

HEX: #EFCFF0 RGB: (239,207,240)

Color info

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

RGB color model

#EFCFF0 color RGB value is (239,207,240).

RGB: (239,207,240) (94%, 81%, 94%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 240 of 255 = 94%

239
207
240

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

Portions of RGB colors in percentages

R + G + B = 239 + 207 + 240 = 686 (100%)
R 239 of 686 ~ 34.84%
G 207 of 686 ~ 30.17%
B 240 of 686 ~ 34.99'%

%34.84
%30.17
%34.99

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (0,14,0,6)
C0M14Y0K6 (0%, 14%, 0%, 6%)
(0.00 / 0.14 / 0.00 / 0.06)

CMYK percentages

%0.42
%13.75
%0
%5.88

Codes

Color #EFCFF0 in popluar color models

EF CF F0
RGB 239 207 240
HSL 298° 52.38% 87.65%
HSB/HSV 298° 13.75% 94.12%
CMYK 0.42% 13.75% 0.00%
5.88%

Color #EFCFF0 in popluar number systems.

HEX EF CF F0
Decimal 239 207 240
Binary 11101111 11001111 11110000
Octal 357 317 360

Shades and tints

Shades of #EFCFF0

#EFCFF0
(239,207,240)
#DABDDB
(218,189,219)
#C5ABC6
(197,171,198)
#B099B1
(176,153,177)
#9B879C
(155,135,156)
#867587
(134,117,135)
#716372
(113,99,114)
#5C515D
(92,81,93)
#473F48
(71,63,72)
#322D33
(50,45,51)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #EFCFF0

#EFCFF0
(239,207,240)
#F0D3F1
(240,211,241)
#F1D7F2
(241,215,242)
#F2DBF3
(242,219,243)
#F3DFF4
(243,223,244)
#F4E3F5
(244,227,245)
#F5E7F6
(245,231,246)
#F6EBF7
(246,235,247)
#F7EFF8
(247,239,248)
#F8F3F9
(248,243,249)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFF0; }

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

This text font color is #EFCFF0.

Background Color

.myBgColor { background-color: #EFCFF0; }

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

This div background color is #EFCFF0.

Border color

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

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

This div border color is #EFCFF0.

Opacity

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

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

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

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

This text has shadow with #EFCFF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCFF0.

Preview

Color preview on black background

This text has color #EFCFF0 on black background.


Color preview on white background

This text has color #EFCFF0 on white background.


Black color preview on #EFCFF0 background

This text has black color on #EFCFF0 background.


White color preview on #EFCFF0 background

This text has white color on #EFCFF0 background.


Related colors

Complementary color

Complementary color for #hex is #10300F.


I love getcolorcode.com

Triadic colors

1 #F0EFCF and #CFF0EF with #EFCFF0 are triadic colors.

2 #F0CFEF and #CFEFF0 with #EFCFF0 are triadic colors.