COLOR #C9BD6A

HEX: #C9BD6A RGB: (201,189,106)

Color info

#C9BD6A contains mainly red and green colors. Web safe color of #C9BD6A is #CCCC66 (or #CC6).

RGB color model

#C9BD6A color RGB value is (201,189,106).

RGB: (201,189,106) (79%, 74%, 42%)

RGB channels and saturation

R 201 of 255 = 79%
G 189 of 255 = 74%
B 106 of 255 = 42%

201
189
106

R + G + B ~ 65%. #C9BD6A is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 189 + 106 = 496 (100%)
R 201 of 496 ~ 40.52%
G 189 of 496 ~ 38.1%
B 106 of 496 ~ 21.37'%

%40.52
%38.1
%21.37

CMYK color model

#C9BD6A color CMYK value is (0,6,47,21).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 47.26%
  • key color value is 21.18%

CMYK: (0,6,47,21)
C0M6Y47K21 (0%, 6%, 47%, 21%)
(0.00 / 0.06 / 0.47 / 0.21)

CMYK percentages

%0
%5.97
%47.26
%21.18

Codes

Color #C9BD6A in popluar color models

C9 BD 6A
RGB 201 189 106
HSL 52° 46.80% 60.20%
HSB/HSV 52° 47.26% 78.82%
CMYK 0.00% 5.97% 47.26%
21.18%

Color #C9BD6A in popluar number systems.

HEX C9 BD 6A
Decimal 201 189 106
Binary 11001001 10111101 1101010
Octal 311 275 152

Shades and tints

Shades of #C9BD6A

#C9BD6A
(201,189,106)
#B7AC61
(183,172,97)
#A59B58
(165,155,88)
#938A4F
(147,138,79)
#817946
(129,121,70)
#6F683D
(111,104,61)
#5D5734
(93,87,52)
#4B462B
(75,70,43)
#393522
(57,53,34)
#272419
(39,36,25)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C9BD6A

#C9BD6A
(201,189,106)
#CDC377
(205,195,119)
#D1C984
(209,201,132)
#D5CF91
(213,207,145)
#D9D59E
(217,213,158)
#DDDBAB
(221,219,171)
#E1E1B8
(225,225,184)
#E5E7C5
(229,231,197)
#E9EDD2
(233,237,210)
#EDF3DF
(237,243,223)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BD6A color. Also use rgb(201,189,106) instead hex code.

Text Font Color

.myTextColor { color: #C9BD6A; }

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

This text font color is #C9BD6A.

Background Color

.myBgColor { background-color: #C9BD6A; }

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

This div background color is #C9BD6A.

Border color

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

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

This div border color is #C9BD6A.

Opacity

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

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

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

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

This text has shadow with #C9BD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BD6A.

Preview

Color preview on black background

This text has color #C9BD6A on black background.


Color preview on white background

This text has color #C9BD6A on white background.


Black color preview on #C9BD6A background

This text has black color on #C9BD6A background.


White color preview on #C9BD6A background

This text has white color on #C9BD6A background.


Related colors

Complementary color

Complementary color for #hex is #364295.


I love getcolorcode.com

Triadic colors

1 #6AC9BD and #BD6AC9 with #C9BD6A are triadic colors.

2 #6ABDC9 and #BDC96A with #C9BD6A are triadic colors.