COLOR #C8AD67

HEX: #C8AD67
RGB: (200,173,103)

Color info

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

RGB color model

#C8AD67 color RGB value is (200,173,103).

  • red value is 200;
  • green value is 173;
  • blue value is 103.
RGB:
(200,173,103)
(78%,68%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 103 of 255 = 40%

200
173
103

R + G + B ~ 62%. #C8AD67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 103 = 476 (100%)
R 200 of 476 ~ 42.02%
G 173 of 476 ~ 36.34%
B 103 of 476 ~ 21.64%

%42.02
%36.34
%21.64

CMYK color model

#C8AD67 color CMYK value is (0,14,49,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 48.50%
  • key color value is 21.57%
CMYK:
(0,14,49,22)
C0M14Y49K22 
(0%,14%,49%,22%)
(0.00/0.14/0.49/0.22)	

CMYK percentages

%0
%13.5
%48.5
%21.57

Codes

Color #C8AD67 in popluar color models

C8AD67
RGB200173103
HSL43°46.86%59.41%
HSB/HSV43°48.50%78.43%
CMYK0.00%13.50%48.50%
21.57%

Color #C8AD67 in popluar number systems.

HEXC8AD67
Decimal200173103
Binary11001000101011011100111
Octal310255147

Shades and tints

Shades of #C8AD67

#C8AD67
(200,173,103)
#B69E5E
(182,158,94)
#A48F55
(164,143,85)
#92804C
(146,128,76)
#807143
(128,113,67)
#6E623A
(110,98,58)
#5C5331
(92,83,49)
#4A4428
(74,68,40)
#38351F
(56,53,31)
#262616
(38,38,22)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #C8AD67

#C8AD67
(200,173,103)
#CDB474
(205,180,116)
#D2BB81
(210,187,129)
#D7C28E
(215,194,142)
#DCC99B
(220,201,155)
#E1D0A8
(225,208,168)
#E6D7B5
(230,215,181)
#EBDEC2
(235,222,194)
#F0E5CF
(240,229,207)
#F5ECDC
(245,236,220)
#FAF3E9
(250,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AD67 color. Also use rgb(200,173,103) instead hex code.

Text Font Color

.myTextColor { color: #C8AD67; }

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

This text font color is #C8AD67.


Background Color

.myBgColor { background-color: #C8AD67; }

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

This div background color is #C8AD67.


Border color

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

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

This div border color is #C8AD67.


Opacity

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

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

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

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

This text has shadow with #C8AD67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AD67 on black background.


Color preview on white background

This text has color #C8AD67 on white background.



Black color preview on #C8AD67 background

This text has black color on #C8AD67 background.


White color preview on #C8AD67 background

This text has white color on #C8AD67 background.