COLOR #EFC7D6

HEX: #EFC7D6 RGB: (239,199,214)

Color info

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

RGB color model

#EFC7D6 color RGB value is (239,199,214).

RGB: (239,199,214) (94%, 78%, 84%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 214 of 255 = 84%

239
199
214

R + G + B ~ 85%. #EFC7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 214 = 652 (100%)
R 239 of 652 ~ 36.66%
G 199 of 652 ~ 30.52%
B 214 of 652 ~ 32.82'%

%36.66
%30.52
%32.82

CMYK color model

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

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

CMYK: (0,17,10,6)
C0M17Y10K6 (0%, 17%, 10%, 6%)
(0.00 / 0.17 / 0.10 / 0.06)

CMYK percentages

%0
%16.74
%10.46
%6.27

Codes

Color #EFC7D6 in popluar color models

EF C7 D6
RGB 239 199 214
HSL 338° 55.56% 85.88%
HSB/HSV 338° 16.74% 93.73%
CMYK 0.00% 16.74% 10.46%
6.27%

Color #EFC7D6 in popluar number systems.

HEX EF C7 D6
Decimal 239 199 214
Binary 11101111 11000111 11010110
Octal 357 307 326

Shades and tints

Shades of #EFC7D6

#EFC7D6
(239,199,214)
#DAB5C3
(218,181,195)
#C5A3B0
(197,163,176)
#B0919D
(176,145,157)
#9B7F8A
(155,127,138)
#866D77
(134,109,119)
#715B64
(113,91,100)
#5C4951
(92,73,81)
#47373E
(71,55,62)
#32252B
(50,37,43)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFC7D6

#EFC7D6
(239,199,214)
#F0CCD9
(240,204,217)
#F1D1DC
(241,209,220)
#F2D6DF
(242,214,223)
#F3DBE2
(243,219,226)
#F4E0E5
(244,224,229)
#F5E5E8
(245,229,232)
#F6EAEB
(246,234,235)
#F7EFEE
(247,239,238)
#F8F4F1
(248,244,241)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7D6; }

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

This text font color is #EFC7D6.

Background Color

.myBgColor { background-color: #EFC7D6; }

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

This div background color is #EFC7D6.

Border color

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

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

This div border color is #EFC7D6.

Opacity

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

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

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

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

This text has shadow with #EFC7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7D6.

Preview

Color preview on black background

This text has color #EFC7D6 on black background.


Color preview on white background

This text has color #EFC7D6 on white background.


Black color preview on #EFC7D6 background

This text has black color on #EFC7D6 background.


White color preview on #EFC7D6 background

This text has white color on #EFC7D6 background.


Related colors

Complementary color

Complementary color for #hex is #103829.


I love getcolorcode.com

Triadic colors

1 #D6EFC7 and #C7D6EF with #EFC7D6 are triadic colors.

2 #D6C7EF and #C7EFD6 with #EFC7D6 are triadic colors.