COLOR #E3CADD

HEX: #E3CADD RGB: (227,202,221)

Color info

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

RGB color model

#E3CADD color RGB value is (227,202,221).

RGB: (227,202,221) (89%, 79%, 87%)

RGB channels and saturation

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

227
202
221

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

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 221 = 650 (100%)
R 227 of 650 ~ 34.92%
G 202 of 650 ~ 31.08%
B 221 of 650 ~ 34'%

%34.92
%31.08
%34

CMYK color model

#E3CADD color CMYK value is (0,11,3,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (0,11,3,11)
C0M11Y3K11 (0%, 11%, 3%, 11%)
(0.00 / 0.11 / 0.03 / 0.11)

CMYK percentages

%0
%11.01
%2.64
%10.98

Codes

Color #E3CADD in popluar color models

E3 CA DD
RGB 227 202 221
HSL 314° 30.86% 84.12%
HSB/HSV 314° 11.01% 89.02%
CMYK 0.00% 11.01% 2.64%
10.98%

Color #E3CADD in popluar number systems.

HEX E3 CA DD
Decimal 227 202 221
Binary 11100011 11001010 11011101
Octal 343 312 335

Shades and tints

Shades of #E3CADD

#E3CADD
(227,202,221)
#CFB8C9
(207,184,201)
#BBA6B5
(187,166,181)
#A794A1
(167,148,161)
#93828D
(147,130,141)
#7F7079
(127,112,121)
#6B5E65
(107,94,101)
#574C51
(87,76,81)
#433A3D
(67,58,61)
#2F2829
(47,40,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #E3CADD

#E3CADD
(227,202,221)
#E5CEE0
(229,206,224)
#E7D2E3
(231,210,227)
#E9D6E6
(233,214,230)
#EBDAE9
(235,218,233)
#EDDEEC
(237,222,236)
#EFE2EF
(239,226,239)
#F1E6F2
(241,230,242)
#F3EAF5
(243,234,245)
#F5EEF8
(245,238,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CADD; }

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

This text font color is #E3CADD.

Background Color

.myBgColor { background-color: #E3CADD; }

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

This div background color is #E3CADD.

Border color

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

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

This div border color is #E3CADD.

Opacity

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

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

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

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

This text has shadow with #E3CADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CADD.

Preview

Color preview on black background

This text has color #E3CADD on black background.


Color preview on white background

This text has color #E3CADD on white background.


Black color preview on #E3CADD background

This text has black color on #E3CADD background.


White color preview on #E3CADD background

This text has white color on #E3CADD background.


Related colors

Complementary color

Complementary color for #hex is #1C3522.


I love getcolorcode.com

Triadic colors

1 #DDE3CA and #CADDE3 with #E3CADD are triadic colors.

2 #DDCAE3 and #CAE3DD with #E3CADD are triadic colors.