COLOR #CBBD73

HEX: #CBBD73
RGB: (203,189,115)

Color info

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

RGB color model

#CBBD73 color RGB value is (203,189,115).

  • red value is 203;
  • green value is 189;
  • blue value is 115.
RGB:
(203,189,115)
(80%,74%,45%)

RGB channels and saturation

R 203 of 255 = 80%
G 189 of 255 = 74%
B 115 of 255 = 45%

203
189
115

R + G + B ~ 66%. #CBBD73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 189 + 115 = 507 (100%)
R 203 of 507 ~ 40.04%
G 189 of 507 ~ 37.28%
B 115 of 507 ~ 22.68%

%40.04
%37.28
%22.68

CMYK color model

#CBBD73 color CMYK value is (0,7,43,20).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 43.35%
  • key color value is 20.39%
CMYK:
(0,7,43,20)
C0M7Y43K20 
(0%,7%,43%,20%)
(0.00/0.07/0.43/0.20)	

CMYK percentages

%0
%6.9
%43.35
%20.39

Codes

Color #CBBD73 in popluar color models

CBBD73
RGB203189115
HSL50°45.83%62.35%
HSB/HSV50°43.35%79.61%
CMYK0.00%6.90%43.35%
20.39%

Color #CBBD73 in popluar number systems.

HEXCBBD73
Decimal203189115
Binary11001011101111011110011
Octal313275163

Shades and tints

Shades of #CBBD73

#CBBD73
(203,189,115)
#B9AC69
(185,172,105)
#A79B5F
(167,155,95)
#958A55
(149,138,85)
#83794B
(131,121,75)
#716841
(113,104,65)
#5F5737
(95,87,55)
#4D462D
(77,70,45)
#3B3523
(59,53,35)
#292419
(41,36,25)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #CBBD73

#CBBD73
(203,189,115)
#CFC37F
(207,195,127)
#D3C98B
(211,201,139)
#D7CF97
(215,207,151)
#DBD5A3
(219,213,163)
#DFDBAF
(223,219,175)
#E3E1BB
(227,225,187)
#E7E7C7
(231,231,199)
#EBEDD3
(235,237,211)
#EFF3DF
(239,243,223)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBBD73 color. Also use rgb(203,189,115) instead hex code.

Text Font Color

.myTextColor { color: #CBBD73; }

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

This text font color is #CBBD73.


Background Color

.myBgColor { background-color: #CBBD73; }

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

This div background color is #CBBD73.


Border color

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

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

This div border color is #CBBD73.


Opacity

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

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

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

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

This text has shadow with #CBBD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBBD73 on black background.


Color preview on white background

This text has color #CBBD73 on white background.



Black color preview on #CBBD73 background

This text has black color on #CBBD73 background.


White color preview on #CBBD73 background

This text has white color on #CBBD73 background.