COLOR #EFCAE7

HEX: #EFCAE7 RGB: (239,202,231)

Color info

#EFCAE7 contains red, green and blue colors in about the same proportion. Web safe color of #EFCAE7 is #FFCCFF (or #FCF).

RGB color model

#EFCAE7 color RGB value is (239,202,231).

RGB: (239,202,231) (94%, 79%, 91%)

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 231 of 255 = 91%

239
202
231

R + G + B ~ 88%. #EFCAE7 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 202 + 231 = 672 (100%)
R 239 of 672 ~ 35.57%
G 202 of 672 ~ 30.06%
B 231 of 672 ~ 34.38'%

%35.57
%30.06
%34.38

CMYK color model

#EFCAE7 color CMYK value is (0,15,3,6).

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

CMYK: (0,15,3,6)
C0M15Y3K6 (0%, 15%, 3%, 6%)
(0.00 / 0.15 / 0.03 / 0.06)

CMYK percentages

%0
%15.48
%3.35
%6.27

Codes

Color #EFCAE7 in popluar color models

EF CA E7
RGB 239 202 231
HSL 313° 53.62% 86.47%
HSB/HSV 313° 15.48% 93.73%
CMYK 0.00% 15.48% 3.35%
6.27%

Color #EFCAE7 in popluar number systems.

HEX EF CA E7
Decimal 239 202 231
Binary 11101111 11001010 11100111
Octal 357 312 347

Shades and tints

Shades of #EFCAE7

#EFCAE7
(239,202,231)
#DAB8D2
(218,184,210)
#C5A6BD
(197,166,189)
#B094A8
(176,148,168)
#9B8293
(155,130,147)
#86707E
(134,112,126)
#715E69
(113,94,105)
#5C4C54
(92,76,84)
#473A3F
(71,58,63)
#32282A
(50,40,42)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFCAE7

#EFCAE7
(239,202,231)
#F0CEE9
(240,206,233)
#F1D2EB
(241,210,235)
#F2D6ED
(242,214,237)
#F3DAEF
(243,218,239)
#F4DEF1
(244,222,241)
#F5E2F3
(245,226,243)
#F6E6F5
(246,230,245)
#F7EAF7
(247,234,247)
#F8EEF9
(248,238,249)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCAE7; }

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

This text font color is #EFCAE7.

Background Color

.myBgColor { background-color: #EFCAE7; }

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

This div background color is #EFCAE7.

Border color

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

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

This div border color is #EFCAE7.

Opacity

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

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

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

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

This text has shadow with #EFCAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCAE7.

Preview

Color preview on black background

This text has color #EFCAE7 on black background.


Color preview on white background

This text has color #EFCAE7 on white background.


Black color preview on #EFCAE7 background

This text has black color on #EFCAE7 background.


White color preview on #EFCAE7 background

This text has white color on #EFCAE7 background.


Related colors

Complementary color

Complementary color for #hex is #103518.


I love getcolorcode.com

Triadic colors

1 #E7EFCA and #CAE7EF with #EFCAE7 are triadic colors.

2 #E7CAEF and #CAEFE7 with #EFCAE7 are triadic colors.