COLOR #C2BD96

HEX: #C2BD96 RGB: (194,189,150)

Color info

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

RGB color model

#C2BD96 color RGB value is (194,189,150).

RGB: (194,189,150) (76%, 74%, 59%)

RGB channels and saturation

R 194 of 255 = 76%
G 189 of 255 = 74%
B 150 of 255 = 59%

194
189
150

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

Portions of RGB colors in percentages

R + G + B = 194 + 189 + 150 = 533 (100%)
R 194 of 533 ~ 36.4%
G 189 of 533 ~ 35.46%
B 150 of 533 ~ 28.14'%

%36.4
%35.46
%28.14

CMYK color model

#C2BD96 color CMYK value is (0,3,23,24).

  • cyan value is 0.00%
  • magenta value is 2.58%
  • yellow value is 22.68%
  • key color value is 23.92%

CMYK: (0,3,23,24)
C0M3Y23K24 (0%, 3%, 23%, 24%)
(0.00 / 0.03 / 0.23 / 0.24)

CMYK percentages

%0
%2.58
%22.68
%23.92

Codes

Color #C2BD96 in popluar color models

C2 BD 96
RGB 194 189 150
HSL 53° 26.51% 67.45%
HSB/HSV 53° 22.68% 76.08%
CMYK 0.00% 2.58% 22.68%
23.92%

Color #C2BD96 in popluar number systems.

HEX C2 BD 96
Decimal 194 189 150
Binary 11000010 10111101 10010110
Octal 302 275 226

Shades and tints

Shades of #C2BD96

#C2BD96
(194,189,150)
#B1AC89
(177,172,137)
#A09B7C
(160,155,124)
#8F8A6F
(143,138,111)
#7E7962
(126,121,98)
#6D6855
(109,104,85)
#5C5748
(92,87,72)
#4B463B
(75,70,59)
#3A352E
(58,53,46)
#292421
(41,36,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C2BD96

#C2BD96
(194,189,150)
#C7C39F
(199,195,159)
#CCC9A8
(204,201,168)
#D1CFB1
(209,207,177)
#D6D5BA
(214,213,186)
#DBDBC3
(219,219,195)
#E0E1CC
(224,225,204)
#E5E7D5
(229,231,213)
#EAEDDE
(234,237,222)
#EFF3E7
(239,243,231)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BD96 color. Also use rgb(194,189,150) instead hex code.

Text Font Color

.myTextColor { color: #C2BD96; }

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

This text font color is #C2BD96.

Background Color

.myBgColor { background-color: #C2BD96; }

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

This div background color is #C2BD96.

Border color

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

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

This div border color is #C2BD96.

Opacity

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

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

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

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

This text has shadow with #C2BD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BD96.

Preview

Color preview on black background

This text has color #C2BD96 on black background.


Color preview on white background

This text has color #C2BD96 on white background.


Black color preview on #C2BD96 background

This text has black color on #C2BD96 background.


White color preview on #C2BD96 background

This text has white color on #C2BD96 background.


Related colors

Complementary color

Complementary color for #hex is #3D4269.


I love getcolorcode.com

Triadic colors

1 #96C2BD and #BD96C2 with #C2BD96 are triadic colors.

2 #96BDC2 and #BDC296 with #C2BD96 are triadic colors.