COLOR #C4B68B

HEX: #C4B68B RGB: (196,182,139)

Color info

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

RGB color model

#C4B68B color RGB value is (196,182,139).

RGB: (196,182,139) (77%, 71%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 139 of 255 = 55%

196
182
139

R + G + B ~ 68%. #C4B68B is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 182 + 139 = 517 (100%)
R 196 of 517 ~ 37.91%
G 182 of 517 ~ 35.2%
B 139 of 517 ~ 26.89'%

%37.91
%35.2
%26.89

CMYK color model

#C4B68B color CMYK value is (0,7,29,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 29.08%
  • key color value is 23.14%

CMYK: (0,7,29,23)
C0M7Y29K23 (0%, 7%, 29%, 23%)
(0.00 / 0.07 / 0.29 / 0.23)

CMYK percentages

%0
%7.14
%29.08
%23.14

Codes

Color #C4B68B in popluar color models

C4 B6 8B
RGB 196 182 139
HSL 45° 32.57% 65.69%
HSB/HSV 45° 29.08% 76.86%
CMYK 0.00% 7.14% 29.08%
23.14%

Color #C4B68B in popluar number systems.

HEX C4 B6 8B
Decimal 196 182 139
Binary 11000100 10110110 10001011
Octal 304 266 213

Shades and tints

Shades of #C4B68B

#C4B68B
(196,182,139)
#B3A67F
(179,166,127)
#A29673
(162,150,115)
#918667
(145,134,103)
#80765B
(128,118,91)
#6F664F
(111,102,79)
#5E5643
(94,86,67)
#4D4637
(77,70,55)
#3C362B
(60,54,43)
#2B261F
(43,38,31)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C4B68B

#C4B68B
(196,182,139)
#C9BC95
(201,188,149)
#CEC29F
(206,194,159)
#D3C8A9
(211,200,169)
#D8CEB3
(216,206,179)
#DDD4BD
(221,212,189)
#E2DAC7
(226,218,199)
#E7E0D1
(231,224,209)
#ECE6DB
(236,230,219)
#F1ECE5
(241,236,229)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B68B color. Also use rgb(196,182,139) instead hex code.

Text Font Color

.myTextColor { color: #C4B68B; }

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

This text font color is #C4B68B.

Background Color

.myBgColor { background-color: #C4B68B; }

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

This div background color is #C4B68B.

Border color

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

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

This div border color is #C4B68B.

Opacity

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

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

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

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

This text has shadow with #C4B68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B68B.

Preview

Color preview on black background

This text has color #C4B68B on black background.


Color preview on white background

This text has color #C4B68B on white background.


Black color preview on #C4B68B background

This text has black color on #C4B68B background.


White color preview on #C4B68B background

This text has white color on #C4B68B background.


Related colors

Complementary color

Complementary color for #hex is #3B4974.


I love getcolorcode.com

Triadic colors

1 #8BC4B6 and #B68BC4 with #C4B68B are triadic colors.

2 #8BB6C4 and #B6C48B with #C4B68B are triadic colors.