COLOR #EFCAD9

HEX: #EFCAD9 RGB: (239,202,217)

Color info

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

RGB color model

#EFCAD9 color RGB value is (239,202,217).

RGB: (239,202,217) (94%, 79%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 217 of 255 = 85%

239
202
217

R + G + B ~ 86%. #EFCAD9 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 202 + 217 = 658 (100%)
R 239 of 658 ~ 36.32%
G 202 of 658 ~ 30.7%
B 217 of 658 ~ 32.98'%

%36.32
%30.7
%32.98

CMYK color model

#EFCAD9 color CMYK value is (0,15,9,6).

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

CMYK: (0,15,9,6)
C0M15Y9K6 (0%, 15%, 9%, 6%)
(0.00 / 0.15 / 0.09 / 0.06)

CMYK percentages

%0
%15.48
%9.21
%6.27

Codes

Color #EFCAD9 in popluar color models

EF CA D9
RGB 239 202 217
HSL 336° 53.62% 86.47%
HSB/HSV 336° 15.48% 93.73%
CMYK 0.00% 15.48% 9.21%
6.27%

Color #EFCAD9 in popluar number systems.

HEX EF CA D9
Decimal 239 202 217
Binary 11101111 11001010 11011001
Octal 357 312 331

Shades and tints

Shades of #EFCAD9

#EFCAD9
(239,202,217)
#DAB8C6
(218,184,198)
#C5A6B3
(197,166,179)
#B094A0
(176,148,160)
#9B828D
(155,130,141)
#86707A
(134,112,122)
#715E67
(113,94,103)
#5C4C54
(92,76,84)
#473A41
(71,58,65)
#32282E
(50,40,46)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #EFCAD9

#EFCAD9
(239,202,217)
#F0CEDC
(240,206,220)
#F1D2DF
(241,210,223)
#F2D6E2
(242,214,226)
#F3DAE5
(243,218,229)
#F4DEE8
(244,222,232)
#F5E2EB
(245,226,235)
#F6E6EE
(246,230,238)
#F7EAF1
(247,234,241)
#F8EEF4
(248,238,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCAD9; }

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

This text font color is #EFCAD9.

Background Color

.myBgColor { background-color: #EFCAD9; }

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

This div background color is #EFCAD9.

Border color

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

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

This div border color is #EFCAD9.

Opacity

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

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

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

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

This text has shadow with #EFCAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCAD9.

Preview

Color preview on black background

This text has color #EFCAD9 on black background.


Color preview on white background

This text has color #EFCAD9 on white background.


Black color preview on #EFCAD9 background

This text has black color on #EFCAD9 background.


White color preview on #EFCAD9 background

This text has white color on #EFCAD9 background.


Related colors

Complementary color

Complementary color for #hex is #103526.


I love getcolorcode.com

Triadic colors

1 #D9EFCA and #CAD9EF with #EFCAD9 are triadic colors.

2 #D9CAEF and #CAEFD9 with #EFCAD9 are triadic colors.