COLOR #C6AD90

HEX: #C6AD90
RGB: (198,173,144)

Color info

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

RGB color model

#C6AD90 color RGB value is (198,173,144).

  • red value is 198;
  • green value is 173;
  • blue value is 144.
RGB:
(198,173,144)
(78%,68%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 144 of 255 = 56%

198
173
144

R + G + B ~ 67%. #C6AD90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 144 = 515 (100%)
R 198 of 515 ~ 38.45%
G 173 of 515 ~ 33.59%
B 144 of 515 ~ 27.96%

%38.45
%33.59
%27.96

CMYK color model

#C6AD90 color CMYK value is (0,13,27,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,13,27,22)
C0M13Y27K22 
(0%,13%,27%,22%)
(0.00/0.13/0.27/0.22)	

CMYK percentages

%0
%12.63
%27.27
%22.35

Codes

Color #C6AD90 in popluar color models

C6AD90
RGB198173144
HSL32°32.14%67.06%
HSB/HSV32°27.27%77.65%
CMYK0.00%12.63%27.27%
22.35%

Color #C6AD90 in popluar number systems.

HEXC6AD90
Decimal198173144
Binary110001101010110110010000
Octal306255220

Shades and tints

Shades of #C6AD90

#C6AD90
(198,173,144)
#B49E83
(180,158,131)
#A28F76
(162,143,118)
#908069
(144,128,105)
#7E715C
(126,113,92)
#6C624F
(108,98,79)
#5A5342
(90,83,66)
#484435
(72,68,53)
#363528
(54,53,40)
#24261B
(36,38,27)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #C6AD90

#C6AD90
(198,173,144)
#CBB49A
(203,180,154)
#D0BBA4
(208,187,164)
#D5C2AE
(213,194,174)
#DAC9B8
(218,201,184)
#DFD0C2
(223,208,194)
#E4D7CC
(228,215,204)
#E9DED6
(233,222,214)
#EEE5E0
(238,229,224)
#F3ECEA
(243,236,234)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AD90; }

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

This text font color is #C6AD90.


Background Color

.myBgColor { background-color: #C6AD90; }

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

This div background color is #C6AD90.


Border color

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

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

This div border color is #C6AD90.


Opacity

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

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

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

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

This text has shadow with #C6AD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AD90 on black background.


Color preview on white background

This text has color #C6AD90 on white background.



Black color preview on #C6AD90 background

This text has black color on #C6AD90 background.


White color preview on #C6AD90 background

This text has white color on #C6AD90 background.