COLOR #CFBD75

HEX: #CFBD75
RGB: (207,189,117)

Color info

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

RGB color model

#CFBD75 color RGB value is (207,189,117).

  • red value is 207;
  • green value is 189;
  • blue value is 117.
RGB:
(207,189,117)
(81%,74%,46%)

RGB channels and saturation

R 207 of 255 = 81%
G 189 of 255 = 74%
B 117 of 255 = 46%

207
189
117

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

Portions of RGB colors in percentages

R + G + B =
207 + 189 + 117 = 513 (100%)
R 207 of 513 ~ 40.35%
G 189 of 513 ~ 36.84%
B 117 of 513 ~ 22.81%

%40.35
%36.84
%22.81

CMYK color model

#CFBD75 color CMYK value is (0,9,43,19).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 43.48%
  • key color value is 18.82%
CMYK:
(0,9,43,19)
C0M9Y43K19 
(0%,9%,43%,19%)
(0.00/0.09/0.43/0.19)	

CMYK percentages

%0
%8.7
%43.48
%18.82

Codes

Color #CFBD75 in popluar color models

CFBD75
RGB207189117
HSL48°48.39%63.53%
HSB/HSV48°43.48%81.18%
CMYK0.00%8.70%43.48%
18.82%

Color #CFBD75 in popluar number systems.

HEXCFBD75
Decimal207189117
Binary11001111101111011110101
Octal317275165

Shades and tints

Shades of #CFBD75

#CFBD75
(207,189,117)
#BDAC6B
(189,172,107)
#AB9B61
(171,155,97)
#998A57
(153,138,87)
#87794D
(135,121,77)
#756843
(117,104,67)
#635739
(99,87,57)
#51462F
(81,70,47)
#3F3525
(63,53,37)
#2D241B
(45,36,27)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #CFBD75

#CFBD75
(207,189,117)
#D3C381
(211,195,129)
#D7C98D
(215,201,141)
#DBCF99
(219,207,153)
#DFD5A5
(223,213,165)
#E3DBB1
(227,219,177)
#E7E1BD
(231,225,189)
#EBE7C9
(235,231,201)
#EFEDD5
(239,237,213)
#F3F3E1
(243,243,225)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBD75 color. Also use rgb(207,189,117) instead hex code.

Text Font Color

.myTextColor { color: #CFBD75; }

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

This text font color is #CFBD75.


Background Color

.myBgColor { background-color: #CFBD75; }

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

This div background color is #CFBD75.


Border color

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

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

This div border color is #CFBD75.


Opacity

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

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

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

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

This text has shadow with #CFBD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBD75 on black background.


Color preview on white background

This text has color #CFBD75 on white background.



Black color preview on #CFBD75 background

This text has black color on #CFBD75 background.


White color preview on #CFBD75 background

This text has white color on #CFBD75 background.