COLOR #C8B79B

HEX: #C8B79B RGB: (200,183,155)

Color info

#C8B79B contains red, green and blue colors in about the same proportion. Web safe color of #C8B79B is #CCCC99 (or #CC9).

RGB color model

#C8B79B color RGB value is (200,183,155).

RGB: (200,183,155) (78%, 72%, 61%)

RGB channels and saturation

R 200 of 255 = 78%
G 183 of 255 = 72%
B 155 of 255 = 61%

200
183
155

R + G + B ~ 70%. #C8B79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 183 + 155 = 538 (100%)
R 200 of 538 ~ 37.17%
G 183 of 538 ~ 34.01%
B 155 of 538 ~ 28.81'%

%37.17
%34.01
%28.81

CMYK color model

#C8B79B color CMYK value is (0,9,23,22).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 22.50%
  • key color value is 21.57%

CMYK: (0,9,23,22)
C0M9Y23K22 (0%, 9%, 23%, 22%)
(0.00 / 0.09 / 0.23 / 0.22)

CMYK percentages

%0
%8.5
%22.5
%21.57

Codes

Color #C8B79B in popluar color models

C8 B7 9B
RGB 200 183 155
HSL 37° 29.03% 69.61%
HSB/HSV 37° 22.50% 78.43%
CMYK 0.00% 8.50% 22.50%
21.57%

Color #C8B79B in popluar number systems.

HEX C8 B7 9B
Decimal 200 183 155
Binary 11001000 10110111 10011011
Octal 310 267 233

Shades and tints

Shades of #C8B79B

#C8B79B
(200,183,155)
#B6A78D
(182,167,141)
#A4977F
(164,151,127)
#928771
(146,135,113)
#807763
(128,119,99)
#6E6755
(110,103,85)
#5C5747
(92,87,71)
#4A4739
(74,71,57)
#38372B
(56,55,43)
#26271D
(38,39,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #C8B79B

#C8B79B
(200,183,155)
#CDBDA4
(205,189,164)
#D2C3AD
(210,195,173)
#D7C9B6
(215,201,182)
#DCCFBF
(220,207,191)
#E1D5C8
(225,213,200)
#E6DBD1
(230,219,209)
#EBE1DA
(235,225,218)
#F0E7E3
(240,231,227)
#F5EDEC
(245,237,236)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B79B color. Also use rgb(200,183,155) instead hex code.

Text Font Color

.myTextColor { color: #C8B79B; }

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

This text font color is #C8B79B.

Background Color

.myBgColor { background-color: #C8B79B; }

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

This div background color is #C8B79B.

Border color

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

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

This div border color is #C8B79B.

Opacity

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

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

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

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

This text has shadow with #C8B79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B79B.

Preview

Color preview on black background

This text has color #C8B79B on black background.


Color preview on white background

This text has color #C8B79B on white background.


Black color preview on #C8B79B background

This text has black color on #C8B79B background.


White color preview on #C8B79B background

This text has white color on #C8B79B background.


Related colors

Complementary color

Complementary color for #hex is #374864.


I love getcolorcode.com

Triadic colors

1 #9BC8B7 and #B79BC8 with #C8B79B are triadic colors.

2 #9BB7C8 and #B7C89B with #C8B79B are triadic colors.