COLOR #E3CEDE

HEX: #E3CEDE
RGB: (227,206,222)

Color info

#E3CEDE contains red, green and blue colors in about the same proportion. Web safe color of #E3CEDE is #CCCCCC (or #CCC).

RGB color model

#E3CEDE color RGB value is (227,206,222).

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

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 222 of 255 = 87%

227
206
222

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

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 222 = 655 (100%)
R 227 of 655 ~ 34.66%
G 206 of 655 ~ 31.45%
B 222 of 655 ~ 33.89%

%34.66
%31.45
%33.89

CMYK color model

#E3CEDE color CMYK value is (0,9,2,11).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(0,9,2,11)
C0M9Y2K11 
(0%,9%,2%,11%)
(0.00/0.09/0.02/0.11)	

CMYK percentages

%0
%9.25
%2.2
%10.98

Codes

Color #E3CEDE in popluar color models

E3CEDE
RGB227206222
HSL314°27.27%84.90%
HSB/HSV314°9.25%89.02%
CMYK0.00%9.25%2.20%
10.98%

Color #E3CEDE in popluar number systems.

HEXE3CEDE
Decimal227206222
Binary111000111100111011011110
Octal343316336

Shades and tints

Shades of #E3CEDE

#E3CEDE
(227,206,222)
#CFBCCA
(207,188,202)
#BBAAB6
(187,170,182)
#A798A2
(167,152,162)
#93868E
(147,134,142)
#7F747A
(127,116,122)
#6B6266
(107,98,102)
#575052
(87,80,82)
#433E3E
(67,62,62)
#2F2C2A
(47,44,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #E3CEDE

#E3CEDE
(227,206,222)
#E5D2E1
(229,210,225)
#E7D6E4
(231,214,228)
#E9DAE7
(233,218,231)
#EBDEEA
(235,222,234)
#EDE2ED
(237,226,237)
#EFE6F0
(239,230,240)
#F1EAF3
(241,234,243)
#F3EEF6
(243,238,246)
#F5F2F9
(245,242,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CEDE; }

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

This text font color is #E3CEDE.


Background Color

.myBgColor { background-color: #E3CEDE; }

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

This div background color is #E3CEDE.


Border color

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

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

This div border color is #E3CEDE.


Opacity

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

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

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

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

This text has shadow with #E3CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CEDE on black background.


Color preview on white background

This text has color #E3CEDE on white background.



Black color preview on #E3CEDE background

This text has black color on #E3CEDE background.


White color preview on #E3CEDE background

This text has white color on #E3CEDE background.