COLOR #C0BF97

HEX: #C0BF97 RGB: (192,191,151)

Color info

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

RGB color model

#C0BF97 color RGB value is (192,191,151).

RGB: (192,191,151) (75%, 75%, 59%)

RGB channels and saturation

R 192 of 255 = 75%
G 191 of 255 = 75%
B 151 of 255 = 59%

192
191
151

R + G + B ~ 70%. #C0BF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 191 + 151 = 534 (100%)
R 192 of 534 ~ 35.96%
G 191 of 534 ~ 35.77%
B 151 of 534 ~ 28.28'%

%35.96
%35.77
%28.28

CMYK color model

#C0BF97 color CMYK value is (0,1,21,25).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 21.35%
  • key color value is 24.71%

CMYK: (0,1,21,25)
C0M1Y21K25 (0%, 1%, 21%, 25%)
(0.00 / 0.01 / 0.21 / 0.25)

CMYK percentages

%0
%0.52
%21.35
%24.71

Codes

Color #C0BF97 in popluar color models

C0 BF 97
RGB 192 191 151
HSL 59° 24.55% 67.25%
HSB/HSV 59° 21.35% 75.29%
CMYK 0.00% 0.52% 21.35%
24.71%

Color #C0BF97 in popluar number systems.

HEX C0 BF 97
Decimal 192 191 151
Binary 11000000 10111111 10010111
Octal 300 277 227

Shades and tints

Shades of #C0BF97

#C0BF97
(192,191,151)
#AFAE8A
(175,174,138)
#9E9D7D
(158,157,125)
#8D8C70
(141,140,112)
#7C7B63
(124,123,99)
#6B6A56
(107,106,86)
#5A5949
(90,89,73)
#49483C
(73,72,60)
#38372F
(56,55,47)
#272622
(39,38,34)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #C0BF97

#C0BF97
(192,191,151)
#C5C4A0
(197,196,160)
#CAC9A9
(202,201,169)
#CFCEB2
(207,206,178)
#D4D3BB
(212,211,187)
#D9D8C4
(217,216,196)
#DEDDCD
(222,221,205)
#E3E2D6
(227,226,214)
#E8E7DF
(232,231,223)
#EDECE8
(237,236,232)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BF97 color. Also use rgb(192,191,151) instead hex code.

Text Font Color

.myTextColor { color: #C0BF97; }

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

This text font color is #C0BF97.

Background Color

.myBgColor { background-color: #C0BF97; }

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

This div background color is #C0BF97.

Border color

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

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

This div border color is #C0BF97.

Opacity

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

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

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

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

This text has shadow with #C0BF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0BF97.

Preview

Color preview on black background

This text has color #C0BF97 on black background.


Color preview on white background

This text has color #C0BF97 on white background.


Black color preview on #C0BF97 background

This text has black color on #C0BF97 background.


White color preview on #C0BF97 background

This text has white color on #C0BF97 background.


Related colors

Complementary color

Complementary color for #hex is #3F4068.


I love getcolorcode.com

Triadic colors

1 #97C0BF and #BF97C0 with #C0BF97 are triadic colors.

2 #97BFC0 and #BFC097 with #C0BF97 are triadic colors.