COLOR #EFC6D2

HEX: #EFC6D2
RGB: (239,198,210)

Color info

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

RGB color model

#EFC6D2 color RGB value is (239,198,210).

  • red value is 239;
  • green value is 198;
  • blue value is 210.
RGB:
(239,198,210)
(94%,78%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 210 of 255 = 82%

239
198
210

R + G + B ~ 85%. #EFC6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 198 + 210 = 647 (100%)
R 239 of 647 ~ 36.94%
G 198 of 647 ~ 30.6%
B 210 of 647 ~ 32.46%

%36.94
%30.6
%32.46

CMYK color model

#EFC6D2 color CMYK value is (0,17,12,6).

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,17,12,6)
C0M17Y12K6 
(0%,17%,12%,6%)
(0.00/0.17/0.12/0.06)	

CMYK percentages

%0
%17.15
%12.13
%6.27

Codes

Color #EFC6D2 in popluar color models

EFC6D2
RGB239198210
HSL342°56.16%85.69%
HSB/HSV342°17.15%93.73%
CMYK0.00%17.15%12.13%
6.27%

Color #EFC6D2 in popluar number systems.

HEXEFC6D2
Decimal239198210
Binary111011111100011011010010
Octal357306322

Shades and tints

Shades of #EFC6D2

#EFC6D2
(239,198,210)
#DAB4BF
(218,180,191)
#C5A2AC
(197,162,172)
#B09099
(176,144,153)
#9B7E86
(155,126,134)
#866C73
(134,108,115)
#715A60
(113,90,96)
#5C484D
(92,72,77)
#47363A
(71,54,58)
#322427
(50,36,39)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #EFC6D2

#EFC6D2
(239,198,210)
#F0CBD6
(240,203,214)
#F1D0DA
(241,208,218)
#F2D5DE
(242,213,222)
#F3DAE2
(243,218,226)
#F4DFE6
(244,223,230)
#F5E4EA
(245,228,234)
#F6E9EE
(246,233,238)
#F7EEF2
(247,238,242)
#F8F3F6
(248,243,246)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC6D2 color. Also use rgb(239,198,210) instead hex code.

Text Font Color

.myTextColor { color: #EFC6D2; }

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

This text font color is #EFC6D2.


Background Color

.myBgColor { background-color: #EFC6D2; }

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

This div background color is #EFC6D2.


Border color

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

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

This div border color is #EFC6D2.


Opacity

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

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

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

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

This text has shadow with #EFC6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6D2 on black background.


Color preview on white background

This text has color #EFC6D2 on white background.



Black color preview on #EFC6D2 background

This text has black color on #EFC6D2 background.


White color preview on #EFC6D2 background

This text has white color on #EFC6D2 background.