COLOR #C6CAA9

HEX: #C6CAA9 RGB: (198,202,169)

Color info

#C6CAA9 contains red, green and blue colors in about the same proportion. Web safe color of #C6CAA9 is #CCCC99 (or #CC9).

RGB color model

#C6CAA9 color RGB value is (198,202,169).

RGB: (198,202,169) (78%, 79%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 169 of 255 = 66%

198
202
169

R + G + B ~ 74%. #C6CAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 169 = 569 (100%)
R 198 of 569 ~ 34.8%
G 202 of 569 ~ 35.5%
B 169 of 569 ~ 29.7'%

%34.8
%35.5
%29.7

CMYK color model

#C6CAA9 color CMYK value is (2,0,16,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%

CMYK: (2,0,16,21)
C2M0Y16K21 (2%, 0%, 16%, 21%)
(0.02 / 0.00 / 0.16 / 0.21)

CMYK percentages

%1.98
%0
%16.34
%20.78

Codes

Color #C6CAA9 in popluar color models

C6 CA A9
RGB 198 202 169
HSL 67° 23.74% 72.75%
HSB/HSV 67° 16.34% 79.22%
CMYK 1.98% 0.00% 16.34%
20.78%

Color #C6CAA9 in popluar number systems.

HEX C6 CA A9
Decimal 198 202 169
Binary 11000110 11001010 10101001
Octal 306 312 251

Shades and tints

Shades of #C6CAA9

#C6CAA9
(198,202,169)
#B4B89A
(180,184,154)
#A2A68B
(162,166,139)
#90947C
(144,148,124)
#7E826D
(126,130,109)
#6C705E
(108,112,94)
#5A5E4F
(90,94,79)
#484C40
(72,76,64)
#363A31
(54,58,49)
#242822
(36,40,34)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6CAA9

#C6CAA9
(198,202,169)
#CBCEB0
(203,206,176)
#D0D2B7
(208,210,183)
#D5D6BE
(213,214,190)
#DADAC5
(218,218,197)
#DFDECC
(223,222,204)
#E4E2D3
(228,226,211)
#E9E6DA
(233,230,218)
#EEEAE1
(238,234,225)
#F3EEE8
(243,238,232)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CAA9; }

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

This text font color is #C6CAA9.

Background Color

.myBgColor { background-color: #C6CAA9; }

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

This div background color is #C6CAA9.

Border color

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

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

This div border color is #C6CAA9.

Opacity

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

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

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

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

This text has shadow with #C6CAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CAA9.

Preview

Color preview on black background

This text has color #C6CAA9 on black background.


Color preview on white background

This text has color #C6CAA9 on white background.


Black color preview on #C6CAA9 background

This text has black color on #C6CAA9 background.


White color preview on #C6CAA9 background

This text has white color on #C6CAA9 background.


Related colors

Complementary color

Complementary color for #hex is #393556.


I love getcolorcode.com

Triadic colors

1 #A9C6CA and #CAA9C6 with #C6CAA9 are triadic colors.

2 #A9CAC6 and #CAC6A9 with #C6CAA9 are triadic colors.