COLOR #CFBB58

HEX: #CFBB58
RGB: (207,187,88)

Color info

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

RGB color model

#CFBB58 color RGB value is (207,187,88).

  • red value is 207;
  • green value is 187;
  • blue value is 88.
RGB:
(207,187,88)
(81%,73%,35%)

RGB channels and saturation

R 207 of 255 = 81%
G 187 of 255 = 73%
B 88 of 255 = 35%

207
187
88

R + G + B ~ 63%. #CFBB58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 187 + 88 = 482 (100%)
R 207 of 482 ~ 42.95%
G 187 of 482 ~ 38.8%
B 88 of 482 ~ 18.26%

%42.95
%38.8
%18.26

CMYK color model

#CFBB58 color CMYK value is (0,10,57,19).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 57.49%
  • key color value is 18.82%
CMYK:
(0,10,57,19)
C0M10Y57K19 
(0%,10%,57%,19%)
(0.00/0.10/0.57/0.19)	

CMYK percentages

%0
%9.66
%57.49
%18.82

Codes

Color #CFBB58 in popluar color models

CFBB58
RGB20718788
HSL50°55.35%57.84%
HSB/HSV50°57.49%81.18%
CMYK0.00%9.66%57.49%
18.82%

Color #CFBB58 in popluar number systems.

HEXCFBB58
Decimal20718788
Binary11001111101110111011000
Octal317273130

Shades and tints

Shades of #CFBB58

#CFBB58
(207,187,88)
#BDAA50
(189,170,80)
#AB9948
(171,153,72)
#998840
(153,136,64)
#877738
(135,119,56)
#756630
(117,102,48)
#635528
(99,85,40)
#514420
(81,68,32)
#3F3318
(63,51,24)
#2D2210
(45,34,16)
#1B1108
(27,17,8)
#000000
(0,0,0)

Tints of #CFBB58

#CFBB58
(207,187,88)
#D3C167
(211,193,103)
#D7C776
(215,199,118)
#DBCD85
(219,205,133)
#DFD394
(223,211,148)
#E3D9A3
(227,217,163)
#E7DFB2
(231,223,178)
#EBE5C1
(235,229,193)
#EFEBD0
(239,235,208)
#F3F1DF
(243,241,223)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBB58 color. Also use rgb(207,187,88) instead hex code.

Text Font Color

.myTextColor { color: #CFBB58; }

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

This text font color is #CFBB58.


Background Color

.myBgColor { background-color: #CFBB58; }

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

This div background color is #CFBB58.


Border color

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

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

This div border color is #CFBB58.


Opacity

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

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

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

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

This text has shadow with #CFBB58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBB58 on black background.


Color preview on white background

This text has color #CFBB58 on white background.



Black color preview on #CFBB58 background

This text has black color on #CFBB58 background.


White color preview on #CFBB58 background

This text has white color on #CFBB58 background.