COLOR #C6BD9C

HEX: #C6BD9C RGB: (198,189,156)

Color info

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

RGB color model

#C6BD9C color RGB value is (198,189,156).

RGB: (198,189,156) (78%, 74%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 156 of 255 = 61%

198
189
156

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

Portions of RGB colors in percentages

R + G + B = 198 + 189 + 156 = 543 (100%)
R 198 of 543 ~ 36.46%
G 189 of 543 ~ 34.81%
B 156 of 543 ~ 28.73'%

%36.46
%34.81
%28.73

CMYK color model

#C6BD9C color CMYK value is (0,5,21,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 21.21%
  • key color value is 22.35%

CMYK: (0,5,21,22)
C0M5Y21K22 (0%, 5%, 21%, 22%)
(0.00 / 0.05 / 0.21 / 0.22)

CMYK percentages

%0
%4.55
%21.21
%22.35

Codes

Color #C6BD9C in popluar color models

C6 BD 9C
RGB 198 189 156
HSL 47° 26.92% 69.41%
HSB/HSV 47° 21.21% 77.65%
CMYK 0.00% 4.55% 21.21%
22.35%

Color #C6BD9C in popluar number systems.

HEX C6 BD 9C
Decimal 198 189 156
Binary 11000110 10111101 10011100
Octal 306 275 234

Shades and tints

Shades of #C6BD9C

#C6BD9C
(198,189,156)
#B4AC8E
(180,172,142)
#A29B80
(162,155,128)
#908A72
(144,138,114)
#7E7964
(126,121,100)
#6C6856
(108,104,86)
#5A5748
(90,87,72)
#48463A
(72,70,58)
#36352C
(54,53,44)
#24241E
(36,36,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #C6BD9C

#C6BD9C
(198,189,156)
#CBC3A5
(203,195,165)
#D0C9AE
(208,201,174)
#D5CFB7
(213,207,183)
#DAD5C0
(218,213,192)
#DFDBC9
(223,219,201)
#E4E1D2
(228,225,210)
#E9E7DB
(233,231,219)
#EEEDE4
(238,237,228)
#F3F3ED
(243,243,237)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BD9C color. Also use rgb(198,189,156) instead hex code.

Text Font Color

.myTextColor { color: #C6BD9C; }

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

This text font color is #C6BD9C.

Background Color

.myBgColor { background-color: #C6BD9C; }

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

This div background color is #C6BD9C.

Border color

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

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

This div border color is #C6BD9C.

Opacity

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

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

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

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

This text has shadow with #C6BD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BD9C.

Preview

Color preview on black background

This text has color #C6BD9C on black background.


Color preview on white background

This text has color #C6BD9C on white background.


Black color preview on #C6BD9C background

This text has black color on #C6BD9C background.


White color preview on #C6BD9C background

This text has white color on #C6BD9C background.


Related colors

Complementary color

Complementary color for #hex is #394263.


I love getcolorcode.com

Triadic colors

1 #9CC6BD and #BD9CC6 with #C6BD9C are triadic colors.

2 #9CBDC6 and #BDC69C with #C6BD9C are triadic colors.