COLOR #EFCEDE

HEX: #EFCEDE
RGB: (239,206,222)

Color info

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

RGB color model

#EFCEDE color RGB value is (239,206,222).

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

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 222 of 255 = 87%

239
206
222

R + G + B ~ 87%. #EFCEDE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 222 = 667 (100%)
R 239 of 667 ~ 35.83%
G 206 of 667 ~ 30.88%
B 222 of 667 ~ 33.28%

%35.83
%30.88
%33.28

CMYK color model

#EFCEDE color CMYK value is (0,14,7,6).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(0,14,7,6)
C0M14Y7K6 
(0%,14%,7%,6%)
(0.00/0.14/0.07/0.06)	

CMYK percentages

%0
%13.81
%7.11
%6.27

Codes

Color #EFCEDE in popluar color models

EFCEDE
RGB239206222
HSL331°50.77%87.25%
HSB/HSV331°13.81%93.73%
CMYK0.00%13.81%7.11%
6.27%

Color #EFCEDE in popluar number systems.

HEXEFCEDE
Decimal239206222
Binary111011111100111011011110
Octal357316336

Shades and tints

Shades of #EFCEDE

#EFCEDE
(239,206,222)
#DABCCA
(218,188,202)
#C5AAB6
(197,170,182)
#B098A2
(176,152,162)
#9B868E
(155,134,142)
#86747A
(134,116,122)
#716266
(113,98,102)
#5C5052
(92,80,82)
#473E3E
(71,62,62)
#322C2A
(50,44,42)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #EFCEDE

#EFCEDE
(239,206,222)
#F0D2E1
(240,210,225)
#F1D6E4
(241,214,228)
#F2DAE7
(242,218,231)
#F3DEEA
(243,222,234)
#F4E2ED
(244,226,237)
#F5E6F0
(245,230,240)
#F6EAF3
(246,234,243)
#F7EEF6
(247,238,246)
#F8F2F9
(248,242,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCEDE; }

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

This text font color is #EFCEDE.


Background Color

.myBgColor { background-color: #EFCEDE; }

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

This div background color is #EFCEDE.


Border color

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

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

This div border color is #EFCEDE.


Opacity

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

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

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

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

This text has shadow with #EFCEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEDE on black background.


Color preview on white background

This text has color #EFCEDE on white background.



Black color preview on #EFCEDE background

This text has black color on #EFCEDE background.


White color preview on #EFCEDE background

This text has white color on #EFCEDE background.