COLOR #C6A9BA

HEX: #C6A9BA
RGB: (198,169,186)

Color info

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

RGB color model

#C6A9BA color RGB value is (198,169,186).

  • red value is 198;
  • green value is 169;
  • blue value is 186.
RGB:
(198,169,186)
(78%,66%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 169 of 255 = 66%
B 186 of 255 = 73%

198
169
186

R + G + B ~ 72%. #C6A9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 169 + 186 = 553 (100%)
R 198 of 553 ~ 35.8%
G 169 of 553 ~ 30.56%
B 186 of 553 ~ 33.63%

%35.8
%30.56
%33.63

CMYK color model

#C6A9BA color CMYK value is (0,15,6,22).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,15,6,22)
C0M15Y6K22 
(0%,15%,6%,22%)
(0.00/0.15/0.06/0.22)	

CMYK percentages

%0
%14.65
%6.06
%22.35

Codes

Color #C6A9BA in popluar color models

C6A9BA
RGB198169186
HSL325°20.28%71.96%
HSB/HSV325°14.65%77.65%
CMYK0.00%14.65%6.06%
22.35%

Color #C6A9BA in popluar number systems.

HEXC6A9BA
Decimal198169186
Binary110001101010100110111010
Octal306251272

Shades and tints

Shades of #C6A9BA

#C6A9BA
(198,169,186)
#B49AAA
(180,154,170)
#A28B9A
(162,139,154)
#907C8A
(144,124,138)
#7E6D7A
(126,109,122)
#6C5E6A
(108,94,106)
#5A4F5A
(90,79,90)
#48404A
(72,64,74)
#36313A
(54,49,58)
#24222A
(36,34,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C6A9BA

#C6A9BA
(198,169,186)
#CBB0C0
(203,176,192)
#D0B7C6
(208,183,198)
#D5BECC
(213,190,204)
#DAC5D2
(218,197,210)
#DFCCD8
(223,204,216)
#E4D3DE
(228,211,222)
#E9DAE4
(233,218,228)
#EEE1EA
(238,225,234)
#F3E8F0
(243,232,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A9BA color. Also use rgb(198,169,186) instead hex code.

Text Font Color

.myTextColor { color: #C6A9BA; }

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

This text font color is #C6A9BA.


Background Color

.myBgColor { background-color: #C6A9BA; }

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

This div background color is #C6A9BA.


Border color

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

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

This div border color is #C6A9BA.


Opacity

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

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

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

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

This text has shadow with #C6A9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A9BA on black background.


Color preview on white background

This text has color #C6A9BA on white background.



Black color preview on #C6A9BA background

This text has black color on #C6A9BA background.


White color preview on #C6A9BA background

This text has white color on #C6A9BA background.