COLOR #EFC7E0

HEX: #EFC7E0 RGB: (239,199,224)

Color info

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

RGB color model

#EFC7E0 color RGB value is (239,199,224).

RGB: (239,199,224) (94%, 78%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 224 of 255 = 88%

239
199
224

R + G + B ~ 87%. #EFC7E0 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 224 = 662 (100%)
R 239 of 662 ~ 36.1%
G 199 of 662 ~ 30.06%
B 224 of 662 ~ 33.84'%

%36.1
%30.06
%33.84

CMYK color model

#EFC7E0 color CMYK value is (0,17,6,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK: (0,17,6,6) C0M17Y6K6 (0%,17%,6%,6%) (0.00/0.17/0.06/0.06) 

CMYK percentages

%0
%16.74
%6.28
%6.27

Codes

Color #EFC7E0 in popluar color models

EF C7 E0
RGB 239 199 224
HSL 323° 55.56% 85.88%
HSB/HSV 323° 16.74% 93.73%
CMYK 0.00% 16.74% 6.28%
6.27%

Color #EFC7E0 in popluar number systems.

HEX EF C7 E0
Decimal 239 199 224
Binary 11101111 11000111 11100000
Octal 357 307 340

Shades and tints

Shades of #EFC7E0

#EFC7E0
(239,199,224)
#DAB5CC
(218,181,204)
#C5A3B8
(197,163,184)
#B091A4
(176,145,164)
#9B7F90
(155,127,144)
#866D7C
(134,109,124)
#715B68
(113,91,104)
#5C4954
(92,73,84)
#473740
(71,55,64)
#32252C
(50,37,44)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFC7E0

#EFC7E0
(239,199,224)
#F0CCE2
(240,204,226)
#F1D1E4
(241,209,228)
#F2D6E6
(242,214,230)
#F3DBE8
(243,219,232)
#F4E0EA
(244,224,234)
#F5E5EC
(245,229,236)
#F6EAEE
(246,234,238)
#F7EFF0
(247,239,240)
#F8F4F2
(248,244,242)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7E0; }

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

This text font color is #EFC7E0.

Background Color

.myBgColor { background-color: #EFC7E0; }

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

This div background color is #EFC7E0.

Border color

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

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

This div border color is #EFC7E0.

Opacity

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

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

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

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

This text has shadow with #EFC7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7E0.

Preview

Color preview on black background

This text has color #EFC7E0 on black background.


Color preview on white background

This text has color #EFC7E0 on white background.


Black color preview on #EFC7E0 background

This text has black color on #EFC7E0 background.


White color preview on #EFC7E0 background

This text has white color on #EFC7E0 background.


Related colors

Complementary color

Complementary color for #hex is #10381F.


I love getcolorcode.com

Triadic colors

1 #E0EFC7 and #C7E0EF with #EFC7E0 are triadic colors.

2 #E0C7EF and #C7EFE0 with #EFC7E0 are triadic colors.