COLOR #EFCEE2

HEX: #EFCEE2 RGB: (239,206,226)

Color info

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

RGB color model

#EFCEE2 color RGB value is (239,206,226).

RGB: (239,206,226) (94%, 81%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 226 of 255 = 89%

239
206
226

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

Portions of RGB colors in percentages

R + G + B = 239 + 206 + 226 = 671 (100%)
R 239 of 671 ~ 35.62%
G 206 of 671 ~ 30.7%
B 226 of 671 ~ 33.68'%

%35.62
%30.7
%33.68

CMYK color model

#EFCEE2 color CMYK value is (0,14,5,6).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 5.44%
  • key color value is 6.27%

CMYK: (0,14,5,6)
C0M14Y5K6 (0%, 14%, 5%, 6%)
(0.00 / 0.14 / 0.05 / 0.06)

CMYK percentages

%0
%13.81
%5.44
%6.27

Codes

Color #EFCEE2 in popluar color models

EF CE E2
RGB 239 206 226
HSL 324° 50.77% 87.25%
HSB/HSV 324° 13.81% 93.73%
CMYK 0.00% 13.81% 5.44%
6.27%

Color #EFCEE2 in popluar number systems.

HEX EF CE E2
Decimal 239 206 226
Binary 11101111 11001110 11100010
Octal 357 316 342

Shades and tints

Shades of #EFCEE2

#EFCEE2
(239,206,226)
#DABCCE
(218,188,206)
#C5AABA
(197,170,186)
#B098A6
(176,152,166)
#9B8692
(155,134,146)
#86747E
(134,116,126)
#71626A
(113,98,106)
#5C5056
(92,80,86)
#473E42
(71,62,66)
#322C2E
(50,44,46)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #EFCEE2

#EFCEE2
(239,206,226)
#F0D2E4
(240,210,228)
#F1D6E6
(241,214,230)
#F2DAE8
(242,218,232)
#F3DEEA
(243,222,234)
#F4E2EC
(244,226,236)
#F5E6EE
(245,230,238)
#F6EAF0
(246,234,240)
#F7EEF2
(247,238,242)
#F8F2F4
(248,242,244)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCEE2 color. Also use rgb(239,206,226) instead hex code.

Text Font Color

.myTextColor { color: #EFCEE2; }

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

This text font color is #EFCEE2.

Background Color

.myBgColor { background-color: #EFCEE2; }

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

This div background color is #EFCEE2.

Border color

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

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

This div border color is #EFCEE2.

Opacity

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

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

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

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

This text has shadow with #EFCEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCEE2.

Preview

Color preview on black background

This text has color #EFCEE2 on black background.


Color preview on white background

This text has color #EFCEE2 on white background.


Black color preview on #EFCEE2 background

This text has black color on #EFCEE2 background.


White color preview on #EFCEE2 background

This text has white color on #EFCEE2 background.


Related colors

Complementary color

Complementary color for #hex is #10311D.


I love getcolorcode.com

Triadic colors

1 #E2EFCE and #CEE2EF with #EFCEE2 are triadic colors.

2 #E2CEEF and #CEEFE2 with #EFCEE2 are triadic colors.