COLOR #C6AFB9

HEX: #C6AFB9 RGB: (198,175,185)

Color info

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

RGB color model

#C6AFB9 color RGB value is (198,175,185).

RGB: (198,175,185) (78%, 69%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 185 of 255 = 73%

198
175
185

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

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 185 = 558 (100%)
R 198 of 558 ~ 35.48%
G 175 of 558 ~ 31.36%
B 185 of 558 ~ 33.15'%

%35.48
%31.36
%33.15

CMYK color model

#C6AFB9 color CMYK value is (0,12,7,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 6.57%
  • key color value is 22.35%

CMYK: (0,12,7,22)
C0M12Y7K22 (0%, 12%, 7%, 22%)
(0.00 / 0.12 / 0.07 / 0.22)

CMYK percentages

%0
%11.62
%6.57
%22.35

Codes

Color #C6AFB9 in popluar color models

C6 AF B9
RGB 198 175 185
HSL 334° 16.79% 73.14%
HSB/HSV 334° 11.62% 77.65%
CMYK 0.00% 11.62% 6.57%
22.35%

Color #C6AFB9 in popluar number systems.

HEX C6 AF B9
Decimal 198 175 185
Binary 11000110 10101111 10111001
Octal 306 257 271

Shades and tints

Shades of #C6AFB9

#C6AFB9
(198,175,185)
#B4A0A9
(180,160,169)
#A29199
(162,145,153)
#908289
(144,130,137)
#7E7379
(126,115,121)
#6C6469
(108,100,105)
#5A5559
(90,85,89)
#484649
(72,70,73)
#363739
(54,55,57)
#242829
(36,40,41)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6AFB9

#C6AFB9
(198,175,185)
#CBB6BF
(203,182,191)
#D0BDC5
(208,189,197)
#D5C4CB
(213,196,203)
#DACBD1
(218,203,209)
#DFD2D7
(223,210,215)
#E4D9DD
(228,217,221)
#E9E0E3
(233,224,227)
#EEE7E9
(238,231,233)
#F3EEEF
(243,238,239)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFB9; }

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

This text font color is #C6AFB9.

Background Color

.myBgColor { background-color: #C6AFB9; }

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

This div background color is #C6AFB9.

Border color

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

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

This div border color is #C6AFB9.

Opacity

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

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

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

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

This text has shadow with #C6AFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFB9.

Preview

Color preview on black background

This text has color #C6AFB9 on black background.


Color preview on white background

This text has color #C6AFB9 on white background.


Black color preview on #C6AFB9 background

This text has black color on #C6AFB9 background.


White color preview on #C6AFB9 background

This text has white color on #C6AFB9 background.


Related colors

Complementary color

Complementary color for #hex is #395046.


I love getcolorcode.com

Triadic colors

1 #B9C6AF and #AFB9C6 with #C6AFB9 are triadic colors.

2 #B9AFC6 and #AFC6B9 with #C6AFB9 are triadic colors.