COLOR #EFC4B0

HEX: #EFC4B0 RGB: (239,196,176)

Color info

#EFC4B0 contains mainly red and green colors. Web safe color of #EFC4B0 is #FFCC99 (or #FC9).

RGB color model

#EFC4B0 color RGB value is (239,196,176).

RGB: (239,196,176) (94%, 77%, 69%)

RGB channels and saturation

R 239 of 255 = 94%
G 196 of 255 = 77%
B 176 of 255 = 69%

239
196
176

R + G + B ~ 80%. #EFC4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 196 + 176 = 611 (100%)
R 239 of 611 ~ 39.12%
G 196 of 611 ~ 32.08%
B 176 of 611 ~ 28.81'%

%39.12
%32.08
%28.81

CMYK color model

#EFC4B0 color CMYK value is (0,18,26,6).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 26.36%
  • key color value is 6.27%

CMYK: (0,18,26,6)
C0M18Y26K6 (0%, 18%, 26%, 6%)
(0.00 / 0.18 / 0.26 / 0.06)

CMYK percentages

%0
%17.99
%26.36
%6.27

Codes

Color #EFC4B0 in popluar color models

EF C4 B0
RGB 239 196 176
HSL 19° 66.32% 81.37%
HSB/HSV 19° 26.36% 93.73%
CMYK 0.00% 17.99% 26.36%
6.27%

Color #EFC4B0 in popluar number systems.

HEX EF C4 B0
Decimal 239 196 176
Binary 11101111 11000100 10110000
Octal 357 304 260

Shades and tints

Shades of #EFC4B0

#EFC4B0
(239,196,176)
#DAB3A0
(218,179,160)
#C5A290
(197,162,144)
#B09180
(176,145,128)
#9B8070
(155,128,112)
#866F60
(134,111,96)
#715E50
(113,94,80)
#5C4D40
(92,77,64)
#473C30
(71,60,48)
#322B20
(50,43,32)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #EFC4B0

#EFC4B0
(239,196,176)
#F0C9B7
(240,201,183)
#F1CEBE
(241,206,190)
#F2D3C5
(242,211,197)
#F3D8CC
(243,216,204)
#F4DDD3
(244,221,211)
#F5E2DA
(245,226,218)
#F6E7E1
(246,231,225)
#F7ECE8
(247,236,232)
#F8F1EF
(248,241,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC4B0 color. Also use rgb(239,196,176) instead hex code.

Text Font Color

.myTextColor { color: #EFC4B0; }

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

This text font color is #EFC4B0.

Background Color

.myBgColor { background-color: #EFC4B0; }

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

This div background color is #EFC4B0.

Border color

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

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

This div border color is #EFC4B0.

Opacity

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

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

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

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

This text has shadow with #EFC4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC4B0.

Preview

Color preview on black background

This text has color #EFC4B0 on black background.


Color preview on white background

This text has color #EFC4B0 on white background.


Black color preview on #EFC4B0 background

This text has black color on #EFC4B0 background.


White color preview on #EFC4B0 background

This text has white color on #EFC4B0 background.


Related colors

Complementary color

Complementary color for #hex is #103B4F.


I love getcolorcode.com

Triadic colors

1 #B0EFC4 and #C4B0EF with #EFC4B0 are triadic colors.

2 #B0C4EF and #C4EFB0 with #EFC4B0 are triadic colors.