COLOR #EFC4C1

HEX: #EFC4C1
RGB: (239,196,193)

Color info

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

RGB color model

#EFC4C1 color RGB value is (239,196,193).

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

RGB channels and saturation

R 239 of 255 = 94%
G 196 of 255 = 77%
B 193 of 255 = 76%

239
196
193

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

Portions of RGB colors in percentages

R + G + B =
239 + 196 + 193 = 628 (100%)
R 239 of 628 ~ 38.06%
G 196 of 628 ~ 31.21%
B 193 of 628 ~ 30.73%

%38.06
%31.21
%30.73

CMYK color model

#EFC4C1 color CMYK value is (0,18,19,6).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(0,18,19,6)
C0M18Y19K6 
(0%,18%,19%,6%)
(0.00/0.18/0.19/0.06)	

CMYK percentages

%0
%17.99
%19.25
%6.27

Codes

Color #EFC4C1 in popluar color models

EFC4C1
RGB239196193
HSL58.97%84.71%
HSB/HSV19.25%93.73%
CMYK0.00%17.99%19.25%
6.27%

Color #EFC4C1 in popluar number systems.

HEXEFC4C1
Decimal239196193
Binary111011111100010011000001
Octal357304301

Shades and tints

Shades of #EFC4C1

#EFC4C1
(239,196,193)
#DAB3B0
(218,179,176)
#C5A29F
(197,162,159)
#B0918E
(176,145,142)
#9B807D
(155,128,125)
#866F6C
(134,111,108)
#715E5B
(113,94,91)
#5C4D4A
(92,77,74)
#473C39
(71,60,57)
#322B28
(50,43,40)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #EFC4C1

#EFC4C1
(239,196,193)
#F0C9C6
(240,201,198)
#F1CECB
(241,206,203)
#F2D3D0
(242,211,208)
#F3D8D5
(243,216,213)
#F4DDDA
(244,221,218)
#F5E2DF
(245,226,223)
#F6E7E4
(246,231,228)
#F7ECE9
(247,236,233)
#F8F1EE
(248,241,238)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC4C1; }

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

This text font color is #EFC4C1.


Background Color

.myBgColor { background-color: #EFC4C1; }

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

This div background color is #EFC4C1.


Border color

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

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

This div border color is #EFC4C1.


Opacity

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

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

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

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

This text has shadow with #EFC4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC4C1 on black background.


Color preview on white background

This text has color #EFC4C1 on white background.



Black color preview on #EFC4C1 background

This text has black color on #EFC4C1 background.


White color preview on #EFC4C1 background

This text has white color on #EFC4C1 background.