COLOR #C6C9B3

HEX: #C6C9B3 RGB: (198,201,179)

Color info

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

RGB color model

#C6C9B3 color RGB value is (198,201,179).

RGB: (198,201,179) (78%, 79%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 179 of 255 = 70%

198
201
179

R + G + B ~ 76%. #C6C9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 179 = 578 (100%)
R 198 of 578 ~ 34.26%
G 201 of 578 ~ 34.78%
B 179 of 578 ~ 30.97'%

%34.26
%34.78
%30.97

CMYK color model

#C6C9B3 color CMYK value is (1,0,11,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 21.18%
CMYK: (1,0,11,21) C1M0Y11K21 (1%,0%,11%,21%) (0.01/0.00/0.11/0.21) 

CMYK percentages

%1.49
%0
%10.95
%21.18

Codes

Color #C6C9B3 in popluar color models

C6 C9 B3
RGB 198 201 179
HSL 68° 16.92% 74.51%
HSB/HSV 68° 10.95% 78.82%
CMYK 1.49% 0.00% 10.95%
21.18%

Color #C6C9B3 in popluar number systems.

HEX C6 C9 B3
Decimal 198 201 179
Binary 11000110 11001001 10110011
Octal 306 311 263

Shades and tints

Shades of #C6C9B3

#C6C9B3
(198,201,179)
#B4B7A3
(180,183,163)
#A2A593
(162,165,147)
#909383
(144,147,131)
#7E8173
(126,129,115)
#6C6F63
(108,111,99)
#5A5D53
(90,93,83)
#484B43
(72,75,67)
#363933
(54,57,51)
#242723
(36,39,35)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6C9B3

#C6C9B3
(198,201,179)
#CBCDB9
(203,205,185)
#D0D1BF
(208,209,191)
#D5D5C5
(213,213,197)
#DAD9CB
(218,217,203)
#DFDDD1
(223,221,209)
#E4E1D7
(228,225,215)
#E9E5DD
(233,229,221)
#EEE9E3
(238,233,227)
#F3EDE9
(243,237,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C9B3 color. Also use rgb(198,201,179) instead hex code.

Text Font Color

.myTextColor { color: #C6C9B3; }

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

This text font color is #C6C9B3.

Background Color

.myBgColor { background-color: #C6C9B3; }

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

This div background color is #C6C9B3.

Border color

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

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

This div border color is #C6C9B3.

Opacity

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

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

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

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

This text has shadow with #C6C9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9B3.

Preview

Color preview on black background

This text has color #C6C9B3 on black background.


Color preview on white background

This text has color #C6C9B3 on white background.


Black color preview on #C6C9B3 background

This text has black color on #C6C9B3 background.


White color preview on #C6C9B3 background

This text has white color on #C6C9B3 background.


Related colors

Complementary color

Complementary color for #hex is #39364C.


I love getcolorcode.com

Triadic colors

1 #B3C6C9 and #C9B3C6 with #C6C9B3 are triadic colors.

2 #B3C9C6 and #C9C6B3 with #C6C9B3 are triadic colors.