COLOR #EFC1B7

HEX: #EFC1B7
RGB: (239,193,183)

Color info

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

RGB color model

#EFC1B7 color RGB value is (239,193,183).

  • red value is 239;
  • green value is 193;
  • blue value is 183.
RGB:
(239,193,183)
(94%,76%,72%)

RGB channels and saturation

R 239 of 255 = 94%
G 193 of 255 = 76%
B 183 of 255 = 72%

239
193
183

R + G + B ~ 81%. #EFC1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 183 = 615 (100%)
R 239 of 615 ~ 38.86%
G 193 of 615 ~ 31.38%
B 183 of 615 ~ 29.76%

%38.86
%31.38
%29.76

CMYK color model

#EFC1B7 color CMYK value is (0,19,23,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 23.43%
  • key color value is 6.27%
CMYK:
(0,19,23,6)
C0M19Y23K6 
(0%,19%,23%,6%)
(0.00/0.19/0.23/0.06)	

CMYK percentages

%0
%19.25
%23.43
%6.27

Codes

Color #EFC1B7 in popluar color models

EFC1B7
RGB239193183
HSL11°63.64%82.75%
HSB/HSV11°23.43%93.73%
CMYK0.00%19.25%23.43%
6.27%

Color #EFC1B7 in popluar number systems.

HEXEFC1B7
Decimal239193183
Binary111011111100000110110111
Octal357301267

Shades and tints

Shades of #EFC1B7

#EFC1B7
(239,193,183)
#DAB0A7
(218,176,167)
#C59F97
(197,159,151)
#B08E87
(176,142,135)
#9B7D77
(155,125,119)
#866C67
(134,108,103)
#715B57
(113,91,87)
#5C4A47
(92,74,71)
#473937
(71,57,55)
#322827
(50,40,39)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFC1B7

#EFC1B7
(239,193,183)
#F0C6BD
(240,198,189)
#F1CBC3
(241,203,195)
#F2D0C9
(242,208,201)
#F3D5CF
(243,213,207)
#F4DAD5
(244,218,213)
#F5DFDB
(245,223,219)
#F6E4E1
(246,228,225)
#F7E9E7
(247,233,231)
#F8EEED
(248,238,237)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC1B7 color. Also use rgb(239,193,183) instead hex code.

Text Font Color

.myTextColor { color: #EFC1B7; }

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

This text font color is #EFC1B7.


Background Color

.myBgColor { background-color: #EFC1B7; }

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

This div background color is #EFC1B7.


Border color

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

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

This div border color is #EFC1B7.


Opacity

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

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

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

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

This text has shadow with #EFC1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC1B7 on black background.


Color preview on white background

This text has color #EFC1B7 on white background.



Black color preview on #EFC1B7 background

This text has black color on #EFC1B7 background.


White color preview on #EFC1B7 background

This text has white color on #EFC1B7 background.