COLOR #EFCCE2

HEX: #EFCCE2
RGB: (239,204,226)

Color info

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

RGB color model

#EFCCE2 color RGB value is (239,204,226).

  • red value is 239;
  • green value is 204;
  • blue value is 226.
RGB:
(239,204,226)
(94%,80%,89%)

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 226 of 255 = 89%

239
204
226

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

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 226 = 669 (100%)
R 239 of 669 ~ 35.72%
G 204 of 669 ~ 30.49%
B 226 of 669 ~ 33.78%

%35.72
%30.49
%33.78

CMYK color model

#EFCCE2 color CMYK value is (0,15,5,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(0,15,5,6)
C0M15Y5K6 
(0%,15%,5%,6%)
(0.00/0.15/0.05/0.06)	

CMYK percentages

%0
%14.64
%5.44
%6.27

Codes

Color #EFCCE2 in popluar color models

EFCCE2
RGB239204226
HSL322°52.24%86.86%
HSB/HSV322°14.64%93.73%
CMYK0.00%14.64%5.44%
6.27%

Color #EFCCE2 in popluar number systems.

HEXEFCCE2
Decimal239204226
Binary111011111100110011100010
Octal357314342

Shades and tints

Shades of #EFCCE2

#EFCCE2
(239,204,226)
#DABACE
(218,186,206)
#C5A8BA
(197,168,186)
#B096A6
(176,150,166)
#9B8492
(155,132,146)
#86727E
(134,114,126)
#71606A
(113,96,106)
#5C4E56
(92,78,86)
#473C42
(71,60,66)
#322A2E
(50,42,46)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #EFCCE2

#EFCCE2
(239,204,226)
#F0D0E4
(240,208,228)
#F1D4E6
(241,212,230)
#F2D8E8
(242,216,232)
#F3DCEA
(243,220,234)
#F4E0EC
(244,224,236)
#F5E4EE
(245,228,238)
#F6E8F0
(246,232,240)
#F7ECF2
(247,236,242)
#F8F0F4
(248,240,244)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCCE2; }

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

This text font color is #EFCCE2.


Background Color

.myBgColor { background-color: #EFCCE2; }

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

This div background color is #EFCCE2.


Border color

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

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

This div border color is #EFCCE2.


Opacity

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

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

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

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

This text has shadow with #EFCCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCCE2 on black background.


Color preview on white background

This text has color #EFCCE2 on white background.



Black color preview on #EFCCE2 background

This text has black color on #EFCCE2 background.


White color preview on #EFCCE2 background

This text has white color on #EFCCE2 background.