COLOR #EFC7D9

HEX: #EFC7D9 RGB: (239,199,217)

Color info

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

RGB color model

#EFC7D9 color RGB value is (239,199,217).

RGB: (239,199,217) (94%, 78%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 217 of 255 = 85%

239
199
217

R + G + B ~ 86%. #EFC7D9 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 217 = 655 (100%)
R 239 of 655 ~ 36.49%
G 199 of 655 ~ 30.38%
B 217 of 655 ~ 33.13'%

%36.49
%30.38
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 9.21%
  • key color value is 6.27%

CMYK: (0,17,9,6)
C0M17Y9K6 (0%, 17%, 9%, 6%)
(0.00 / 0.17 / 0.09 / 0.06)

CMYK percentages

%0
%16.74
%9.21
%6.27

Codes

Color #EFC7D9 in popluar color models

EF C7 D9
RGB 239 199 217
HSL 333° 55.56% 85.88%
HSB/HSV 333° 16.74% 93.73%
CMYK 0.00% 16.74% 9.21%
6.27%

Color #EFC7D9 in popluar number systems.

HEX EF C7 D9
Decimal 239 199 217
Binary 11101111 11000111 11011001
Octal 357 307 331

Shades and tints

Shades of #EFC7D9

#EFC7D9
(239,199,217)
#DAB5C6
(218,181,198)
#C5A3B3
(197,163,179)
#B091A0
(176,145,160)
#9B7F8D
(155,127,141)
#866D7A
(134,109,122)
#715B67
(113,91,103)
#5C4954
(92,73,84)
#473741
(71,55,65)
#32252E
(50,37,46)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #EFC7D9

#EFC7D9
(239,199,217)
#F0CCDC
(240,204,220)
#F1D1DF
(241,209,223)
#F2D6E2
(242,214,226)
#F3DBE5
(243,219,229)
#F4E0E8
(244,224,232)
#F5E5EB
(245,229,235)
#F6EAEE
(246,234,238)
#F7EFF1
(247,239,241)
#F8F4F4
(248,244,244)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7D9; }

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

This text font color is #EFC7D9.

Background Color

.myBgColor { background-color: #EFC7D9; }

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

This div background color is #EFC7D9.

Border color

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

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

This div border color is #EFC7D9.

Opacity

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

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

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

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

This text has shadow with #EFC7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7D9.

Preview

Color preview on black background

This text has color #EFC7D9 on black background.


Color preview on white background

This text has color #EFC7D9 on white background.


Black color preview on #EFC7D9 background

This text has black color on #EFC7D9 background.


White color preview on #EFC7D9 background

This text has white color on #EFC7D9 background.


Related colors

Complementary color

Complementary color for #hex is #103826.


I love getcolorcode.com

Triadic colors

1 #D9EFC7 and #C7D9EF with #EFC7D9 are triadic colors.

2 #D9C7EF and #C7EFD9 with #EFC7D9 are triadic colors.