COLOR #EFCFE9

HEX: #EFCFE9 RGB: (239,207,233)

Color info

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

RGB color model

#EFCFE9 color RGB value is (239,207,233).

RGB: (239,207,233) (94%, 81%, 91%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 233 of 255 = 91%

239
207
233

R + G + B ~ 89%. #EFCFE9 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 207 + 233 = 679 (100%)
R 239 of 679 ~ 35.2%
G 207 of 679 ~ 30.49%
B 233 of 679 ~ 34.32'%

%35.2
%30.49
%34.32

CMYK color model

#EFCFE9 color CMYK value is (0,13,3,6).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 2.51%
  • key color value is 6.27%

CMYK: (0,13,3,6)
C0M13Y3K6 (0%, 13%, 3%, 6%)
(0.00 / 0.13 / 0.03 / 0.06)

CMYK percentages

%0
%13.39
%2.51
%6.27

Codes

Color #EFCFE9 in popluar color models

EF CF E9
RGB 239 207 233
HSL 311° 50.00% 87.45%
HSB/HSV 311° 13.39% 93.73%
CMYK 0.00% 13.39% 2.51%
6.27%

Color #EFCFE9 in popluar number systems.

HEX EF CF E9
Decimal 239 207 233
Binary 11101111 11001111 11101001
Octal 357 317 351

Shades and tints

Shades of #EFCFE9

#EFCFE9
(239,207,233)
#DABDD4
(218,189,212)
#C5ABBF
(197,171,191)
#B099AA
(176,153,170)
#9B8795
(155,135,149)
#867580
(134,117,128)
#71636B
(113,99,107)
#5C5156
(92,81,86)
#473F41
(71,63,65)
#322D2C
(50,45,44)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #EFCFE9

#EFCFE9
(239,207,233)
#F0D3EB
(240,211,235)
#F1D7ED
(241,215,237)
#F2DBEF
(242,219,239)
#F3DFF1
(243,223,241)
#F4E3F3
(244,227,243)
#F5E7F5
(245,231,245)
#F6EBF7
(246,235,247)
#F7EFF9
(247,239,249)
#F8F3FB
(248,243,251)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCFE9; }

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

This text font color is #EFCFE9.

Background Color

.myBgColor { background-color: #EFCFE9; }

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

This div background color is #EFCFE9.

Border color

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

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

This div border color is #EFCFE9.

Opacity

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

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

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

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

This text has shadow with #EFCFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCFE9.

Preview

Color preview on black background

This text has color #EFCFE9 on black background.


Color preview on white background

This text has color #EFCFE9 on white background.


Black color preview on #EFCFE9 background

This text has black color on #EFCFE9 background.


White color preview on #EFCFE9 background

This text has white color on #EFCFE9 background.


Related colors

Complementary color

Complementary color for #hex is #103016.


I love getcolorcode.com

Triadic colors

1 #E9EFCF and #CFE9EF with #EFCFE9 are triadic colors.

2 #E9CFEF and #CFEFE9 with #EFCFE9 are triadic colors.