COLOR #C9BD88

HEX: #C9BD88 RGB: (201,189,136)

Color info

#C9BD88 contains mainly red and green colors. Web safe color of #C9BD88 is #CCCC99 (or #CC9).

RGB color model

#C9BD88 color RGB value is (201,189,136).

RGB: (201,189,136) (79%, 74%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 189 of 255 = 74%
B 136 of 255 = 53%

201
189
136

R + G + B ~ 69%. #C9BD88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 189 + 136 = 526 (100%)
R 201 of 526 ~ 38.21%
G 189 of 526 ~ 35.93%
B 136 of 526 ~ 25.86'%

%38.21
%35.93
%25.86

CMYK color model

#C9BD88 color CMYK value is (0,6,32,21).

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

CMYK: (0,6,32,21)
C0M6Y32K21 (0%, 6%, 32%, 21%)
(0.00 / 0.06 / 0.32 / 0.21)

CMYK percentages

%0
%5.97
%32.34
%21.18

Codes

Color #C9BD88 in popluar color models

C9 BD 88
RGB 201 189 136
HSL 49° 37.57% 66.08%
HSB/HSV 49° 32.34% 78.82%
CMYK 0.00% 5.97% 32.34%
21.18%

Color #C9BD88 in popluar number systems.

HEX C9 BD 88
Decimal 201 189 136
Binary 11001001 10111101 10001000
Octal 311 275 210

Shades and tints

Shades of #C9BD88

#C9BD88
(201,189,136)
#B7AC7C
(183,172,124)
#A59B70
(165,155,112)
#938A64
(147,138,100)
#817958
(129,121,88)
#6F684C
(111,104,76)
#5D5740
(93,87,64)
#4B4634
(75,70,52)
#393528
(57,53,40)
#27241C
(39,36,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C9BD88

#C9BD88
(201,189,136)
#CDC392
(205,195,146)
#D1C99C
(209,201,156)
#D5CFA6
(213,207,166)
#D9D5B0
(217,213,176)
#DDDBBA
(221,219,186)
#E1E1C4
(225,225,196)
#E5E7CE
(229,231,206)
#E9EDD8
(233,237,216)
#EDF3E2
(237,243,226)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BD88; }

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

This text font color is #C9BD88.

Background Color

.myBgColor { background-color: #C9BD88; }

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

This div background color is #C9BD88.

Border color

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

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

This div border color is #C9BD88.

Opacity

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

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

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

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

This text has shadow with #C9BD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BD88.

Preview

Color preview on black background

This text has color #C9BD88 on black background.


Color preview on white background

This text has color #C9BD88 on white background.


Black color preview on #C9BD88 background

This text has black color on #C9BD88 background.


White color preview on #C9BD88 background

This text has white color on #C9BD88 background.


Related colors

Complementary color

Complementary color for #hex is #364277.


I love getcolorcode.com

Triadic colors

1 #88C9BD and #BD88C9 with #C9BD88 are triadic colors.

2 #88BDC9 and #BDC988 with #C9BD88 are triadic colors.