COLOR #C6AFB5

HEX: #C6AFB5
RGB: (198,175,181)

Color info

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

RGB color model

#C6AFB5 color RGB value is (198,175,181).

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

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 181 of 255 = 71%

198
175
181

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

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 181 = 554 (100%)
R 198 of 554 ~ 35.74%
G 175 of 554 ~ 31.59%
B 181 of 554 ~ 32.67%

%35.74
%31.59
%32.67

CMYK color model

#C6AFB5 color CMYK value is (0,12,9,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(0,12,9,22)
C0M12Y9K22 
(0%,12%,9%,22%)
(0.00/0.12/0.09/0.22)	

CMYK percentages

%0
%11.62
%8.59
%22.35

Codes

Color #C6AFB5 in popluar color models

C6AFB5
RGB198175181
HSL344°16.79%73.14%
HSB/HSV344°11.62%77.65%
CMYK0.00%11.62%8.59%
22.35%

Color #C6AFB5 in popluar number systems.

HEXC6AFB5
Decimal198175181
Binary110001101010111110110101
Octal306257265

Shades and tints

Shades of #C6AFB5

#C6AFB5
(198,175,181)
#B4A0A5
(180,160,165)
#A29195
(162,145,149)
#908285
(144,130,133)
#7E7375
(126,115,117)
#6C6465
(108,100,101)
#5A5555
(90,85,85)
#484645
(72,70,69)
#363735
(54,55,53)
#242825
(36,40,37)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6AFB5

#C6AFB5
(198,175,181)
#CBB6BB
(203,182,187)
#D0BDC1
(208,189,193)
#D5C4C7
(213,196,199)
#DACBCD
(218,203,205)
#DFD2D3
(223,210,211)
#E4D9D9
(228,217,217)
#E9E0DF
(233,224,223)
#EEE7E5
(238,231,229)
#F3EEEB
(243,238,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFB5; }

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

This text font color is #C6AFB5.


Background Color

.myBgColor { background-color: #C6AFB5; }

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

This div background color is #C6AFB5.


Border color

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

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

This div border color is #C6AFB5.


Opacity

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

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

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

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

This text has shadow with #C6AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AFB5 on black background.


Color preview on white background

This text has color #C6AFB5 on white background.



Black color preview on #C6AFB5 background

This text has black color on #C6AFB5 background.


White color preview on #C6AFB5 background

This text has white color on #C6AFB5 background.