COLOR #EFC0E8

HEX: #EFC0E8
RGB: (239,192,232)

Color info

#EFC0E8 contains red, green and blue colors in about the same proportion. Web safe color of #EFC0E8 is #FFCCFF (or #FCF).

RGB color model

#EFC0E8 color RGB value is (239,192,232).

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

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 232 of 255 = 91%

239
192
232

R + G + B ~ 87%. #EFC0E8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 192 + 232 = 663 (100%)
R 239 of 663 ~ 36.05%
G 192 of 663 ~ 28.96%
B 232 of 663 ~ 34.99%

%36.05
%28.96
%34.99

CMYK color model

#EFC0E8 color CMYK value is (0,20,3,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 2.93%
  • key color value is 6.27%
CMYK:
(0,20,3,6)
C0M20Y3K6 
(0%,20%,3%,6%)
(0.00/0.20/0.03/0.06)	

CMYK percentages

%0
%19.67
%2.93
%6.27

Codes

Color #EFC0E8 in popluar color models

EFC0E8
RGB239192232
HSL309°59.49%84.51%
HSB/HSV309°19.67%93.73%
CMYK0.00%19.67%2.93%
6.27%

Color #EFC0E8 in popluar number systems.

HEXEFC0E8
Decimal239192232
Binary111011111100000011101000
Octal357300350

Shades and tints

Shades of #EFC0E8

#EFC0E8
(239,192,232)
#DAAFD3
(218,175,211)
#C59EBE
(197,158,190)
#B08DA9
(176,141,169)
#9B7C94
(155,124,148)
#866B7F
(134,107,127)
#715A6A
(113,90,106)
#5C4955
(92,73,85)
#473840
(71,56,64)
#32272B
(50,39,43)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFC0E8

#EFC0E8
(239,192,232)
#F0C5EA
(240,197,234)
#F1CAEC
(241,202,236)
#F2CFEE
(242,207,238)
#F3D4F0
(243,212,240)
#F4D9F2
(244,217,242)
#F5DEF4
(245,222,244)
#F6E3F6
(246,227,246)
#F7E8F8
(247,232,248)
#F8EDFA
(248,237,250)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC0E8; }

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

This text font color is #EFC0E8.


Background Color

.myBgColor { background-color: #EFC0E8; }

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

This div background color is #EFC0E8.


Border color

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

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

This div border color is #EFC0E8.


Opacity

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

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

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

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

This text has shadow with #EFC0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC0E8 on black background.


Color preview on white background

This text has color #EFC0E8 on white background.



Black color preview on #EFC0E8 background

This text has black color on #EFC0E8 background.


White color preview on #EFC0E8 background

This text has white color on #EFC0E8 background.