COLOR #C6B3CA

HEX: #C6B3CA RGB: (198,179,202)

Color info

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

RGB color model

#C6B3CA color RGB value is (198,179,202).

RGB: (198,179,202) (78%, 70%, 79%)

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 202 of 255 = 79%

198
179
202

R + G + B ~ 76%. #C6B3CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 179 + 202 = 579 (100%)
R 198 of 579 ~ 34.2%
G 179 of 579 ~ 30.92%
B 202 of 579 ~ 34.89'%

%34.2
%30.92
%34.89

CMYK color model

#C6B3CA color CMYK value is (2,11,0,21).

  • cyan value is 1.98%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (2,11,0,21)
C2M11Y0K21 (2%, 11%, 0%, 21%)
(0.02 / 0.11 / 0.00 / 0.21)

CMYK percentages

%1.98
%11.39
%0
%20.78

Codes

Color #C6B3CA in popluar color models

C6 B3 CA
RGB 198 179 202
HSL 290° 17.83% 74.71%
HSB/HSV 290° 11.39% 79.22%
CMYK 1.98% 11.39% 0.00%
20.78%

Color #C6B3CA in popluar number systems.

HEX C6 B3 CA
Decimal 198 179 202
Binary 11000110 10110011 11001010
Octal 306 263 312

Shades and tints

Shades of #C6B3CA

#C6B3CA
(198,179,202)
#B4A3B8
(180,163,184)
#A293A6
(162,147,166)
#908394
(144,131,148)
#7E7382
(126,115,130)
#6C6370
(108,99,112)
#5A535E
(90,83,94)
#48434C
(72,67,76)
#36333A
(54,51,58)
#242328
(36,35,40)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #C6B3CA

#C6B3CA
(198,179,202)
#CBB9CE
(203,185,206)
#D0BFD2
(208,191,210)
#D5C5D6
(213,197,214)
#DACBDA
(218,203,218)
#DFD1DE
(223,209,222)
#E4D7E2
(228,215,226)
#E9DDE6
(233,221,230)
#EEE3EA
(238,227,234)
#F3E9EE
(243,233,238)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B3CA color. Also use rgb(198,179,202) instead hex code.

Text Font Color

.myTextColor { color: #C6B3CA; }

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

This text font color is #C6B3CA.

Background Color

.myBgColor { background-color: #C6B3CA; }

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

This div background color is #C6B3CA.

Border color

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

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

This div border color is #C6B3CA.

Opacity

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

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

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

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

This text has shadow with #C6B3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B3CA.

Preview

Color preview on black background

This text has color #C6B3CA on black background.


Color preview on white background

This text has color #C6B3CA on white background.


Black color preview on #C6B3CA background

This text has black color on #C6B3CA background.


White color preview on #C6B3CA background

This text has white color on #C6B3CA background.


Related colors

Complementary color

Complementary color for #hex is #394C35.


I love getcolorcode.com

Triadic colors

1 #CAC6B3 and #B3CAC6 with #C6B3CA are triadic colors.

2 #CAB3C6 and #B3C6CA with #C6B3CA are triadic colors.