COLOR #C6AD99

HEX: #C6AD99 RGB: (198,173,153)

Color info

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

RGB color model

#C6AD99 color RGB value is (198,173,153).

RGB: (198,173,153) (78%, 68%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 153 of 255 = 60%

198
173
153

R + G + B ~ 69%. #C6AD99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 153 = 524 (100%)
R 198 of 524 ~ 37.79%
G 173 of 524 ~ 33.02%
B 153 of 524 ~ 29.2'%

%37.79
%33.02
%29.2

CMYK color model

#C6AD99 color CMYK value is (0,13,23,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 22.73%
  • key color value is 22.35%

CMYK: (0,13,23,22)
C0M13Y23K22 (0%, 13%, 23%, 22%)
(0.00 / 0.13 / 0.23 / 0.22)

CMYK percentages

%0
%12.63
%22.73
%22.35

Codes

Color #C6AD99 in popluar color models

C6 AD 99
RGB 198 173 153
HSL 27° 28.30% 68.82%
HSB/HSV 27° 22.73% 77.65%
CMYK 0.00% 12.63% 22.73%
22.35%

Color #C6AD99 in popluar number systems.

HEX C6 AD 99
Decimal 198 173 153
Binary 11000110 10101101 10011001
Octal 306 255 231

Shades and tints

Shades of #C6AD99

#C6AD99
(198,173,153)
#B49E8C
(180,158,140)
#A28F7F
(162,143,127)
#908072
(144,128,114)
#7E7165
(126,113,101)
#6C6258
(108,98,88)
#5A534B
(90,83,75)
#48443E
(72,68,62)
#363531
(54,53,49)
#242624
(36,38,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6AD99

#C6AD99
(198,173,153)
#CBB4A2
(203,180,162)
#D0BBAB
(208,187,171)
#D5C2B4
(213,194,180)
#DAC9BD
(218,201,189)
#DFD0C6
(223,208,198)
#E4D7CF
(228,215,207)
#E9DED8
(233,222,216)
#EEE5E1
(238,229,225)
#F3ECEA
(243,236,234)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AD99 color. Also use rgb(198,173,153) instead hex code.

Text Font Color

.myTextColor { color: #C6AD99; }

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

This text font color is #C6AD99.

Background Color

.myBgColor { background-color: #C6AD99; }

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

This div background color is #C6AD99.

Border color

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

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

This div border color is #C6AD99.

Opacity

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

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

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

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

This text has shadow with #C6AD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AD99.

Preview

Color preview on black background

This text has color #C6AD99 on black background.


Color preview on white background

This text has color #C6AD99 on white background.


Black color preview on #C6AD99 background

This text has black color on #C6AD99 background.


White color preview on #C6AD99 background

This text has white color on #C6AD99 background.


Related colors

Complementary color

Complementary color for #hex is #395266.


I love getcolorcode.com

Triadic colors

1 #99C6AD and #AD99C6 with #C6AD99 are triadic colors.

2 #99ADC6 and #ADC699 with #C6AD99 are triadic colors.