COLOR #EFC6D3

HEX: #EFC6D3 RGB: (239,198,211)

Color info

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

RGB color model

#EFC6D3 color RGB value is (239,198,211).

RGB: (239,198,211) (94%, 78%, 83%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 211 of 255 = 83%

239
198
211

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

Portions of RGB colors in percentages

R + G + B = 239 + 198 + 211 = 648 (100%)
R 239 of 648 ~ 36.88%
G 198 of 648 ~ 30.56%
B 211 of 648 ~ 32.56'%

%36.88
%30.56
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 11.72%
  • 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
%11.72
%6.27

Codes

Color #EFC6D3 in popluar color models

EF C6 D3
RGB 239 198 211
HSL 341° 56.16% 85.69%
HSB/HSV 341° 17.15% 93.73%
CMYK 0.00% 17.15% 11.72%
6.27%

Color #EFC6D3 in popluar number systems.

HEX EF C6 D3
Decimal 239 198 211
Binary 11101111 11000110 11010011
Octal 357 306 323

Shades and tints

Shades of #EFC6D3

#EFC6D3
(239,198,211)
#DAB4C0
(218,180,192)
#C5A2AD
(197,162,173)
#B0909A
(176,144,154)
#9B7E87
(155,126,135)
#866C74
(134,108,116)
#715A61
(113,90,97)
#5C484E
(92,72,78)
#47363B
(71,54,59)
#322428
(50,36,40)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EFC6D3

#EFC6D3
(239,198,211)
#F0CBD7
(240,203,215)
#F1D0DB
(241,208,219)
#F2D5DF
(242,213,223)
#F3DAE3
(243,218,227)
#F4DFE7
(244,223,231)
#F5E4EB
(245,228,235)
#F6E9EF
(246,233,239)
#F7EEF3
(247,238,243)
#F8F3F7
(248,243,247)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6D3; }

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

This text font color is #EFC6D3.

Background Color

.myBgColor { background-color: #EFC6D3; }

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

This div background color is #EFC6D3.

Border color

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

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

This div border color is #EFC6D3.

Opacity

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

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

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

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

This text has shadow with #EFC6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC6D3.

Preview

Color preview on black background

This text has color #EFC6D3 on black background.


Color preview on white background

This text has color #EFC6D3 on white background.


Black color preview on #EFC6D3 background

This text has black color on #EFC6D3 background.


White color preview on #EFC6D3 background

This text has white color on #EFC6D3 background.


Related colors

Complementary color

Complementary color for #hex is #10392C.


I love getcolorcode.com

Triadic colors

1 #D3EFC6 and #C6D3EF with #EFC6D3 are triadic colors.

2 #D3C6EF and #C6EFD3 with #EFC6D3 are triadic colors.