COLOR #C6AEAB

HEX: #C6AEAB RGB: (198,174,171)

Color info

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

RGB color model

#C6AEAB color RGB value is (198,174,171).

RGB: (198,174,171) (78%, 68%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 171 of 255 = 67%

198
174
171

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

Portions of RGB colors in percentages

R + G + B = 198 + 174 + 171 = 543 (100%)
R 198 of 543 ~ 36.46%
G 174 of 543 ~ 32.04%
B 171 of 543 ~ 31.49'%

%36.46
%32.04
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.12%
  • 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
%12.12
%13.64
%22.35

Codes

Color #C6AEAB in popluar color models

C6 AE AB
RGB 198 174 171
HSL 19.15% 72.35%
HSB/HSV 13.64% 77.65%
CMYK 0.00% 12.12% 13.64%
22.35%

Color #C6AEAB in popluar number systems.

HEX C6 AE AB
Decimal 198 174 171
Binary 11000110 10101110 10101011
Octal 306 256 253

Shades and tints

Shades of #C6AEAB

#C6AEAB
(198,174,171)
#B49F9C
(180,159,156)
#A2908D
(162,144,141)
#90817E
(144,129,126)
#7E726F
(126,114,111)
#6C6360
(108,99,96)
#5A5451
(90,84,81)
#484542
(72,69,66)
#363633
(54,54,51)
#242724
(36,39,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #C6AEAB

#C6AEAB
(198,174,171)
#CBB5B2
(203,181,178)
#D0BCB9
(208,188,185)
#D5C3C0
(213,195,192)
#DACAC7
(218,202,199)
#DFD1CE
(223,209,206)
#E4D8D5
(228,216,213)
#E9DFDC
(233,223,220)
#EEE6E3
(238,230,227)
#F3EDEA
(243,237,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AEAB; }

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

This text font color is #C6AEAB.

Background Color

.myBgColor { background-color: #C6AEAB; }

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

This div background color is #C6AEAB.

Border color

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

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

This div border color is #C6AEAB.

Opacity

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

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

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

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

This text has shadow with #C6AEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AEAB.

Preview

Color preview on black background

This text has color #C6AEAB on black background.


Color preview on white background

This text has color #C6AEAB on white background.


Black color preview on #C6AEAB background

This text has black color on #C6AEAB background.


White color preview on #C6AEAB background

This text has white color on #C6AEAB background.


Related colors

Complementary color

Complementary color for #hex is #395154.


I love getcolorcode.com

Triadic colors

1 #ABC6AE and #AEABC6 with #C6AEAB are triadic colors.

2 #ABAEC6 and #AEC6AB with #C6AEAB are triadic colors.