COLOR #C4BE93

HEX: #C4BE93 RGB: (196,190,147)

Color info

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

RGB color model

#C4BE93 color RGB value is (196,190,147).

RGB: (196,190,147) (77%, 75%, 58%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 147 of 255 = 58%

196
190
147

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

Portions of RGB colors in percentages

R + G + B = 196 + 190 + 147 = 533 (100%)
R 196 of 533 ~ 36.77%
G 190 of 533 ~ 35.65%
B 147 of 533 ~ 27.58'%

%36.77
%35.65
%27.58

CMYK color model

#C4BE93 color CMYK value is (0,3,25,23).

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

CMYK: (0,3,25,23)
C0M3Y25K23 (0%, 3%, 25%, 23%)
(0.00 / 0.03 / 0.25 / 0.23)

CMYK percentages

%0
%3.06
%25
%23.14

Codes

Color #C4BE93 in popluar color models

C4 BE 93
RGB 196 190 147
HSL 53° 29.34% 67.25%
HSB/HSV 53° 25.00% 76.86%
CMYK 0.00% 3.06% 25.00%
23.14%

Color #C4BE93 in popluar number systems.

HEX C4 BE 93
Decimal 196 190 147
Binary 11000100 10111110 10010011
Octal 304 276 223

Shades and tints

Shades of #C4BE93

#C4BE93
(196,190,147)
#B3AD86
(179,173,134)
#A29C79
(162,156,121)
#918B6C
(145,139,108)
#807A5F
(128,122,95)
#6F6952
(111,105,82)
#5E5845
(94,88,69)
#4D4738
(77,71,56)
#3C362B
(60,54,43)
#2B251E
(43,37,30)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C4BE93

#C4BE93
(196,190,147)
#C9C39C
(201,195,156)
#CEC8A5
(206,200,165)
#D3CDAE
(211,205,174)
#D8D2B7
(216,210,183)
#DDD7C0
(221,215,192)
#E2DCC9
(226,220,201)
#E7E1D2
(231,225,210)
#ECE6DB
(236,230,219)
#F1EBE4
(241,235,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BE93; }

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

This text font color is #C4BE93.

Background Color

.myBgColor { background-color: #C4BE93; }

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

This div background color is #C4BE93.

Border color

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

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

This div border color is #C4BE93.

Opacity

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

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

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

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

This text has shadow with #C4BE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BE93.

Preview

Color preview on black background

This text has color #C4BE93 on black background.


Color preview on white background

This text has color #C4BE93 on white background.


Black color preview on #C4BE93 background

This text has black color on #C4BE93 background.


White color preview on #C4BE93 background

This text has white color on #C4BE93 background.


Related colors

Complementary color

Complementary color for #hex is #3B416C.


I love getcolorcode.com

Triadic colors

1 #93C4BE and #BE93C4 with #C4BE93 are triadic colors.

2 #93BEC4 and #BEC493 with #C4BE93 are triadic colors.