COLOR #C6A7BF

HEX: #C6A7BF
RGB: (198,167,191)

Color info

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

RGB color model

#C6A7BF color RGB value is (198,167,191).

  • red value is 198;
  • green value is 167;
  • blue value is 191.
RGB:
(198,167,191)
(78%,65%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 191 of 255 = 75%

198
167
191

R + G + B ~ 73%. #C6A7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 191 = 556 (100%)
R 198 of 556 ~ 35.61%
G 167 of 556 ~ 30.04%
B 191 of 556 ~ 34.35%

%35.61
%30.04
%34.35

CMYK color model

#C6A7BF color CMYK value is (0,16,4,22).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(0,16,4,22)
C0M16Y4K22 
(0%,16%,4%,22%)
(0.00/0.16/0.04/0.22)	

CMYK percentages

%0
%15.66
%3.54
%22.35

Codes

Color #C6A7BF in popluar color models

C6A7BF
RGB198167191
HSL314°21.38%71.57%
HSB/HSV314°15.66%77.65%
CMYK0.00%15.66%3.54%
22.35%

Color #C6A7BF in popluar number systems.

HEXC6A7BF
Decimal198167191
Binary110001101010011110111111
Octal306247277

Shades and tints

Shades of #C6A7BF

#C6A7BF
(198,167,191)
#B498AE
(180,152,174)
#A2899D
(162,137,157)
#907A8C
(144,122,140)
#7E6B7B
(126,107,123)
#6C5C6A
(108,92,106)
#5A4D59
(90,77,89)
#483E48
(72,62,72)
#362F37
(54,47,55)
#242026
(36,32,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #C6A7BF

#C6A7BF
(198,167,191)
#CBAFC4
(203,175,196)
#D0B7C9
(208,183,201)
#D5BFCE
(213,191,206)
#DAC7D3
(218,199,211)
#DFCFD8
(223,207,216)
#E4D7DD
(228,215,221)
#E9DFE2
(233,223,226)
#EEE7E7
(238,231,231)
#F3EFEC
(243,239,236)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A7BF color. Also use rgb(198,167,191) instead hex code.

Text Font Color

.myTextColor { color: #C6A7BF; }

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

This text font color is #C6A7BF.


Background Color

.myBgColor { background-color: #C6A7BF; }

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

This div background color is #C6A7BF.


Border color

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

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

This div border color is #C6A7BF.


Opacity

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

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

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

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

This text has shadow with #C6A7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A7BF on black background.


Color preview on white background

This text has color #C6A7BF on white background.



Black color preview on #C6A7BF background

This text has black color on #C6A7BF background.


White color preview on #C6A7BF background

This text has white color on #C6A7BF background.