COLOR #CBB97D

HEX: #CBB97D RGB: (203,185,125)

Color info

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

RGB color model

#CBB97D color RGB value is (203,185,125).

RGB: (203,185,125) (80%, 73%, 49%)

RGB channels and saturation

R 203 of 255 = 80%
G 185 of 255 = 73%
B 125 of 255 = 49%

203
185
125

R + G + B ~ 67%. #CBB97D is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 185 + 125 = 513 (100%)
R 203 of 513 ~ 39.57%
G 185 of 513 ~ 36.06%
B 125 of 513 ~ 24.37'%

%39.57
%36.06
%24.37

CMYK color model

#CBB97D color CMYK value is (0,9,38,20).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 38.42%
  • key color value is 20.39%

CMYK: (0,9,38,20)
C0M9Y38K20 (0%, 9%, 38%, 20%)
(0.00 / 0.09 / 0.38 / 0.20)

CMYK percentages

%0
%8.87
%38.42
%20.39

Codes

Color #CBB97D in popluar color models

CB B9 7D
RGB 203 185 125
HSL 46° 42.86% 64.31%
HSB/HSV 46° 38.42% 79.61%
CMYK 0.00% 8.87% 38.42%
20.39%

Color #CBB97D in popluar number systems.

HEX CB B9 7D
Decimal 203 185 125
Binary 11001011 10111001 1111101
Octal 313 271 175

Shades and tints

Shades of #CBB97D

#CBB97D
(203,185,125)
#B9A972
(185,169,114)
#A79967
(167,153,103)
#95895C
(149,137,92)
#837951
(131,121,81)
#716946
(113,105,70)
#5F593B
(95,89,59)
#4D4930
(77,73,48)
#3B3925
(59,57,37)
#29291A
(41,41,26)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #CBB97D

#CBB97D
(203,185,125)
#CFBF88
(207,191,136)
#D3C593
(211,197,147)
#D7CB9E
(215,203,158)
#DBD1A9
(219,209,169)
#DFD7B4
(223,215,180)
#E3DDBF
(227,221,191)
#E7E3CA
(231,227,202)
#EBE9D5
(235,233,213)
#EFEFE0
(239,239,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB97D color. Also use rgb(203,185,125) instead hex code.

Text Font Color

.myTextColor { color: #CBB97D; }

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

This text font color is #CBB97D.

Background Color

.myBgColor { background-color: #CBB97D; }

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

This div background color is #CBB97D.

Border color

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

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

This div border color is #CBB97D.

Opacity

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

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

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

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

This text has shadow with #CBB97D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB97D.

Preview

Color preview on black background

This text has color #CBB97D on black background.


Color preview on white background

This text has color #CBB97D on white background.


Black color preview on #CBB97D background

This text has black color on #CBB97D background.


White color preview on #CBB97D background

This text has white color on #CBB97D background.


Related colors

Complementary color

Complementary color for #hex is #344682.


I love getcolorcode.com

Triadic colors

1 #7DCBB9 and #B97DCB with #CBB97D are triadic colors.

2 #7DB9CB and #B9CB7D with #CBB97D are triadic colors.