COLOR #E5C1EB

HEX: #E5C1EB RGB: (229,193,235)

Color info

#E5C1EB contains red, green and blue colors in about the same proportion. Web safe color of #E5C1EB is #CCCCFF (or #CCF).

RGB color model

#E5C1EB color RGB value is (229,193,235).

RGB: (229,193,235) (90%, 76%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 193 of 255 = 76%
B 235 of 255 = 92%

229
193
235

R + G + B ~ 86%. #E5C1EB is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 193 + 235 = 657 (100%)
R 229 of 657 ~ 34.86%
G 193 of 657 ~ 29.38%
B 235 of 657 ~ 35.77'%

%34.86
%29.38
%35.77

CMYK color model

#E5C1EB color CMYK value is (3,18,0,8).

  • cyan value is 2.55%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,18,0,8)
C3M18Y0K8 (3%, 18%, 0%, 8%)
(0.03 / 0.18 / 0.00 / 0.08)

CMYK percentages

%2.55
%17.87
%0
%7.84

Codes

Color #E5C1EB in popluar color models

E5 C1 EB
RGB 229 193 235
HSL 291° 51.22% 83.92%
HSB/HSV 291° 17.87% 92.16%
CMYK 2.55% 17.87% 0.00%
7.84%

Color #E5C1EB in popluar number systems.

HEX E5 C1 EB
Decimal 229 193 235
Binary 11100101 11000001 11101011
Octal 345 301 353

Shades and tints

Shades of #E5C1EB

#E5C1EB
(229,193,235)
#D1B0D6
(209,176,214)
#BD9FC1
(189,159,193)
#A98EAC
(169,142,172)
#957D97
(149,125,151)
#816C82
(129,108,130)
#6D5B6D
(109,91,109)
#594A58
(89,74,88)
#453943
(69,57,67)
#31282E
(49,40,46)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5C1EB

#E5C1EB
(229,193,235)
#E7C6EC
(231,198,236)
#E9CBED
(233,203,237)
#EBD0EE
(235,208,238)
#EDD5EF
(237,213,239)
#EFDAF0
(239,218,240)
#F1DFF1
(241,223,241)
#F3E4F2
(243,228,242)
#F5E9F3
(245,233,243)
#F7EEF4
(247,238,244)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C1EB color. Also use rgb(229,193,235) instead hex code.

Text Font Color

.myTextColor { color: #E5C1EB; }

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

This text font color is #E5C1EB.

Background Color

.myBgColor { background-color: #E5C1EB; }

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

This div background color is #E5C1EB.

Border color

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

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

This div border color is #E5C1EB.

Opacity

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

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

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

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

This text has shadow with #E5C1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C1EB.

Preview

Color preview on black background

This text has color #E5C1EB on black background.


Color preview on white background

This text has color #E5C1EB on white background.


Black color preview on #E5C1EB background

This text has black color on #E5C1EB background.


White color preview on #E5C1EB background

This text has white color on #E5C1EB background.


Related colors

Complementary color

Complementary color for #hex is #1A3E14.


I love getcolorcode.com

Triadic colors

1 #EBE5C1 and #C1EBE5 with #E5C1EB are triadic colors.

2 #EBC1E5 and #C1E5EB with #E5C1EB are triadic colors.