COLOR #C6B4CA

HEX: #C6B4CA RGB: (198,180,202)

Color info

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

RGB color model

#C6B4CA color RGB value is (198,180,202).

RGB: (198,180,202) (78%, 71%, 79%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 202 of 255 = 79%

198
180
202

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

Portions of RGB colors in percentages

R + G + B = 198 + 180 + 202 = 580 (100%)
R 198 of 580 ~ 34.14%
G 180 of 580 ~ 31.03%
B 202 of 580 ~ 34.83'%

%34.14
%31.03
%34.83

CMYK color model

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

  • cyan value is 1.98%
  • magenta value is 10.89%
  • 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
%10.89
%0
%20.78

Codes

Color #C6B4CA in popluar color models

C6 B4 CA
RGB 198 180 202
HSL 289° 17.19% 74.90%
HSB/HSV 289° 10.89% 79.22%
CMYK 1.98% 10.89% 0.00%
20.78%

Color #C6B4CA in popluar number systems.

HEX C6 B4 CA
Decimal 198 180 202
Binary 11000110 10110100 11001010
Octal 306 264 312

Shades and tints

Shades of #C6B4CA

#C6B4CA
(198,180,202)
#B4A4B8
(180,164,184)
#A294A6
(162,148,166)
#908494
(144,132,148)
#7E7482
(126,116,130)
#6C6470
(108,100,112)
#5A545E
(90,84,94)
#48444C
(72,68,76)
#36343A
(54,52,58)
#242428
(36,36,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6B4CA

#C6B4CA
(198,180,202)
#CBBACE
(203,186,206)
#D0C0D2
(208,192,210)
#D5C6D6
(213,198,214)
#DACCDA
(218,204,218)
#DFD2DE
(223,210,222)
#E4D8E2
(228,216,226)
#E9DEE6
(233,222,230)
#EEE4EA
(238,228,234)
#F3EAEE
(243,234,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B4CA; }

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

This text font color is #C6B4CA.

Background Color

.myBgColor { background-color: #C6B4CA; }

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

This div background color is #C6B4CA.

Border color

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

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

This div border color is #C6B4CA.

Opacity

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

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

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

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

This text has shadow with #C6B4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B4CA.

Preview

Color preview on black background

This text has color #C6B4CA on black background.


Color preview on white background

This text has color #C6B4CA on white background.


Black color preview on #C6B4CA background

This text has black color on #C6B4CA background.


White color preview on #C6B4CA background

This text has white color on #C6B4CA background.


Related colors

Complementary color

Complementary color for #hex is #394B35.


I love getcolorcode.com

Triadic colors

1 #CAC6B4 and #B4CAC6 with #C6B4CA are triadic colors.

2 #CAB4C6 and #B4C6CA with #C6B4CA are triadic colors.