COLOR #E6C5CB

HEX: #E6C5CB RGB: (230,197,203)

Color info

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

RGB color model

#E6C5CB color RGB value is (230,197,203).

RGB: (230,197,203) (90%, 77%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 203 of 255 = 80%

230
197
203

R + G + B ~ 82%. #E6C5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 197 + 203 = 630 (100%)
R 230 of 630 ~ 36.51%
G 197 of 630 ~ 31.27%
B 203 of 630 ~ 32.22'%

%36.51
%31.27
%32.22

CMYK color model

#E6C5CB color CMYK value is (0,14,12,10).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 11.74%
  • key color value is 9.80%

CMYK: (0,14,12,10)
C0M14Y12K10 (0%, 14%, 12%, 10%)
(0.00 / 0.14 / 0.12 / 0.10)

CMYK percentages

%0
%14.35
%11.74
%9.8

Codes

Color #E6C5CB in popluar color models

E6 C5 CB
RGB 230 197 203
HSL 349° 39.76% 83.73%
HSB/HSV 349° 14.35% 90.20%
CMYK 0.00% 14.35% 11.74%
9.80%

Color #E6C5CB in popluar number systems.

HEX E6 C5 CB
Decimal 230 197 203
Binary 11100110 11000101 11001011
Octal 346 305 313

Shades and tints

Shades of #E6C5CB

#E6C5CB
(230,197,203)
#D2B4B9
(210,180,185)
#BEA3A7
(190,163,167)
#AA9295
(170,146,149)
#968183
(150,129,131)
#827071
(130,112,113)
#6E5F5F
(110,95,95)
#5A4E4D
(90,78,77)
#463D3B
(70,61,59)
#322C29
(50,44,41)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6C5CB

#E6C5CB
(230,197,203)
#E8CACF
(232,202,207)
#EACFD3
(234,207,211)
#ECD4D7
(236,212,215)
#EED9DB
(238,217,219)
#F0DEDF
(240,222,223)
#F2E3E3
(242,227,227)
#F4E8E7
(244,232,231)
#F6EDEB
(246,237,235)
#F8F2EF
(248,242,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C5CB color. Also use rgb(230,197,203) instead hex code.

Text Font Color

.myTextColor { color: #E6C5CB; }

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

This text font color is #E6C5CB.

Background Color

.myBgColor { background-color: #E6C5CB; }

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

This div background color is #E6C5CB.

Border color

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

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

This div border color is #E6C5CB.

Opacity

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

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

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

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

This text has shadow with #E6C5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C5CB.

Preview

Color preview on black background

This text has color #E6C5CB on black background.


Color preview on white background

This text has color #E6C5CB on white background.


Black color preview on #E6C5CB background

This text has black color on #E6C5CB background.


White color preview on #E6C5CB background

This text has white color on #E6C5CB background.


Related colors

Complementary color

Complementary color for #hex is #193A34.


I love getcolorcode.com

Triadic colors

1 #CBE6C5 and #C5CBE6 with #E6C5CB are triadic colors.

2 #CBC5E6 and #C5E6CB with #E6C5CB are triadic colors.