COLOR #EFC5CA

HEX: #EFC5CA RGB: (239,197,202)

Color info

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

RGB color model

#EFC5CA color RGB value is (239,197,202).

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

RGB channels and saturation

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

239
197
202

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

Portions of RGB colors in percentages

R + G + B = 239 + 197 + 202 = 638 (100%)
R 239 of 638 ~ 37.46%
G 197 of 638 ~ 30.88%
B 202 of 638 ~ 31.66'%

%37.46
%30.88
%31.66

CMYK color model

#EFC5CA color CMYK value is (0,18,15,6).

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

CMYK: (0,18,15,6)
C0M18Y15K6 (0%, 18%, 15%, 6%)
(0.00 / 0.18 / 0.15 / 0.06)

CMYK percentages

%0
%17.57
%15.48
%6.27

Codes

Color #EFC5CA in popluar color models

EF C5 CA
RGB 239 197 202
HSL 353° 56.76% 85.49%
HSB/HSV 353° 17.57% 93.73%
CMYK 0.00% 17.57% 15.48%
6.27%

Color #EFC5CA in popluar number systems.

HEX EF C5 CA
Decimal 239 197 202
Binary 11101111 11000101 11001010
Octal 357 305 312

Shades and tints

Shades of #EFC5CA

#EFC5CA
(239,197,202)
#DAB4B8
(218,180,184)
#C5A3A6
(197,163,166)
#B09294
(176,146,148)
#9B8182
(155,129,130)
#867070
(134,112,112)
#715F5E
(113,95,94)
#5C4E4C
(92,78,76)
#473D3A
(71,61,58)
#322C28
(50,44,40)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFC5CA

#EFC5CA
(239,197,202)
#F0CACE
(240,202,206)
#F1CFD2
(241,207,210)
#F2D4D6
(242,212,214)
#F3D9DA
(243,217,218)
#F4DEDE
(244,222,222)
#F5E3E2
(245,227,226)
#F6E8E6
(246,232,230)
#F7EDEA
(247,237,234)
#F8F2EE
(248,242,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5CA; }

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

This text font color is #EFC5CA.

Background Color

.myBgColor { background-color: #EFC5CA; }

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

This div background color is #EFC5CA.

Border color

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

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

This div border color is #EFC5CA.

Opacity

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

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

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

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

This text has shadow with #EFC5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC5CA.

Preview

Color preview on black background

This text has color #EFC5CA on black background.


Color preview on white background

This text has color #EFC5CA on white background.


Black color preview on #EFC5CA background

This text has black color on #EFC5CA background.


White color preview on #EFC5CA background

This text has white color on #EFC5CA background.


Related colors

Complementary color

Complementary color for #hex is #103A35.


I love getcolorcode.com

Triadic colors

1 #CAEFC5 and #C5CAEF with #EFC5CA are triadic colors.

2 #CAC5EF and #C5EFCA with #EFC5CA are triadic colors.