COLOR #EFC7BD

HEX: #EFC7BD RGB: (239,199,189)

Color info

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

RGB color model

#EFC7BD color RGB value is (239,199,189).

RGB: (239,199,189) (94%, 78%, 74%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 189 of 255 = 74%

239
199
189

R + G + B ~ 82%. #EFC7BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 189 = 627 (100%)
R 239 of 627 ~ 38.12%
G 199 of 627 ~ 31.74%
B 189 of 627 ~ 30.14'%

%38.12
%31.74
%30.14

CMYK color model

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

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

CMYK: (0,17,21,6)
C0M17Y21K6 (0%, 17%, 21%, 6%)
(0.00 / 0.17 / 0.21 / 0.06)

CMYK percentages

%0
%16.74
%20.92
%6.27

Codes

Color #EFC7BD in popluar color models

EF C7 BD
RGB 239 199 189
HSL 12° 60.98% 83.92%
HSB/HSV 12° 20.92% 93.73%
CMYK 0.00% 16.74% 20.92%
6.27%

Color #EFC7BD in popluar number systems.

HEX EF C7 BD
Decimal 239 199 189
Binary 11101111 11000111 10111101
Octal 357 307 275

Shades and tints

Shades of #EFC7BD

#EFC7BD
(239,199,189)
#DAB5AC
(218,181,172)
#C5A39B
(197,163,155)
#B0918A
(176,145,138)
#9B7F79
(155,127,121)
#866D68
(134,109,104)
#715B57
(113,91,87)
#5C4946
(92,73,70)
#473735
(71,55,53)
#322524
(50,37,36)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EFC7BD

#EFC7BD
(239,199,189)
#F0CCC3
(240,204,195)
#F1D1C9
(241,209,201)
#F2D6CF
(242,214,207)
#F3DBD5
(243,219,213)
#F4E0DB
(244,224,219)
#F5E5E1
(245,229,225)
#F6EAE7
(246,234,231)
#F7EFED
(247,239,237)
#F8F4F3
(248,244,243)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7BD; }

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

This text font color is #EFC7BD.

Background Color

.myBgColor { background-color: #EFC7BD; }

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

This div background color is #EFC7BD.

Border color

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

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

This div border color is #EFC7BD.

Opacity

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

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

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

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

This text has shadow with #EFC7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7BD.

Preview

Color preview on black background

This text has color #EFC7BD on black background.


Color preview on white background

This text has color #EFC7BD on white background.


Black color preview on #EFC7BD background

This text has black color on #EFC7BD background.


White color preview on #EFC7BD background

This text has white color on #EFC7BD background.


Related colors

Complementary color

Complementary color for #hex is #103842.


I love getcolorcode.com

Triadic colors

1 #BDEFC7 and #C7BDEF with #EFC7BD are triadic colors.

2 #BDC7EF and #C7EFBD with #EFC7BD are triadic colors.