COLOR #EFC5DC

HEX: #EFC5DC RGB: (239,197,220)

Color info

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

RGB color model

#EFC5DC color RGB value is (239,197,220).

RGB: (239,197,220) (94%, 77%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 220 of 255 = 86%

239
197
220

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

Portions of RGB colors in percentages

R + G + B = 239 + 197 + 220 = 656 (100%)
R 239 of 656 ~ 36.43%
G 197 of 656 ~ 30.03%
B 220 of 656 ~ 33.54'%

%36.43
%30.03
%33.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 7.95%
  • key color value is 6.27%

CMYK: (0,18,8,6)
C0M18Y8K6 (0%, 18%, 8%, 6%)
(0.00 / 0.18 / 0.08 / 0.06)

CMYK percentages

%0
%17.57
%7.95
%6.27

Codes

Color #EFC5DC in popluar color models

EF C5 DC
RGB 239 197 220
HSL 327° 56.76% 85.49%
HSB/HSV 327° 17.57% 93.73%
CMYK 0.00% 17.57% 7.95%
6.27%

Color #EFC5DC in popluar number systems.

HEX EF C5 DC
Decimal 239 197 220
Binary 11101111 11000101 11011100
Octal 357 305 334

Shades and tints

Shades of #EFC5DC

#EFC5DC
(239,197,220)
#DAB4C8
(218,180,200)
#C5A3B4
(197,163,180)
#B092A0
(176,146,160)
#9B818C
(155,129,140)
#867078
(134,112,120)
#715F64
(113,95,100)
#5C4E50
(92,78,80)
#473D3C
(71,61,60)
#322C28
(50,44,40)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #EFC5DC

#EFC5DC
(239,197,220)
#F0CADF
(240,202,223)
#F1CFE2
(241,207,226)
#F2D4E5
(242,212,229)
#F3D9E8
(243,217,232)
#F4DEEB
(244,222,235)
#F5E3EE
(245,227,238)
#F6E8F1
(246,232,241)
#F7EDF4
(247,237,244)
#F8F2F7
(248,242,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5DC; }

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

This text font color is #EFC5DC.

Background Color

.myBgColor { background-color: #EFC5DC; }

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

This div background color is #EFC5DC.

Border color

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

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

This div border color is #EFC5DC.

Opacity

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

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

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

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

This text has shadow with #EFC5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC5DC.

Preview

Color preview on black background

This text has color #EFC5DC on black background.


Color preview on white background

This text has color #EFC5DC on white background.


Black color preview on #EFC5DC background

This text has black color on #EFC5DC background.


White color preview on #EFC5DC background

This text has white color on #EFC5DC background.


Related colors

Complementary color

Complementary color for #hex is #103A23.


I love getcolorcode.com

Triadic colors

1 #DCEFC5 and #C5DCEF with #EFC5DC are triadic colors.

2 #DCC5EF and #C5EFDC with #EFC5DC are triadic colors.