COLOR #C4BE85

HEX: #C4BE85 RGB: (196,190,133)

Color info

#C4BE85 contains mainly red and green colors. Web safe color of #C4BE85 is #CCCC99 (or #CC9).

RGB color model

#C4BE85 color RGB value is (196,190,133).

RGB: (196,190,133) (77%, 75%, 52%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 133 of 255 = 52%

196
190
133

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

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 133 = 519 (100%)
R 196 of 519 ~ 37.76%
G 190 of 519 ~ 36.61%
B 133 of 519 ~ 25.63'%

%37.76
%36.61
%25.63

CMYK color model

#C4BE85 color CMYK value is (0,3,32,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 32.14%
  • key color value is 23.14%

CMYK: (0,3,32,23)
C0M3Y32K23 (0%, 3%, 32%, 23%)
(0.00 / 0.03 / 0.32 / 0.23)

CMYK percentages

%0
%3.06
%32.14
%23.14

Codes

Color #C4BE85 in popluar color models

C4 BE 85
RGB 196 190 133
HSL 54° 34.81% 64.51%
HSB/HSV 54° 32.14% 76.86%
CMYK 0.00% 3.06% 32.14%
23.14%

Color #C4BE85 in popluar number systems.

HEX C4 BE 85
Decimal 196 190 133
Binary 11000100 10111110 10000101
Octal 304 276 205

Shades and tints

Shades of #C4BE85

#C4BE85
(196,190,133)
#B3AD79
(179,173,121)
#A29C6D
(162,156,109)
#918B61
(145,139,97)
#807A55
(128,122,85)
#6F6949
(111,105,73)
#5E583D
(94,88,61)
#4D4731
(77,71,49)
#3C3625
(60,54,37)
#2B2519
(43,37,25)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #C4BE85

#C4BE85
(196,190,133)
#C9C390
(201,195,144)
#CEC89B
(206,200,155)
#D3CDA6
(211,205,166)
#D8D2B1
(216,210,177)
#DDD7BC
(221,215,188)
#E2DCC7
(226,220,199)
#E7E1D2
(231,225,210)
#ECE6DD
(236,230,221)
#F1EBE8
(241,235,232)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BE85 color. Also use rgb(196,190,133) instead hex code.

Text Font Color

.myTextColor { color: #C4BE85; }

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

This text font color is #C4BE85.

Background Color

.myBgColor { background-color: #C4BE85; }

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

This div background color is #C4BE85.

Border color

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

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

This div border color is #C4BE85.

Opacity

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

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

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

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

This text has shadow with #C4BE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BE85.

Preview

Color preview on black background

This text has color #C4BE85 on black background.


Color preview on white background

This text has color #C4BE85 on white background.


Black color preview on #C4BE85 background

This text has black color on #C4BE85 background.


White color preview on #C4BE85 background

This text has white color on #C4BE85 background.


Related colors

Complementary color

Complementary color for #hex is #3B417A.


I love getcolorcode.com

Triadic colors

1 #85C4BE and #BE85C4 with #C4BE85 are triadic colors.

2 #85BEC4 and #BEC485 with #C4BE85 are triadic colors.