COLOR #E6B3CC

HEX: #E6B3CC RGB: (230,179,204)

Color info

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

RGB color model

#E6B3CC color RGB value is (230,179,204).

RGB: (230,179,204) (90%, 70%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 204 of 255 = 80%

230
179
204

R + G + B ~ 80%. #E6B3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 179 + 204 = 613 (100%)
R 230 of 613 ~ 37.52%
G 179 of 613 ~ 29.2%
B 204 of 613 ~ 33.28'%

%37.52
%29.2
%33.28

CMYK color model

#E6B3CC color CMYK value is (0,22,11,10).

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

CMYK: (0,22,11,10)
C0M22Y11K10 (0%, 22%, 11%, 10%)
(0.00 / 0.22 / 0.11 / 0.10)

CMYK percentages

%0
%22.17
%11.3
%9.8

Codes

Color #E6B3CC in popluar color models

E6 B3 CC
RGB 230 179 204
HSL 331° 50.50% 80.20%
HSB/HSV 331° 22.17% 90.20%
CMYK 0.00% 22.17% 11.30%
9.80%

Color #E6B3CC in popluar number systems.

HEX E6 B3 CC
Decimal 230 179 204
Binary 11100110 10110011 11001100
Octal 346 263 314

Shades and tints

Shades of #E6B3CC

#E6B3CC
(230,179,204)
#D2A3BA
(210,163,186)
#BE93A8
(190,147,168)
#AA8396
(170,131,150)
#967384
(150,115,132)
#826372
(130,99,114)
#6E5360
(110,83,96)
#5A434E
(90,67,78)
#46333C
(70,51,60)
#32232A
(50,35,42)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6B3CC

#E6B3CC
(230,179,204)
#E8B9D0
(232,185,208)
#EABFD4
(234,191,212)
#ECC5D8
(236,197,216)
#EECBDC
(238,203,220)
#F0D1E0
(240,209,224)
#F2D7E4
(242,215,228)
#F4DDE8
(244,221,232)
#F6E3EC
(246,227,236)
#F8E9F0
(248,233,240)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B3CC; }

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

This text font color is #E6B3CC.

Background Color

.myBgColor { background-color: #E6B3CC; }

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

This div background color is #E6B3CC.

Border color

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

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

This div border color is #E6B3CC.

Opacity

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

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

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

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

This text has shadow with #E6B3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B3CC.

Preview

Color preview on black background

This text has color #E6B3CC on black background.


Color preview on white background

This text has color #E6B3CC on white background.


Black color preview on #E6B3CC background

This text has black color on #E6B3CC background.


White color preview on #E6B3CC background

This text has white color on #E6B3CC background.


Related colors

Complementary color

Complementary color for #hex is #194C33.


I love getcolorcode.com

Triadic colors

1 #CCE6B3 and #B3CCE6 with #E6B3CC are triadic colors.

2 #CCB3E6 and #B3E6CC with #E6B3CC are triadic colors.