COLOR #EFCEEA

HEX: #EFCEEA
RGB: (239,206,234)

Color info

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

RGB color model

#EFCEEA color RGB value is (239,206,234).

  • red value is 239;
  • green value is 206;
  • blue value is 234.
RGB:
(239,206,234)
(94%,81%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 234 of 255 = 92%

239
206
234

R + G + B ~ 89%. #EFCEEA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 234 = 679 (100%)
R 239 of 679 ~ 35.2%
G 206 of 679 ~ 30.34%
B 234 of 679 ~ 34.46%

%35.2
%30.34
%34.46

CMYK color model

#EFCEEA color CMYK value is (0,14,2,6).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,14,2,6)
C0M14Y2K6 
(0%,14%,2%,6%)
(0.00/0.14/0.02/0.06)	

CMYK percentages

%0
%13.81
%2.09
%6.27

Codes

Color #EFCEEA in popluar color models

EFCEEA
RGB239206234
HSL309°50.77%87.25%
HSB/HSV309°13.81%93.73%
CMYK0.00%13.81%2.09%
6.27%

Color #EFCEEA in popluar number systems.

HEXEFCEEA
Decimal239206234
Binary111011111100111011101010
Octal357316352

Shades and tints

Shades of #EFCEEA

#EFCEEA
(239,206,234)
#DABCD5
(218,188,213)
#C5AAC0
(197,170,192)
#B098AB
(176,152,171)
#9B8696
(155,134,150)
#867481
(134,116,129)
#71626C
(113,98,108)
#5C5057
(92,80,87)
#473E42
(71,62,66)
#322C2D
(50,44,45)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #EFCEEA

#EFCEEA
(239,206,234)
#F0D2EB
(240,210,235)
#F1D6EC
(241,214,236)
#F2DAED
(242,218,237)
#F3DEEE
(243,222,238)
#F4E2EF
(244,226,239)
#F5E6F0
(245,230,240)
#F6EAF1
(246,234,241)
#F7EEF2
(247,238,242)
#F8F2F3
(248,242,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCEEA; }

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

This text font color is #EFCEEA.


Background Color

.myBgColor { background-color: #EFCEEA; }

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

This div background color is #EFCEEA.


Border color

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

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

This div border color is #EFCEEA.


Opacity

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

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

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

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

This text has shadow with #EFCEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEEA on black background.


Color preview on white background

This text has color #EFCEEA on white background.



Black color preview on #EFCEEA background

This text has black color on #EFCEEA background.


White color preview on #EFCEEA background

This text has white color on #EFCEEA background.