COLOR #EFC1E4

HEX: #EFC1E4
RGB: (239,193,228)

Color info

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

RGB color model

#EFC1E4 color RGB value is (239,193,228).

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

RGB channels and saturation

R 239 of 255 = 94%
G 193 of 255 = 76%
B 228 of 255 = 89%

239
193
228

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

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 228 = 660 (100%)
R 239 of 660 ~ 36.21%
G 193 of 660 ~ 29.24%
B 228 of 660 ~ 34.55%

%36.21
%29.24
%34.55

CMYK color model

#EFC1E4 color CMYK value is (0,19,5,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(0,19,5,6)
C0M19Y5K6 
(0%,19%,5%,6%)
(0.00/0.19/0.05/0.06)	

CMYK percentages

%0
%19.25
%4.6
%6.27

Codes

Color #EFC1E4 in popluar color models

EFC1E4
RGB239193228
HSL314°58.97%84.71%
HSB/HSV314°19.25%93.73%
CMYK0.00%19.25%4.60%
6.27%

Color #EFC1E4 in popluar number systems.

HEXEFC1E4
Decimal239193228
Binary111011111100000111100100
Octal357301344

Shades and tints

Shades of #EFC1E4

#EFC1E4
(239,193,228)
#DAB0D0
(218,176,208)
#C59FBC
(197,159,188)
#B08EA8
(176,142,168)
#9B7D94
(155,125,148)
#866C80
(134,108,128)
#715B6C
(113,91,108)
#5C4A58
(92,74,88)
#473944
(71,57,68)
#322830
(50,40,48)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #EFC1E4

#EFC1E4
(239,193,228)
#F0C6E6
(240,198,230)
#F1CBE8
(241,203,232)
#F2D0EA
(242,208,234)
#F3D5EC
(243,213,236)
#F4DAEE
(244,218,238)
#F5DFF0
(245,223,240)
#F6E4F2
(246,228,242)
#F7E9F4
(247,233,244)
#F8EEF6
(248,238,246)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC1E4; }

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

This text font color is #EFC1E4.


Background Color

.myBgColor { background-color: #EFC1E4; }

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

This div background color is #EFC1E4.


Border color

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

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

This div border color is #EFC1E4.


Opacity

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

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

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

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

This text has shadow with #EFC1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC1E4 on black background.


Color preview on white background

This text has color #EFC1E4 on white background.



Black color preview on #EFC1E4 background

This text has black color on #EFC1E4 background.


White color preview on #EFC1E4 background

This text has white color on #EFC1E4 background.