COLOR #EFC5D3

HEX: #EFC5D3
RGB: (239,197,211)

Color info

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

RGB color model

#EFC5D3 color RGB value is (239,197,211).

  • red value is 239;
  • green value is 197;
  • blue value is 211.
RGB:
(239,197,211)
(94%,77%,83%)

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 211 of 255 = 83%

239
197
211

R + G + B ~ 85%. #EFC5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 211 = 647 (100%)
R 239 of 647 ~ 36.94%
G 197 of 647 ~ 30.45%
B 211 of 647 ~ 32.61%

%36.94
%30.45
%32.61

CMYK color model

#EFC5D3 color CMYK value is (0,18,12,6).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(0,18,12,6)
C0M18Y12K6 
(0%,18%,12%,6%)
(0.00/0.18/0.12/0.06)	

CMYK percentages

%0
%17.57
%11.72
%6.27

Codes

Color #EFC5D3 in popluar color models

EFC5D3
RGB239197211
HSL340°56.76%85.49%
HSB/HSV340°17.57%93.73%
CMYK0.00%17.57%11.72%
6.27%

Color #EFC5D3 in popluar number systems.

HEXEFC5D3
Decimal239197211
Binary111011111100010111010011
Octal357305323

Shades and tints

Shades of #EFC5D3

#EFC5D3
(239,197,211)
#DAB4C0
(218,180,192)
#C5A3AD
(197,163,173)
#B0929A
(176,146,154)
#9B8187
(155,129,135)
#867074
(134,112,116)
#715F61
(113,95,97)
#5C4E4E
(92,78,78)
#473D3B
(71,61,59)
#322C28
(50,44,40)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #EFC5D3

#EFC5D3
(239,197,211)
#F0CAD7
(240,202,215)
#F1CFDB
(241,207,219)
#F2D4DF
(242,212,223)
#F3D9E3
(243,217,227)
#F4DEE7
(244,222,231)
#F5E3EB
(245,227,235)
#F6E8EF
(246,232,239)
#F7EDF3
(247,237,243)
#F8F2F7
(248,242,247)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC5D3 color. Also use rgb(239,197,211) instead hex code.

Text Font Color

.myTextColor { color: #EFC5D3; }

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

This text font color is #EFC5D3.


Background Color

.myBgColor { background-color: #EFC5D3; }

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

This div background color is #EFC5D3.


Border color

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

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

This div border color is #EFC5D3.


Opacity

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

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

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

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

This text has shadow with #EFC5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5D3 on black background.


Color preview on white background

This text has color #EFC5D3 on white background.



Black color preview on #EFC5D3 background

This text has black color on #EFC5D3 background.


White color preview on #EFC5D3 background

This text has white color on #EFC5D3 background.