COLOR #C6A69B

HEX: #C6A69B
RGB: (198,166,155)

Color info

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

RGB color model

#C6A69B color RGB value is (198,166,155).

  • red value is 198;
  • green value is 166;
  • blue value is 155.
RGB:
(198,166,155)
(78%,65%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 155 of 255 = 61%

198
166
155

R + G + B ~ 68%. #C6A69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 155 = 519 (100%)
R 198 of 519 ~ 38.15%
G 166 of 519 ~ 31.98%
B 155 of 519 ~ 29.87%

%38.15
%31.98
%29.87

CMYK color model

#C6A69B color CMYK value is (0,16,22,22).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(0,16,22,22)
C0M16Y22K22 
(0%,16%,22%,22%)
(0.00/0.16/0.22/0.22)	

CMYK percentages

%0
%16.16
%21.72
%22.35

Codes

Color #C6A69B in popluar color models

C6A69B
RGB198166155
HSL15°27.39%69.22%
HSB/HSV15°21.72%77.65%
CMYK0.00%16.16%21.72%
22.35%

Color #C6A69B in popluar number systems.

HEXC6A69B
Decimal198166155
Binary110001101010011010011011
Octal306246233

Shades and tints

Shades of #C6A69B

#C6A69B
(198,166,155)
#B4978D
(180,151,141)
#A2887F
(162,136,127)
#907971
(144,121,113)
#7E6A63
(126,106,99)
#6C5B55
(108,91,85)
#5A4C47
(90,76,71)
#483D39
(72,61,57)
#362E2B
(54,46,43)
#241F1D
(36,31,29)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #C6A69B

#C6A69B
(198,166,155)
#CBAEA4
(203,174,164)
#D0B6AD
(208,182,173)
#D5BEB6
(213,190,182)
#DAC6BF
(218,198,191)
#DFCEC8
(223,206,200)
#E4D6D1
(228,214,209)
#E9DEDA
(233,222,218)
#EEE6E3
(238,230,227)
#F3EEEC
(243,238,236)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A69B color. Also use rgb(198,166,155) instead hex code.

Text Font Color

.myTextColor { color: #C6A69B; }

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

This text font color is #C6A69B.


Background Color

.myBgColor { background-color: #C6A69B; }

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

This div background color is #C6A69B.


Border color

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

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

This div border color is #C6A69B.


Opacity

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

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

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

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

This text has shadow with #C6A69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A69B on black background.


Color preview on white background

This text has color #C6A69B on white background.



Black color preview on #C6A69B background

This text has black color on #C6A69B background.


White color preview on #C6A69B background

This text has white color on #C6A69B background.