COLOR #CFB663

HEX: #CFB663
RGB: (207,182,99)

Color info

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

RGB color model

#CFB663 color RGB value is (207,182,99).

  • red value is 207;
  • green value is 182;
  • blue value is 99.
RGB:
(207,182,99)
(81%,71%,39%)

RGB channels and saturation

R 207 of 255 = 81%
G 182 of 255 = 71%
B 99 of 255 = 39%

207
182
99

R + G + B ~ 64%. #CFB663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 182 + 99 = 488 (100%)
R 207 of 488 ~ 42.42%
G 182 of 488 ~ 37.3%
B 99 of 488 ~ 20.29%

%42.42
%37.3
%20.29

CMYK color model

#CFB663 color CMYK value is (0,12,52,19).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 52.17%
  • key color value is 18.82%
CMYK:
(0,12,52,19)
C0M12Y52K19 
(0%,12%,52%,19%)
(0.00/0.12/0.52/0.19)	

CMYK percentages

%0
%12.08
%52.17
%18.82

Codes

Color #CFB663 in popluar color models

CFB663
RGB20718299
HSL46°52.94%60.00%
HSB/HSV46°52.17%81.18%
CMYK0.00%12.08%52.17%
18.82%

Color #CFB663 in popluar number systems.

HEXCFB663
Decimal20718299
Binary11001111101101101100011
Octal317266143

Shades and tints

Shades of #CFB663

#CFB663
(207,182,99)
#BDA65A
(189,166,90)
#AB9651
(171,150,81)
#998648
(153,134,72)
#87763F
(135,118,63)
#756636
(117,102,54)
#63562D
(99,86,45)
#514624
(81,70,36)
#3F361B
(63,54,27)
#2D2612
(45,38,18)
#1B1609
(27,22,9)
#000000
(0,0,0)

Tints of #CFB663

#CFB663
(207,182,99)
#D3BC71
(211,188,113)
#D7C27F
(215,194,127)
#DBC88D
(219,200,141)
#DFCE9B
(223,206,155)
#E3D4A9
(227,212,169)
#E7DAB7
(231,218,183)
#EBE0C5
(235,224,197)
#EFE6D3
(239,230,211)
#F3ECE1
(243,236,225)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB663 color. Also use rgb(207,182,99) instead hex code.

Text Font Color

.myTextColor { color: #CFB663; }

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

This text font color is #CFB663.


Background Color

.myBgColor { background-color: #CFB663; }

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

This div background color is #CFB663.


Border color

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

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

This div border color is #CFB663.


Opacity

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

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

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

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

This text has shadow with #CFB663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB663 on black background.


Color preview on white background

This text has color #CFB663 on white background.



Black color preview on #CFB663 background

This text has black color on #CFB663 background.


White color preview on #CFB663 background

This text has white color on #CFB663 background.