COLOR #E8CCD3

HEX: #E8CCD3
RGB: (232,204,211)

Color info

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

RGB color model

#E8CCD3 color RGB value is (232,204,211).

  • red value is 232;
  • green value is 204;
  • blue value is 211.
RGB:
(232,204,211)
(91%,80%,83%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 211 of 255 = 83%

232
204
211

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

Portions of RGB colors in percentages

R + G + B =
232 + 204 + 211 = 647 (100%)
R 232 of 647 ~ 35.86%
G 204 of 647 ~ 31.53%
B 211 of 647 ~ 32.61%

%35.86
%31.53
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 9.05%
  • key color value is 9.02%
CMYK:
(0,12,9,9)
C0M12Y9K9 
(0%,12%,9%,9%)
(0.00/0.12/0.09/0.09)	

CMYK percentages

%0
%12.07
%9.05
%9.02

Codes

Color #E8CCD3 in popluar color models

E8CCD3
RGB232204211
HSL345°37.84%85.49%
HSB/HSV345°12.07%90.98%
CMYK0.00%12.07%9.05%
9.02%

Color #E8CCD3 in popluar number systems.

HEXE8CCD3
Decimal232204211
Binary111010001100110011010011
Octal350314323

Shades and tints

Shades of #E8CCD3

#E8CCD3
(232,204,211)
#D3BAC0
(211,186,192)
#BEA8AD
(190,168,173)
#A9969A
(169,150,154)
#948487
(148,132,135)
#7F7274
(127,114,116)
#6A6061
(106,96,97)
#554E4E
(85,78,78)
#403C3B
(64,60,59)
#2B2A28
(43,42,40)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #E8CCD3

#E8CCD3
(232,204,211)
#EAD0D7
(234,208,215)
#ECD4DB
(236,212,219)
#EED8DF
(238,216,223)
#F0DCE3
(240,220,227)
#F2E0E7
(242,224,231)
#F4E4EB
(244,228,235)
#F6E8EF
(246,232,239)
#F8ECF3
(248,236,243)
#FAF0F7
(250,240,247)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CCD3 color. Also use rgb(232,204,211) instead hex code.

Text Font Color

.myTextColor { color: #E8CCD3; }

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

This text font color is #E8CCD3.


Background Color

.myBgColor { background-color: #E8CCD3; }

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

This div background color is #E8CCD3.


Border color

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

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

This div border color is #E8CCD3.


Opacity

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

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

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

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

This text has shadow with #E8CCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CCD3 on black background.


Color preview on white background

This text has color #E8CCD3 on white background.



Black color preview on #E8CCD3 background

This text has black color on #E8CCD3 background.


White color preview on #E8CCD3 background

This text has white color on #E8CCD3 background.