COLOR #CFA67D

HEX: #CFA67D
RGB: (207,166,125)

Color info

#CFA67D contains mainly red and green colors. Web safe color of #CFA67D is #CC9966 (or #C96).

RGB color model

#CFA67D color RGB value is (207,166,125).

  • red value is 207;
  • green value is 166;
  • blue value is 125.
RGB:
(207,166,125)
(81%,65%,49%)

RGB channels and saturation

R 207 of 255 = 81%
G 166 of 255 = 65%
B 125 of 255 = 49%

207
166
125

R + G + B ~ 65%. #CFA67D is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 166 + 125 = 498 (100%)
R 207 of 498 ~ 41.57%
G 166 of 498 ~ 33.33%
B 125 of 498 ~ 25.1%

%41.57
%33.33
%25.1

CMYK color model

#CFA67D color CMYK value is (0,20,40,19).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK:
(0,20,40,19)
C0M20Y40K19 
(0%,20%,40%,19%)
(0.00/0.20/0.40/0.19)	

CMYK percentages

%0
%19.81
%39.61
%18.82

Codes

Color #CFA67D in popluar color models

CFA67D
RGB207166125
HSL30°46.07%65.10%
HSB/HSV30°39.61%81.18%
CMYK0.00%19.81%39.61%
18.82%

Color #CFA67D in popluar number systems.

HEXCFA67D
Decimal207166125
Binary11001111101001101111101
Octal317246175

Shades and tints

Shades of #CFA67D

#CFA67D
(207,166,125)
#BD9772
(189,151,114)
#AB8867
(171,136,103)
#99795C
(153,121,92)
#876A51
(135,106,81)
#755B46
(117,91,70)
#634C3B
(99,76,59)
#513D30
(81,61,48)
#3F2E25
(63,46,37)
#2D1F1A
(45,31,26)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #CFA67D

#CFA67D
(207,166,125)
#D3AE88
(211,174,136)
#D7B693
(215,182,147)
#DBBE9E
(219,190,158)
#DFC6A9
(223,198,169)
#E3CEB4
(227,206,180)
#E7D6BF
(231,214,191)
#EBDECA
(235,222,202)
#EFE6D5
(239,230,213)
#F3EEE0
(243,238,224)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA67D color. Also use rgb(207,166,125) instead hex code.

Text Font Color

.myTextColor { color: #CFA67D; }

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

This text font color is #CFA67D.


Background Color

.myBgColor { background-color: #CFA67D; }

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

This div background color is #CFA67D.


Border color

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

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

This div border color is #CFA67D.


Opacity

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

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

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

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

This text has shadow with #CFA67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA67D on black background.


Color preview on white background

This text has color #CFA67D on white background.



Black color preview on #CFA67D background

This text has black color on #CFA67D background.


White color preview on #CFA67D background

This text has white color on #CFA67D background.