COLOR #C6AFAB

HEX: #C6AFAB
RGB: (198,175,171)

Color info

#C6AFAB contains red, green and blue colors in about the same proportion. Web safe color of #C6AFAB is #CC9999 (or #C99).

RGB color model

#C6AFAB color RGB value is (198,175,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 171 of 255 = 67%

198
175
171

R + G + B ~ 71%. #C6AFAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 171 = 544 (100%)
R 198 of 544 ~ 36.4%
G 175 of 544 ~ 32.17%
B 171 of 544 ~ 31.43%

%36.4
%32.17
%31.43

CMYK color model

#C6AFAB color CMYK value is (0,12,14,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,12,14,22)
C0M12Y14K22 
(0%,12%,14%,22%)
(0.00/0.12/0.14/0.22)	

CMYK percentages

%0
%11.62
%13.64
%22.35

Codes

Color #C6AFAB in popluar color models

C6AFAB
RGB198175171
HSL19.15%72.35%
HSB/HSV13.64%77.65%
CMYK0.00%11.62%13.64%
22.35%

Color #C6AFAB in popluar number systems.

HEXC6AFAB
Decimal198175171
Binary110001101010111110101011
Octal306257253

Shades and tints

Shades of #C6AFAB

#C6AFAB
(198,175,171)
#B4A09C
(180,160,156)
#A2918D
(162,145,141)
#90827E
(144,130,126)
#7E736F
(126,115,111)
#6C6460
(108,100,96)
#5A5551
(90,85,81)
#484642
(72,70,66)
#363733
(54,55,51)
#242824
(36,40,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6AFAB

#C6AFAB
(198,175,171)
#CBB6B2
(203,182,178)
#D0BDB9
(208,189,185)
#D5C4C0
(213,196,192)
#DACBC7
(218,203,199)
#DFD2CE
(223,210,206)
#E4D9D5
(228,217,213)
#E9E0DC
(233,224,220)
#EEE7E3
(238,231,227)
#F3EEEA
(243,238,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFAB; }

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

This text font color is #C6AFAB.


Background Color

.myBgColor { background-color: #C6AFAB; }

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

This div background color is #C6AFAB.


Border color

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

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

This div border color is #C6AFAB.


Opacity

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

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

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

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

This text has shadow with #C6AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AFAB on black background.


Color preview on white background

This text has color #C6AFAB on white background.



Black color preview on #C6AFAB background

This text has black color on #C6AFAB background.


White color preview on #C6AFAB background

This text has white color on #C6AFAB background.