COLOR #E3CADE

HEX: #E3CADE
RGB: (227,202,222)

Color info

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

RGB color model

#E3CADE color RGB value is (227,202,222).

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

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 222 of 255 = 87%

227
202
222

R + G + B ~ 85%. #E3CADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 202 + 222 = 651 (100%)
R 227 of 651 ~ 34.87%
G 202 of 651 ~ 31.03%
B 222 of 651 ~ 34.1%

%34.87
%31.03
%34.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(0,11,2,11)
C0M11Y2K11 
(0%,11%,2%,11%)
(0.00/0.11/0.02/0.11)	

CMYK percentages

%0
%11.01
%2.2
%10.98

Codes

Color #E3CADE in popluar color models

E3CADE
RGB227202222
HSL312°30.86%84.12%
HSB/HSV312°11.01%89.02%
CMYK0.00%11.01%2.20%
10.98%

Color #E3CADE in popluar number systems.

HEXE3CADE
Decimal227202222
Binary111000111100101011011110
Octal343312336

Shades and tints

Shades of #E3CADE

#E3CADE
(227,202,222)
#CFB8CA
(207,184,202)
#BBA6B6
(187,166,182)
#A794A2
(167,148,162)
#93828E
(147,130,142)
#7F707A
(127,112,122)
#6B5E66
(107,94,102)
#574C52
(87,76,82)
#433A3E
(67,58,62)
#2F282A
(47,40,42)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #E3CADE

#E3CADE
(227,202,222)
#E5CEE1
(229,206,225)
#E7D2E4
(231,210,228)
#E9D6E7
(233,214,231)
#EBDAEA
(235,218,234)
#EDDEED
(237,222,237)
#EFE2F0
(239,226,240)
#F1E6F3
(241,230,243)
#F3EAF6
(243,234,246)
#F5EEF9
(245,238,249)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CADE; }

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

This text font color is #E3CADE.


Background Color

.myBgColor { background-color: #E3CADE; }

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

This div background color is #E3CADE.


Border color

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

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

This div border color is #E3CADE.


Opacity

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

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

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

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

This text has shadow with #E3CADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CADE on black background.


Color preview on white background

This text has color #E3CADE on white background.



Black color preview on #E3CADE background

This text has black color on #E3CADE background.


White color preview on #E3CADE background

This text has white color on #E3CADE background.