COLOR #E8CBE2

HEX: #E8CBE2 RGB: (232,203,226)

Color info

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

RGB color model

#E8CBE2 color RGB value is (232,203,226).

RGB: (232,203,226) (91%, 80%, 89%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 226 of 255 = 89%

232
203
226

R + G + B ~ 87%. #E8CBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 203 + 226 = 661 (100%)
R 232 of 661 ~ 35.1%
G 203 of 661 ~ 30.71%
B 226 of 661 ~ 34.19'%

%35.1
%30.71
%34.19

CMYK color model

#E8CBE2 color CMYK value is (0,13,3,9).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 2.59%
  • key color value is 9.02%
CMYK: (0,13,3,9) C0M13Y3K9 (0%,13%,3%,9%) (0.00/0.13/0.03/0.09) 

CMYK percentages

%0
%12.5
%2.59
%9.02

Codes

Color #E8CBE2 in popluar color models

E8 CB E2
RGB 232 203 226
HSL 312° 38.67% 85.29%
HSB/HSV 312° 12.50% 90.98%
CMYK 0.00% 12.50% 2.59%
9.02%

Color #E8CBE2 in popluar number systems.

HEX E8 CB E2
Decimal 232 203 226
Binary 11101000 11001011 11100010
Octal 350 313 342

Shades and tints

Shades of #E8CBE2

#E8CBE2
(232,203,226)
#D3B9CE
(211,185,206)
#BEA7BA
(190,167,186)
#A995A6
(169,149,166)
#948392
(148,131,146)
#7F717E
(127,113,126)
#6A5F6A
(106,95,106)
#554D56
(85,77,86)
#403B42
(64,59,66)
#2B292E
(43,41,46)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #E8CBE2

#E8CBE2
(232,203,226)
#EACFE4
(234,207,228)
#ECD3E6
(236,211,230)
#EED7E8
(238,215,232)
#F0DBEA
(240,219,234)
#F2DFEC
(242,223,236)
#F4E3EE
(244,227,238)
#F6E7F0
(246,231,240)
#F8EBF2
(248,235,242)
#FAEFF4
(250,239,244)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CBE2 color. Also use rgb(232,203,226) instead hex code.

Text Font Color

.myTextColor { color: #E8CBE2; }

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

This text font color is #E8CBE2.

Background Color

.myBgColor { background-color: #E8CBE2; }

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

This div background color is #E8CBE2.

Border color

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

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

This div border color is #E8CBE2.

Opacity

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

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

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

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

This text has shadow with #E8CBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CBE2.

Preview

Color preview on black background

This text has color #E8CBE2 on black background.


Color preview on white background

This text has color #E8CBE2 on white background.


Black color preview on #E8CBE2 background

This text has black color on #E8CBE2 background.


White color preview on #E8CBE2 background

This text has white color on #E8CBE2 background.


Related colors

Complementary color

Complementary color for #hex is #17341D.


I love getcolorcode.com

Triadic colors

1 #E2E8CB and #CBE2E8 with #E8CBE2 are triadic colors.

2 #E2CBE8 and #CBE8E2 with #E8CBE2 are triadic colors.