COLOR #EFD4C7

HEX: #EFD4C7 RGB: (239,212,199)

Color info

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

RGB color model

#EFD4C7 color RGB value is (239,212,199).

RGB: (239,212,199) (94%, 83%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 212 of 255 = 83%
B 199 of 255 = 78%

239
212
199

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

Portions of RGB colors in percentages

R + G + B = 239 + 212 + 199 = 650 (100%)
R 239 of 650 ~ 36.77%
G 212 of 650 ~ 32.62%
B 199 of 650 ~ 30.62'%

%36.77
%32.62
%30.62

CMYK color model

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

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

CMYK: (0,11,17,6)
C0M11Y17K6 (0%, 11%, 17%, 6%)
(0.00 / 0.11 / 0.17 / 0.06)

CMYK percentages

%0
%11.3
%16.74
%6.27

Codes

Color #EFD4C7 in popluar color models

EF D4 C7
RGB 239 212 199
HSL 20° 55.56% 85.88%
HSB/HSV 20° 16.74% 93.73%
CMYK 0.00% 11.30% 16.74%
6.27%

Color #EFD4C7 in popluar number systems.

HEX EF D4 C7
Decimal 239 212 199
Binary 11101111 11010100 11000111
Octal 357 324 307

Shades and tints

Shades of #EFD4C7

#EFD4C7
(239,212,199)
#DAC1B5
(218,193,181)
#C5AEA3
(197,174,163)
#B09B91
(176,155,145)
#9B887F
(155,136,127)
#86756D
(134,117,109)
#71625B
(113,98,91)
#5C4F49
(92,79,73)
#473C37
(71,60,55)
#322925
(50,41,37)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #EFD4C7

#EFD4C7
(239,212,199)
#F0D7CC
(240,215,204)
#F1DAD1
(241,218,209)
#F2DDD6
(242,221,214)
#F3E0DB
(243,224,219)
#F4E3E0
(244,227,224)
#F5E6E5
(245,230,229)
#F6E9EA
(246,233,234)
#F7ECEF
(247,236,239)
#F8EFF4
(248,239,244)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD4C7; }

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

This text font color is #EFD4C7.

Background Color

.myBgColor { background-color: #EFD4C7; }

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

This div background color is #EFD4C7.

Border color

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

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

This div border color is #EFD4C7.

Opacity

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

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

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

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

This text has shadow with #EFD4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD4C7.

Preview

Color preview on black background

This text has color #EFD4C7 on black background.


Color preview on white background

This text has color #EFD4C7 on white background.


Black color preview on #EFD4C7 background

This text has black color on #EFD4C7 background.


White color preview on #EFD4C7 background

This text has white color on #EFD4C7 background.


Related colors

Complementary color

Complementary color for #hex is #102B38.


I love getcolorcode.com

Triadic colors

1 #C7EFD4 and #D4C7EF with #EFD4C7 are triadic colors.

2 #C7D4EF and #D4EFC7 with #EFD4C7 are triadic colors.