COLOR #EFC3BF

HEX: #EFC3BF RGB: (239,195,191)

Color info

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

RGB color model

#EFC3BF color RGB value is (239,195,191).

RGB: (239,195,191) (94%, 76%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 195 of 255 = 76%
B 191 of 255 = 75%

239
195
191

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

Portions of RGB colors in percentages

R + G + B = 239 + 195 + 191 = 625 (100%)
R 239 of 625 ~ 38.24%
G 195 of 625 ~ 31.2%
B 191 of 625 ~ 30.56'%

%38.24
%31.2
%30.56

CMYK color model

#EFC3BF color CMYK value is (0,18,20,6).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK: (0,18,20,6) C0M18Y20K6 (0%,18%,20%,6%) (0.00/0.18/0.20/0.06) 

CMYK percentages

%0
%18.41
%20.08
%6.27

Codes

Color #EFC3BF in popluar color models

EF C3 BF
RGB 239 195 191
HSL 60.00% 84.31%
HSB/HSV 20.08% 93.73%
CMYK 0.00% 18.41% 20.08%
6.27%

Color #EFC3BF in popluar number systems.

HEX EF C3 BF
Decimal 239 195 191
Binary 11101111 11000011 10111111
Octal 357 303 277

Shades and tints

Shades of #EFC3BF

#EFC3BF
(239,195,191)
#DAB2AE
(218,178,174)
#C5A19D
(197,161,157)
#B0908C
(176,144,140)
#9B7F7B
(155,127,123)
#866E6A
(134,110,106)
#715D59
(113,93,89)
#5C4C48
(92,76,72)
#473B37
(71,59,55)
#322A26
(50,42,38)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFC3BF

#EFC3BF
(239,195,191)
#F0C8C4
(240,200,196)
#F1CDC9
(241,205,201)
#F2D2CE
(242,210,206)
#F3D7D3
(243,215,211)
#F4DCD8
(244,220,216)
#F5E1DD
(245,225,221)
#F6E6E2
(246,230,226)
#F7EBE7
(247,235,231)
#F8F0EC
(248,240,236)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC3BF; }

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

This text font color is #EFC3BF.

Background Color

.myBgColor { background-color: #EFC3BF; }

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

This div background color is #EFC3BF.

Border color

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

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

This div border color is #EFC3BF.

Opacity

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

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

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

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

This text has shadow with #EFC3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC3BF.

Preview

Color preview on black background

This text has color #EFC3BF on black background.


Color preview on white background

This text has color #EFC3BF on white background.


Black color preview on #EFC3BF background

This text has black color on #EFC3BF background.


White color preview on #EFC3BF background

This text has white color on #EFC3BF background.


Related colors

Complementary color

Complementary color for #hex is #103C40.


I love getcolorcode.com

Triadic colors

1 #BFEFC3 and #C3BFEF with #EFC3BF are triadic colors.

2 #BFC3EF and #C3EFBF with #EFC3BF are triadic colors.