COLOR #C6AFB7

HEX: #C6AFB7
RGB: (198,175,183)

Color info

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

RGB color model

#C6AFB7 color RGB value is (198,175,183).

  • red value is 198;
  • green value is 175;
  • blue value is 183.
RGB:
(198,175,183)
(78%,69%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 183 of 255 = 72%

198
175
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 183 = 556 (100%)
R 198 of 556 ~ 35.61%
G 175 of 556 ~ 31.47%
B 183 of 556 ~ 32.91%

%35.61
%31.47
%32.91

CMYK color model

#C6AFB7 color CMYK value is (0,12,8,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,12,8,22)
C0M12Y8K22 
(0%,12%,8%,22%)
(0.00/0.12/0.08/0.22)	

CMYK percentages

%0
%11.62
%7.58
%22.35

Codes

Color #C6AFB7 in popluar color models

C6AFB7
RGB198175183
HSL339°16.79%73.14%
HSB/HSV339°11.62%77.65%
CMYK0.00%11.62%7.58%
22.35%

Color #C6AFB7 in popluar number systems.

HEXC6AFB7
Decimal198175183
Binary110001101010111110110111
Octal306257267

Shades and tints

Shades of #C6AFB7

#C6AFB7
(198,175,183)
#B4A0A7
(180,160,167)
#A29197
(162,145,151)
#908287
(144,130,135)
#7E7377
(126,115,119)
#6C6467
(108,100,103)
#5A5557
(90,85,87)
#484647
(72,70,71)
#363737
(54,55,55)
#242827
(36,40,39)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6AFB7

#C6AFB7
(198,175,183)
#CBB6BD
(203,182,189)
#D0BDC3
(208,189,195)
#D5C4C9
(213,196,201)
#DACBCF
(218,203,207)
#DFD2D5
(223,210,213)
#E4D9DB
(228,217,219)
#E9E0E1
(233,224,225)
#EEE7E7
(238,231,231)
#F3EEED
(243,238,237)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AFB7 color. Also use rgb(198,175,183) instead hex code.

Text Font Color

.myTextColor { color: #C6AFB7; }

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

This text font color is #C6AFB7.


Background Color

.myBgColor { background-color: #C6AFB7; }

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

This div background color is #C6AFB7.


Border color

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

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

This div border color is #C6AFB7.


Opacity

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

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

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

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

This text has shadow with #C6AFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AFB7 on black background.


Color preview on white background

This text has color #C6AFB7 on white background.



Black color preview on #C6AFB7 background

This text has black color on #C6AFB7 background.


White color preview on #C6AFB7 background

This text has white color on #C6AFB7 background.