COLOR #C6AFBB

HEX: #C6AFBB RGB: (198,175,187)

Color info

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

RGB color model

#C6AFBB color RGB value is (198,175,187).

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

RGB channels and saturation

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

198
175
187

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

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 187 = 560 (100%)
R 198 of 560 ~ 35.36%
G 175 of 560 ~ 31.25%
B 187 of 560 ~ 33.39'%

%35.36
%31.25
%33.39

CMYK color model

#C6AFBB color CMYK value is (0,12,6,22).

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

CMYK: (0,12,6,22)
C0M12Y6K22 (0%, 12%, 6%, 22%)
(0.00 / 0.12 / 0.06 / 0.22)

CMYK percentages

%0
%11.62
%5.56
%22.35

Codes

Color #C6AFBB in popluar color models

C6 AF BB
RGB 198 175 187
HSL 329° 16.79% 73.14%
HSB/HSV 329° 11.62% 77.65%
CMYK 0.00% 11.62% 5.56%
22.35%

Color #C6AFBB in popluar number systems.

HEX C6 AF BB
Decimal 198 175 187
Binary 11000110 10101111 10111011
Octal 306 257 273

Shades and tints

Shades of #C6AFBB

#C6AFBB
(198,175,187)
#B4A0AA
(180,160,170)
#A29199
(162,145,153)
#908288
(144,130,136)
#7E7377
(126,115,119)
#6C6466
(108,100,102)
#5A5555
(90,85,85)
#484644
(72,70,68)
#363733
(54,55,51)
#242822
(36,40,34)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #C6AFBB

#C6AFBB
(198,175,187)
#CBB6C1
(203,182,193)
#D0BDC7
(208,189,199)
#D5C4CD
(213,196,205)
#DACBD3
(218,203,211)
#DFD2D9
(223,210,217)
#E4D9DF
(228,217,223)
#E9E0E5
(233,224,229)
#EEE7EB
(238,231,235)
#F3EEF1
(243,238,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFBB; }

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

This text font color is #C6AFBB.

Background Color

.myBgColor { background-color: #C6AFBB; }

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

This div background color is #C6AFBB.

Border color

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

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

This div border color is #C6AFBB.

Opacity

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

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

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

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

This text has shadow with #C6AFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFBB.

Preview

Color preview on black background

This text has color #C6AFBB on black background.


Color preview on white background

This text has color #C6AFBB on white background.


Black color preview on #C6AFBB background

This text has black color on #C6AFBB background.


White color preview on #C6AFBB background

This text has white color on #C6AFBB background.


Related colors

Complementary color

Complementary color for #hex is #395044.


I love getcolorcode.com

Triadic colors

1 #BBC6AF and #AFBBC6 with #C6AFBB are triadic colors.

2 #BBAFC6 and #AFC6BB with #C6AFBB are triadic colors.