COLOR #C7BB96

HEX: #C7BB96
RGB: (199,187,150)

Color info

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

RGB color model

#C7BB96 color RGB value is (199,187,150).

  • red value is 199;
  • green value is 187;
  • blue value is 150.
RGB:
(199,187,150)
(78%,73%,59%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 150 of 255 = 59%

199
187
150

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

Portions of RGB colors in percentages

R + G + B =
199 + 187 + 150 = 536 (100%)
R 199 of 536 ~ 37.13%
G 187 of 536 ~ 34.89%
B 150 of 536 ~ 27.99%

%37.13
%34.89
%27.99

CMYK color model

#C7BB96 color CMYK value is (0,6,25,22).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 24.62%
  • key color value is 21.96%
CMYK:
(0,6,25,22)
C0M6Y25K22 
(0%,6%,25%,22%)
(0.00/0.06/0.25/0.22)	

CMYK percentages

%0
%6.03
%24.62
%21.96

Codes

Color #C7BB96 in popluar color models

C7BB96
RGB199187150
HSL45°30.43%68.43%
HSB/HSV45°24.62%78.04%
CMYK0.00%6.03%24.62%
21.96%

Color #C7BB96 in popluar number systems.

HEXC7BB96
Decimal199187150
Binary110001111011101110010110
Octal307273226

Shades and tints

Shades of #C7BB96

#C7BB96
(199,187,150)
#B5AA89
(181,170,137)
#A3997C
(163,153,124)
#91886F
(145,136,111)
#7F7762
(127,119,98)
#6D6655
(109,102,85)
#5B5548
(91,85,72)
#49443B
(73,68,59)
#37332E
(55,51,46)
#252221
(37,34,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #C7BB96

#C7BB96
(199,187,150)
#CCC19F
(204,193,159)
#D1C7A8
(209,199,168)
#D6CDB1
(214,205,177)
#DBD3BA
(219,211,186)
#E0D9C3
(224,217,195)
#E5DFCC
(229,223,204)
#EAE5D5
(234,229,213)
#EFEBDE
(239,235,222)
#F4F1E7
(244,241,231)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BB96 color. Also use rgb(199,187,150) instead hex code.

Text Font Color

.myTextColor { color: #C7BB96; }

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

This text font color is #C7BB96.


Background Color

.myBgColor { background-color: #C7BB96; }

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

This div background color is #C7BB96.


Border color

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

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

This div border color is #C7BB96.


Opacity

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

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

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

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

This text has shadow with #C7BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BB96 on black background.


Color preview on white background

This text has color #C7BB96 on white background.



Black color preview on #C7BB96 background

This text has black color on #C7BB96 background.


White color preview on #C7BB96 background

This text has white color on #C7BB96 background.