COLOR #EFC5EE

HEX: #EFC5EE
RGB: (239,197,238)

Color info

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

RGB color model

#EFC5EE color RGB value is (239,197,238).

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

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 238 of 255 = 93%

239
197
238

R + G + B ~ 88%. #EFC5EE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 238 = 674 (100%)
R 239 of 674 ~ 35.46%
G 197 of 674 ~ 29.23%
B 238 of 674 ~ 35.31%

%35.46
%29.23
%35.31

CMYK color model

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

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

CMYK percentages

%0
%17.57
%0.42
%6.27

Codes

Color #EFC5EE in popluar color models

EFC5EE
RGB239197238
HSL301°56.76%85.49%
HSB/HSV301°17.57%93.73%
CMYK0.00%17.57%0.42%
6.27%

Color #EFC5EE in popluar number systems.

HEXEFC5EE
Decimal239197238
Binary111011111100010111101110
Octal357305356

Shades and tints

Shades of #EFC5EE

#EFC5EE
(239,197,238)
#DAB4D9
(218,180,217)
#C5A3C4
(197,163,196)
#B092AF
(176,146,175)
#9B819A
(155,129,154)
#867085
(134,112,133)
#715F70
(113,95,112)
#5C4E5B
(92,78,91)
#473D46
(71,61,70)
#322C31
(50,44,49)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #EFC5EE

#EFC5EE
(239,197,238)
#F0CAEF
(240,202,239)
#F1CFF0
(241,207,240)
#F2D4F1
(242,212,241)
#F3D9F2
(243,217,242)
#F4DEF3
(244,222,243)
#F5E3F4
(245,227,244)
#F6E8F5
(246,232,245)
#F7EDF6
(247,237,246)
#F8F2F7
(248,242,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5EE; }

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

This text font color is #EFC5EE.


Background Color

.myBgColor { background-color: #EFC5EE; }

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

This div background color is #EFC5EE.


Border color

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

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

This div border color is #EFC5EE.


Opacity

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

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

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

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

This text has shadow with #EFC5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5EE on black background.


Color preview on white background

This text has color #EFC5EE on white background.



Black color preview on #EFC5EE background

This text has black color on #EFC5EE background.


White color preview on #EFC5EE background

This text has white color on #EFC5EE background.