COLOR #EFC5EC

HEX: #EFC5EC
RGB: (239,197,236)

Color info

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

RGB color model

#EFC5EC color RGB value is (239,197,236).

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

RGB channels and saturation

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

239
197
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 236 = 672 (100%)
R 239 of 672 ~ 35.57%
G 197 of 672 ~ 29.32%
B 236 of 672 ~ 35.12%

%35.57
%29.32
%35.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,18,1,6)
C0M18Y1K6 
(0%,18%,1%,6%)
(0.00/0.18/0.01/0.06)	

CMYK percentages

%0
%17.57
%1.26
%6.27

Codes

Color #EFC5EC in popluar color models

EFC5EC
RGB239197236
HSL304°56.76%85.49%
HSB/HSV304°17.57%93.73%
CMYK0.00%17.57%1.26%
6.27%

Color #EFC5EC in popluar number systems.

HEXEFC5EC
Decimal239197236
Binary111011111100010111101100
Octal357305354

Shades and tints

Shades of #EFC5EC

#EFC5EC
(239,197,236)
#DAB4D7
(218,180,215)
#C5A3C2
(197,163,194)
#B092AD
(176,146,173)
#9B8198
(155,129,152)
#867083
(134,112,131)
#715F6E
(113,95,110)
#5C4E59
(92,78,89)
#473D44
(71,61,68)
#322C2F
(50,44,47)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #EFC5EC

#EFC5EC
(239,197,236)
#F0CAED
(240,202,237)
#F1CFEE
(241,207,238)
#F2D4EF
(242,212,239)
#F3D9F0
(243,217,240)
#F4DEF1
(244,222,241)
#F5E3F2
(245,227,242)
#F6E8F3
(246,232,243)
#F7EDF4
(247,237,244)
#F8F2F5
(248,242,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5EC; }

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

This text font color is #EFC5EC.


Background Color

.myBgColor { background-color: #EFC5EC; }

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

This div background color is #EFC5EC.


Border color

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

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

This div border color is #EFC5EC.


Opacity

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

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

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

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

This text has shadow with #EFC5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5EC on black background.


Color preview on white background

This text has color #EFC5EC on white background.



Black color preview on #EFC5EC background

This text has black color on #EFC5EC background.


White color preview on #EFC5EC background

This text has white color on #EFC5EC background.