COLOR #EFC2CA

HEX: #EFC2CA RGB: (239,194,202)

Color info

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

RGB color model

#EFC2CA color RGB value is (239,194,202).

RGB: (239,194,202) (94%, 76%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 194 of 255 = 76%
B 202 of 255 = 79%

239
194
202

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

Portions of RGB colors in percentages

R + G + B = 239 + 194 + 202 = 635 (100%)
R 239 of 635 ~ 37.64%
G 194 of 635 ~ 30.55%
B 202 of 635 ~ 31.81'%

%37.64
%30.55
%31.81

CMYK color model

#EFC2CA color CMYK value is (0,19,15,6).

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

CMYK: (0,19,15,6)
C0M19Y15K6 (0%, 19%, 15%, 6%)
(0.00 / 0.19 / 0.15 / 0.06)

CMYK percentages

%0
%18.83
%15.48
%6.27

Codes

Color #EFC2CA in popluar color models

EF C2 CA
RGB 239 194 202
HSL 349° 58.44% 84.90%
HSB/HSV 349° 18.83% 93.73%
CMYK 0.00% 18.83% 15.48%
6.27%

Color #EFC2CA in popluar number systems.

HEX EF C2 CA
Decimal 239 194 202
Binary 11101111 11000010 11001010
Octal 357 302 312

Shades and tints

Shades of #EFC2CA

#EFC2CA
(239,194,202)
#DAB1B8
(218,177,184)
#C5A0A6
(197,160,166)
#B08F94
(176,143,148)
#9B7E82
(155,126,130)
#866D70
(134,109,112)
#715C5E
(113,92,94)
#5C4B4C
(92,75,76)
#473A3A
(71,58,58)
#322928
(50,41,40)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFC2CA

#EFC2CA
(239,194,202)
#F0C7CE
(240,199,206)
#F1CCD2
(241,204,210)
#F2D1D6
(242,209,214)
#F3D6DA
(243,214,218)
#F4DBDE
(244,219,222)
#F5E0E2
(245,224,226)
#F6E5E6
(246,229,230)
#F7EAEA
(247,234,234)
#F8EFEE
(248,239,238)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC2CA; }

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

This text font color is #EFC2CA.

Background Color

.myBgColor { background-color: #EFC2CA; }

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

This div background color is #EFC2CA.

Border color

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

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

This div border color is #EFC2CA.

Opacity

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

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

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

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

This text has shadow with #EFC2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC2CA.

Preview

Color preview on black background

This text has color #EFC2CA on black background.


Color preview on white background

This text has color #EFC2CA on white background.


Black color preview on #EFC2CA background

This text has black color on #EFC2CA background.


White color preview on #EFC2CA background

This text has white color on #EFC2CA background.


Related colors

Complementary color

Complementary color for #hex is #103D35.


I love getcolorcode.com

Triadic colors

1 #CAEFC2 and #C2CAEF with #EFC2CA are triadic colors.

2 #CAC2EF and #C2EFCA with #EFC2CA are triadic colors.