COLOR #C6B2A9

HEX: #C6B2A9 RGB: (198,178,169)

Color info

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

RGB color model

#C6B2A9 color RGB value is (198,178,169).

RGB: (198,178,169) (78%, 70%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 169 of 255 = 66%

198
178
169

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

Portions of RGB colors in percentages

R + G + B = 198 + 178 + 169 = 545 (100%)
R 198 of 545 ~ 36.33%
G 178 of 545 ~ 32.66%
B 169 of 545 ~ 31.01'%

%36.33
%32.66
%31.01

CMYK color model

#C6B2A9 color CMYK value is (0,10,15,22).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 14.65%
  • key color value is 22.35%

CMYK: (0,10,15,22)
C0M10Y15K22 (0%, 10%, 15%, 22%)
(0.00 / 0.10 / 0.15 / 0.22)

CMYK percentages

%0
%10.1
%14.65
%22.35

Codes

Color #C6B2A9 in popluar color models

C6 B2 A9
RGB 198 178 169
HSL 19° 20.28% 71.96%
HSB/HSV 19° 14.65% 77.65%
CMYK 0.00% 10.10% 14.65%
22.35%

Color #C6B2A9 in popluar number systems.

HEX C6 B2 A9
Decimal 198 178 169
Binary 11000110 10110010 10101001
Octal 306 262 251

Shades and tints

Shades of #C6B2A9

#C6B2A9
(198,178,169)
#B4A29A
(180,162,154)
#A2928B
(162,146,139)
#90827C
(144,130,124)
#7E726D
(126,114,109)
#6C625E
(108,98,94)
#5A524F
(90,82,79)
#484240
(72,66,64)
#363231
(54,50,49)
#242222
(36,34,34)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #C6B2A9

#C6B2A9
(198,178,169)
#CBB9B0
(203,185,176)
#D0C0B7
(208,192,183)
#D5C7BE
(213,199,190)
#DACEC5
(218,206,197)
#DFD5CC
(223,213,204)
#E4DCD3
(228,220,211)
#E9E3DA
(233,227,218)
#EEEAE1
(238,234,225)
#F3F1E8
(243,241,232)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B2A9 color. Also use rgb(198,178,169) instead hex code.

Text Font Color

.myTextColor { color: #C6B2A9; }

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

This text font color is #C6B2A9.

Background Color

.myBgColor { background-color: #C6B2A9; }

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

This div background color is #C6B2A9.

Border color

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

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

This div border color is #C6B2A9.

Opacity

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

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

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

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

This text has shadow with #C6B2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B2A9.

Preview

Color preview on black background

This text has color #C6B2A9 on black background.


Color preview on white background

This text has color #C6B2A9 on white background.


Black color preview on #C6B2A9 background

This text has black color on #C6B2A9 background.


White color preview on #C6B2A9 background

This text has white color on #C6B2A9 background.


Related colors

Complementary color

Complementary color for #hex is #394D56.


I love getcolorcode.com

Triadic colors

1 #A9C6B2 and #B2A9C6 with #C6B2A9 are triadic colors.

2 #A9B2C6 and #B2C6A9 with #C6B2A9 are triadic colors.