COLOR #EFC9C5

HEX: #EFC9C5 RGB: (239,201,197)

Color info

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

RGB color model

#EFC9C5 color RGB value is (239,201,197).

RGB: (239,201,197) (94%, 79%, 77%)

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 197 of 255 = 77%

239
201
197

R + G + B ~ 83%. #EFC9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 201 + 197 = 637 (100%)
R 239 of 637 ~ 37.52%
G 201 of 637 ~ 31.55%
B 197 of 637 ~ 30.93'%

%37.52
%31.55
%30.93

CMYK color model

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

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

CMYK: (0,16,18,6)
C0M16Y18K6 (0%, 16%, 18%, 6%)
(0.00 / 0.16 / 0.18 / 0.06)

CMYK percentages

%0
%15.9
%17.57
%6.27

Codes

Color #EFC9C5 in popluar color models

EF C9 C5
RGB 239 201 197
HSL 56.76% 85.49%
HSB/HSV 17.57% 93.73%
CMYK 0.00% 15.90% 17.57%
6.27%

Color #EFC9C5 in popluar number systems.

HEX EF C9 C5
Decimal 239 201 197
Binary 11101111 11001001 11000101
Octal 357 311 305

Shades and tints

Shades of #EFC9C5

#EFC9C5
(239,201,197)
#DAB7B4
(218,183,180)
#C5A5A3
(197,165,163)
#B09392
(176,147,146)
#9B8181
(155,129,129)
#866F70
(134,111,112)
#715D5F
(113,93,95)
#5C4B4E
(92,75,78)
#47393D
(71,57,61)
#32272C
(50,39,44)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #EFC9C5

#EFC9C5
(239,201,197)
#F0CDCA
(240,205,202)
#F1D1CF
(241,209,207)
#F2D5D4
(242,213,212)
#F3D9D9
(243,217,217)
#F4DDDE
(244,221,222)
#F5E1E3
(245,225,227)
#F6E5E8
(246,229,232)
#F7E9ED
(247,233,237)
#F8EDF2
(248,237,242)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC9C5; }

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

This text font color is #EFC9C5.

Background Color

.myBgColor { background-color: #EFC9C5; }

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

This div background color is #EFC9C5.

Border color

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

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

This div border color is #EFC9C5.

Opacity

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

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

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

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

This text has shadow with #EFC9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC9C5.

Preview

Color preview on black background

This text has color #EFC9C5 on black background.


Color preview on white background

This text has color #EFC9C5 on white background.


Black color preview on #EFC9C5 background

This text has black color on #EFC9C5 background.


White color preview on #EFC9C5 background

This text has white color on #EFC9C5 background.


Related colors

Complementary color

Complementary color for #hex is #10363A.


I love getcolorcode.com

Triadic colors

1 #C5EFC9 and #C9C5EF with #EFC9C5 are triadic colors.

2 #C5C9EF and #C9EFC5 with #EFC9C5 are triadic colors.