COLOR #EFC8C3

HEX: #EFC8C3
RGB: (239,200,195)

Color info

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

RGB color model

#EFC8C3 color RGB value is (239,200,195).

  • red value is 239;
  • green value is 200;
  • blue value is 195.
RGB:
(239,200,195)
(94%,78%,76%)

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 195 of 255 = 76%

239
200
195

R + G + B ~ 83%. #EFC8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 195 = 634 (100%)
R 239 of 634 ~ 37.7%
G 200 of 634 ~ 31.55%
B 195 of 634 ~ 30.76%

%37.7
%31.55
%30.76

CMYK color model

#EFC8C3 color CMYK value is (0,16,18,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 18.41%
  • key color value is 6.27%
CMYK:
(0,16,18,6)
C0M16Y18K6 
(0%,16%,18%,6%)
(0.00/0.16/0.18/0.06)	

CMYK percentages

%0
%16.32
%18.41
%6.27

Codes

Color #EFC8C3 in popluar color models

EFC8C3
RGB239200195
HSL57.89%85.10%
HSB/HSV18.41%93.73%
CMYK0.00%16.32%18.41%
6.27%

Color #EFC8C3 in popluar number systems.

HEXEFC8C3
Decimal239200195
Binary111011111100100011000011
Octal357310303

Shades and tints

Shades of #EFC8C3

#EFC8C3
(239,200,195)
#DAB6B2
(218,182,178)
#C5A4A1
(197,164,161)
#B09290
(176,146,144)
#9B807F
(155,128,127)
#866E6E
(134,110,110)
#715C5D
(113,92,93)
#5C4A4C
(92,74,76)
#47383B
(71,56,59)
#32262A
(50,38,42)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #EFC8C3

#EFC8C3
(239,200,195)
#F0CDC8
(240,205,200)
#F1D2CD
(241,210,205)
#F2D7D2
(242,215,210)
#F3DCD7
(243,220,215)
#F4E1DC
(244,225,220)
#F5E6E1
(245,230,225)
#F6EBE6
(246,235,230)
#F7F0EB
(247,240,235)
#F8F5F0
(248,245,240)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8C3; }

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

This text font color is #EFC8C3.


Background Color

.myBgColor { background-color: #EFC8C3; }

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

This div background color is #EFC8C3.


Border color

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

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

This div border color is #EFC8C3.


Opacity

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

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

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

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

This text has shadow with #EFC8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8C3 on black background.


Color preview on white background

This text has color #EFC8C3 on white background.



Black color preview on #EFC8C3 background

This text has black color on #EFC8C3 background.


White color preview on #EFC8C3 background

This text has white color on #EFC8C3 background.