COLOR #E8C6CB

HEX: #E8C6CB RGB: (232,198,203)

Color info

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

RGB color model

#E8C6CB color RGB value is (232,198,203).

RGB: (232,198,203) (91%, 78%, 80%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 203 of 255 = 80%

232
198
203

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

Portions of RGB colors in percentages

R + G + B = 232 + 198 + 203 = 633 (100%)
R 232 of 633 ~ 36.65%
G 198 of 633 ~ 31.28%
B 203 of 633 ~ 32.07'%

%36.65
%31.28
%32.07

CMYK color model

#E8C6CB color CMYK value is (0,15,13,9).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 12.50%
  • key color value is 9.02%

CMYK: (0,15,13,9)
C0M15Y13K9 (0%, 15%, 13%, 9%)
(0.00 / 0.15 / 0.13 / 0.09)

CMYK percentages

%0
%14.66
%12.5
%9.02

Codes

Color #E8C6CB in popluar color models

E8 C6 CB
RGB 232 198 203
HSL 351° 42.50% 84.31%
HSB/HSV 351° 14.66% 90.98%
CMYK 0.00% 14.66% 12.50%
9.02%

Color #E8C6CB in popluar number systems.

HEX E8 C6 CB
Decimal 232 198 203
Binary 11101000 11000110 11001011
Octal 350 306 313

Shades and tints

Shades of #E8C6CB

#E8C6CB
(232,198,203)
#D3B4B9
(211,180,185)
#BEA2A7
(190,162,167)
#A99095
(169,144,149)
#947E83
(148,126,131)
#7F6C71
(127,108,113)
#6A5A5F
(106,90,95)
#55484D
(85,72,77)
#40363B
(64,54,59)
#2B2429
(43,36,41)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #E8C6CB

#E8C6CB
(232,198,203)
#EACBCF
(234,203,207)
#ECD0D3
(236,208,211)
#EED5D7
(238,213,215)
#F0DADB
(240,218,219)
#F2DFDF
(242,223,223)
#F4E4E3
(244,228,227)
#F6E9E7
(246,233,231)
#F8EEEB
(248,238,235)
#FAF3EF
(250,243,239)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C6CB; }

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

This text font color is #E8C6CB.

Background Color

.myBgColor { background-color: #E8C6CB; }

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

This div background color is #E8C6CB.

Border color

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

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

This div border color is #E8C6CB.

Opacity

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

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

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

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

This text has shadow with #E8C6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C6CB.

Preview

Color preview on black background

This text has color #E8C6CB on black background.


Color preview on white background

This text has color #E8C6CB on white background.


Black color preview on #E8C6CB background

This text has black color on #E8C6CB background.


White color preview on #E8C6CB background

This text has white color on #E8C6CB background.


Related colors

Complementary color

Complementary color for #hex is #173934.


I love getcolorcode.com

Triadic colors

1 #CBE8C6 and #C6CBE8 with #E8C6CB are triadic colors.

2 #CBC6E8 and #C6E8CB with #E8C6CB are triadic colors.