COLOR #EFC3B3

HEX: #EFC3B3 RGB: (239,195,179)

Color info

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

RGB color model

#EFC3B3 color RGB value is (239,195,179).

RGB: (239,195,179) (94%, 76%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 195 of 255 = 76%
B 179 of 255 = 70%

239
195
179

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

Portions of RGB colors in percentages

R + G + B = 239 + 195 + 179 = 613 (100%)
R 239 of 613 ~ 38.99%
G 195 of 613 ~ 31.81%
B 179 of 613 ~ 29.2'%

%38.99
%31.81
%29.2

CMYK color model

#EFC3B3 color CMYK value is (0,18,25,6).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 25.10%
  • key color value is 6.27%
CMYK: (0,18,25,6) C0M18Y25K6 (0%,18%,25%,6%) (0.00/0.18/0.25/0.06) 

CMYK percentages

%0
%18.41
%25.1
%6.27

Codes

Color #EFC3B3 in popluar color models

EF C3 B3
RGB 239 195 179
HSL 16° 65.22% 81.96%
HSB/HSV 16° 25.10% 93.73%
CMYK 0.00% 18.41% 25.10%
6.27%

Color #EFC3B3 in popluar number systems.

HEX EF C3 B3
Decimal 239 195 179
Binary 11101111 11000011 10110011
Octal 357 303 263

Shades and tints

Shades of #EFC3B3

#EFC3B3
(239,195,179)
#DAB2A3
(218,178,163)
#C5A193
(197,161,147)
#B09083
(176,144,131)
#9B7F73
(155,127,115)
#866E63
(134,110,99)
#715D53
(113,93,83)
#5C4C43
(92,76,67)
#473B33
(71,59,51)
#322A23
(50,42,35)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #EFC3B3

#EFC3B3
(239,195,179)
#F0C8B9
(240,200,185)
#F1CDBF
(241,205,191)
#F2D2C5
(242,210,197)
#F3D7CB
(243,215,203)
#F4DCD1
(244,220,209)
#F5E1D7
(245,225,215)
#F6E6DD
(246,230,221)
#F7EBE3
(247,235,227)
#F8F0E9
(248,240,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC3B3 color. Also use rgb(239,195,179) instead hex code.

Text Font Color

.myTextColor { color: #EFC3B3; }

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

This text font color is #EFC3B3.

Background Color

.myBgColor { background-color: #EFC3B3; }

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

This div background color is #EFC3B3.

Border color

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

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

This div border color is #EFC3B3.

Opacity

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

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

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

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

This text has shadow with #EFC3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC3B3.

Preview

Color preview on black background

This text has color #EFC3B3 on black background.


Color preview on white background

This text has color #EFC3B3 on white background.


Black color preview on #EFC3B3 background

This text has black color on #EFC3B3 background.


White color preview on #EFC3B3 background

This text has white color on #EFC3B3 background.


Related colors

Complementary color

Complementary color for #hex is #103C4C.


I love getcolorcode.com

Triadic colors

1 #B3EFC3 and #C3B3EF with #EFC3B3 are triadic colors.

2 #B3C3EF and #C3EFB3 with #EFC3B3 are triadic colors.