COLOR #E3C8DB

HEX: #E3C8DB
RGB: (227,200,219)

Color info

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

RGB color model

#E3C8DB color RGB value is (227,200,219).

  • red value is 227;
  • green value is 200;
  • blue value is 219.
RGB:
(227,200,219)
(89%,78%,86%)

RGB channels and saturation

R 227 of 255 = 89%
G 200 of 255 = 78%
B 219 of 255 = 86%

227
200
219

R + G + B ~ 84%. #E3C8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 200 + 219 = 646 (100%)
R 227 of 646 ~ 35.14%
G 200 of 646 ~ 30.96%
B 219 of 646 ~ 33.9%

%35.14
%30.96
%33.9

CMYK color model

#E3C8DB color CMYK value is (0,12,4,11).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK:
(0,12,4,11)
C0M12Y4K11 
(0%,12%,4%,11%)
(0.00/0.12/0.04/0.11)	

CMYK percentages

%0
%11.89
%3.52
%10.98

Codes

Color #E3C8DB in popluar color models

E3C8DB
RGB227200219
HSL318°32.53%83.73%
HSB/HSV318°11.89%89.02%
CMYK0.00%11.89%3.52%
10.98%

Color #E3C8DB in popluar number systems.

HEXE3C8DB
Decimal227200219
Binary111000111100100011011011
Octal343310333

Shades and tints

Shades of #E3C8DB

#E3C8DB
(227,200,219)
#CFB6C8
(207,182,200)
#BBA4B5
(187,164,181)
#A792A2
(167,146,162)
#93808F
(147,128,143)
#7F6E7C
(127,110,124)
#6B5C69
(107,92,105)
#574A56
(87,74,86)
#433843
(67,56,67)
#2F2630
(47,38,48)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #E3C8DB

#E3C8DB
(227,200,219)
#E5CDDE
(229,205,222)
#E7D2E1
(231,210,225)
#E9D7E4
(233,215,228)
#EBDCE7
(235,220,231)
#EDE1EA
(237,225,234)
#EFE6ED
(239,230,237)
#F1EBF0
(241,235,240)
#F3F0F3
(243,240,243)
#F5F5F6
(245,245,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C8DB color. Also use rgb(227,200,219) instead hex code.

Text Font Color

.myTextColor { color: #E3C8DB; }

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

This text font color is #E3C8DB.


Background Color

.myBgColor { background-color: #E3C8DB; }

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

This div background color is #E3C8DB.


Border color

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

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

This div border color is #E3C8DB.


Opacity

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

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

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

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

This text has shadow with #E3C8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C8DB on black background.


Color preview on white background

This text has color #E3C8DB on white background.



Black color preview on #E3C8DB background

This text has black color on #E3C8DB background.


White color preview on #E3C8DB background

This text has white color on #E3C8DB background.