COLOR #E9CDC6

HEX: #E9CDC6
RGB: (233,205,198)

Color info

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

RGB color model

#E9CDC6 color RGB value is (233,205,198).

  • red value is 233;
  • green value is 205;
  • blue value is 198.
RGB:
(233,205,198)
(91%,80%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 198 of 255 = 78%

233
205
198

R + G + B ~ 83%. #E9CDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 205 + 198 = 636 (100%)
R 233 of 636 ~ 36.64%
G 205 of 636 ~ 32.23%
B 198 of 636 ~ 31.13%

%36.64
%32.23
%31.13

CMYK color model

#E9CDC6 color CMYK value is (0,12,15,9).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 15.02%
  • key color value is 8.63%
CMYK:
(0,12,15,9)
C0M12Y15K9 
(0%,12%,15%,9%)
(0.00/0.12/0.15/0.09)	

CMYK percentages

%0
%12.02
%15.02
%8.63

Codes

Color #E9CDC6 in popluar color models

E9CDC6
RGB233205198
HSL12°44.30%84.51%
HSB/HSV12°15.02%91.37%
CMYK0.00%12.02%15.02%
8.63%

Color #E9CDC6 in popluar number systems.

HEXE9CDC6
Decimal233205198
Binary111010011100110111000110
Octal351315306

Shades and tints

Shades of #E9CDC6

#E9CDC6
(233,205,198)
#D4BBB4
(212,187,180)
#BFA9A2
(191,169,162)
#AA9790
(170,151,144)
#95857E
(149,133,126)
#80736C
(128,115,108)
#6B615A
(107,97,90)
#564F48
(86,79,72)
#413D36
(65,61,54)
#2C2B24
(44,43,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #E9CDC6

#E9CDC6
(233,205,198)
#EBD1CB
(235,209,203)
#EDD5D0
(237,213,208)
#EFD9D5
(239,217,213)
#F1DDDA
(241,221,218)
#F3E1DF
(243,225,223)
#F5E5E4
(245,229,228)
#F7E9E9
(247,233,233)
#F9EDEE
(249,237,238)
#FBF1F3
(251,241,243)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CDC6 color. Also use rgb(233,205,198) instead hex code.

Text Font Color

.myTextColor { color: #E9CDC6; }

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

This text font color is #E9CDC6.


Background Color

.myBgColor { background-color: #E9CDC6; }

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

This div background color is #E9CDC6.


Border color

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

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

This div border color is #E9CDC6.


Opacity

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

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

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

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

This text has shadow with #E9CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CDC6 on black background.


Color preview on white background

This text has color #E9CDC6 on white background.



Black color preview on #E9CDC6 background

This text has black color on #E9CDC6 background.


White color preview on #E9CDC6 background

This text has white color on #E9CDC6 background.