COLOR #EFC5E0

HEX: #EFC5E0
RGB: (239,197,224)

Color info

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

RGB color model

#EFC5E0 color RGB value is (239,197,224).

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

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 224 of 255 = 88%

239
197
224

R + G + B ~ 86%. #EFC5E0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 224 = 660 (100%)
R 239 of 660 ~ 36.21%
G 197 of 660 ~ 29.85%
B 224 of 660 ~ 33.94%

%36.21
%29.85
%33.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,18,6,6)
C0M18Y6K6 
(0%,18%,6%,6%)
(0.00/0.18/0.06/0.06)	

CMYK percentages

%0
%17.57
%6.28
%6.27

Codes

Color #EFC5E0 in popluar color models

EFC5E0
RGB239197224
HSL321°56.76%85.49%
HSB/HSV321°17.57%93.73%
CMYK0.00%17.57%6.28%
6.27%

Color #EFC5E0 in popluar number systems.

HEXEFC5E0
Decimal239197224
Binary111011111100010111100000
Octal357305340

Shades and tints

Shades of #EFC5E0

#EFC5E0
(239,197,224)
#DAB4CC
(218,180,204)
#C5A3B8
(197,163,184)
#B092A4
(176,146,164)
#9B8190
(155,129,144)
#86707C
(134,112,124)
#715F68
(113,95,104)
#5C4E54
(92,78,84)
#473D40
(71,61,64)
#322C2C
(50,44,44)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFC5E0

#EFC5E0
(239,197,224)
#F0CAE2
(240,202,226)
#F1CFE4
(241,207,228)
#F2D4E6
(242,212,230)
#F3D9E8
(243,217,232)
#F4DEEA
(244,222,234)
#F5E3EC
(245,227,236)
#F6E8EE
(246,232,238)
#F7EDF0
(247,237,240)
#F8F2F2
(248,242,242)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5E0; }

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

This text font color is #EFC5E0.


Background Color

.myBgColor { background-color: #EFC5E0; }

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

This div background color is #EFC5E0.


Border color

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

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

This div border color is #EFC5E0.


Opacity

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

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

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

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

This text has shadow with #EFC5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5E0 on black background.


Color preview on white background

This text has color #EFC5E0 on white background.



Black color preview on #EFC5E0 background

This text has black color on #EFC5E0 background.


White color preview on #EFC5E0 background

This text has white color on #EFC5E0 background.