COLOR #E6B3C3

HEX: #E6B3C3 RGB: (230,179,195)

Color info

#E6B3C3 contains red, green and blue colors in about the same proportion. Web safe color of #E6B3C3 is #CC99CC (or #C9C).

RGB color model

#E6B3C3 color RGB value is (230,179,195).

RGB: (230,179,195) (90%, 70%, 76%)

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 195 of 255 = 76%

230
179
195

R + G + B ~ 79%. #E6B3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 179 + 195 = 604 (100%)
R 230 of 604 ~ 38.08%
G 179 of 604 ~ 29.64%
B 195 of 604 ~ 32.28'%

%38.08
%29.64
%32.28

CMYK color model

#E6B3C3 color CMYK value is (0,22,15,10).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 15.22%
  • key color value is 9.80%

CMYK: (0,22,15,10)
C0M22Y15K10 (0%, 22%, 15%, 10%)
(0.00 / 0.22 / 0.15 / 0.10)

CMYK percentages

%0
%22.17
%15.22
%9.8

Codes

Color #E6B3C3 in popluar color models

E6 B3 C3
RGB 230 179 195
HSL 341° 50.50% 80.20%
HSB/HSV 341° 22.17% 90.20%
CMYK 0.00% 22.17% 15.22%
9.80%

Color #E6B3C3 in popluar number systems.

HEX E6 B3 C3
Decimal 230 179 195
Binary 11100110 10110011 11000011
Octal 346 263 303

Shades and tints

Shades of #E6B3C3

#E6B3C3
(230,179,195)
#D2A3B2
(210,163,178)
#BE93A1
(190,147,161)
#AA8390
(170,131,144)
#96737F
(150,115,127)
#82636E
(130,99,110)
#6E535D
(110,83,93)
#5A434C
(90,67,76)
#46333B
(70,51,59)
#32232A
(50,35,42)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E6B3C3

#E6B3C3
(230,179,195)
#E8B9C8
(232,185,200)
#EABFCD
(234,191,205)
#ECC5D2
(236,197,210)
#EECBD7
(238,203,215)
#F0D1DC
(240,209,220)
#F2D7E1
(242,215,225)
#F4DDE6
(244,221,230)
#F6E3EB
(246,227,235)
#F8E9F0
(248,233,240)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B3C3 color. Also use rgb(230,179,195) instead hex code.

Text Font Color

.myTextColor { color: #E6B3C3; }

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

This text font color is #E6B3C3.

Background Color

.myBgColor { background-color: #E6B3C3; }

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

This div background color is #E6B3C3.

Border color

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

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

This div border color is #E6B3C3.

Opacity

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

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

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

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

This text has shadow with #E6B3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B3C3.

Preview

Color preview on black background

This text has color #E6B3C3 on black background.


Color preview on white background

This text has color #E6B3C3 on white background.


Black color preview on #E6B3C3 background

This text has black color on #E6B3C3 background.


White color preview on #E6B3C3 background

This text has white color on #E6B3C3 background.


Related colors

Complementary color

Complementary color for #hex is #194C3C.


I love getcolorcode.com

Triadic colors

1 #C3E6B3 and #B3C3E6 with #E6B3C3 are triadic colors.

2 #C3B3E6 and #B3E6C3 with #E6B3C3 are triadic colors.