COLOR #EFC0E5

HEX: #EFC0E5
RGB: (239,192,229)

Color info

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

RGB color model

#EFC0E5 color RGB value is (239,192,229).

  • red value is 239;
  • green value is 192;
  • blue value is 229.
RGB:
(239,192,229)
(94%,75%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 229 of 255 = 90%

239
192
229

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

Portions of RGB colors in percentages

R + G + B =
239 + 192 + 229 = 660 (100%)
R 239 of 660 ~ 36.21%
G 192 of 660 ~ 29.09%
B 229 of 660 ~ 34.7%

%36.21
%29.09
%34.7

CMYK color model

#EFC0E5 color CMYK value is (0,20,4,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 4.18%
  • key color value is 6.27%
CMYK:
(0,20,4,6)
C0M20Y4K6 
(0%,20%,4%,6%)
(0.00/0.20/0.04/0.06)	

CMYK percentages

%0
%19.67
%4.18
%6.27

Codes

Color #EFC0E5 in popluar color models

EFC0E5
RGB239192229
HSL313°59.49%84.51%
HSB/HSV313°19.67%93.73%
CMYK0.00%19.67%4.18%
6.27%

Color #EFC0E5 in popluar number systems.

HEXEFC0E5
Decimal239192229
Binary111011111100000011100101
Octal357300345

Shades and tints

Shades of #EFC0E5

#EFC0E5
(239,192,229)
#DAAFD1
(218,175,209)
#C59EBD
(197,158,189)
#B08DA9
(176,141,169)
#9B7C95
(155,124,149)
#866B81
(134,107,129)
#715A6D
(113,90,109)
#5C4959
(92,73,89)
#473845
(71,56,69)
#322731
(50,39,49)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EFC0E5

#EFC0E5
(239,192,229)
#F0C5E7
(240,197,231)
#F1CAE9
(241,202,233)
#F2CFEB
(242,207,235)
#F3D4ED
(243,212,237)
#F4D9EF
(244,217,239)
#F5DEF1
(245,222,241)
#F6E3F3
(246,227,243)
#F7E8F5
(247,232,245)
#F8EDF7
(248,237,247)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC0E5 color. Also use rgb(239,192,229) instead hex code.

Text Font Color

.myTextColor { color: #EFC0E5; }

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

This text font color is #EFC0E5.


Background Color

.myBgColor { background-color: #EFC0E5; }

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

This div background color is #EFC0E5.


Border color

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

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

This div border color is #EFC0E5.


Opacity

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

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

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

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

This text has shadow with #EFC0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC0E5 on black background.


Color preview on white background

This text has color #EFC0E5 on white background.



Black color preview on #EFC0E5 background

This text has black color on #EFC0E5 background.


White color preview on #EFC0E5 background

This text has white color on #EFC0E5 background.