COLOR #C7BBAF

HEX: #C7BBAF
RGB: (199,187,175)

Color info

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

RGB color model

#C7BBAF color RGB value is (199,187,175).

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

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 175 of 255 = 69%

199
187
175

R + G + B ~ 73%. #C7BBAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 187 + 175 = 561 (100%)
R 199 of 561 ~ 35.47%
G 187 of 561 ~ 33.33%
B 175 of 561 ~ 31.19%

%35.47
%33.33
%31.19

CMYK color model

#C7BBAF color CMYK value is (0,6,12,22).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK:
(0,6,12,22)
C0M6Y12K22 
(0%,6%,12%,22%)
(0.00/0.06/0.12/0.22)	

CMYK percentages

%0
%6.03
%12.06
%21.96

Codes

Color #C7BBAF in popluar color models

C7BBAF
RGB199187175
HSL30°17.65%73.33%
HSB/HSV30°12.06%78.04%
CMYK0.00%6.03%12.06%
21.96%

Color #C7BBAF in popluar number systems.

HEXC7BBAF
Decimal199187175
Binary110001111011101110101111
Octal307273257

Shades and tints

Shades of #C7BBAF

#C7BBAF
(199,187,175)
#B5AAA0
(181,170,160)
#A39991
(163,153,145)
#918882
(145,136,130)
#7F7773
(127,119,115)
#6D6664
(109,102,100)
#5B5555
(91,85,85)
#494446
(73,68,70)
#373337
(55,51,55)
#252228
(37,34,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #C7BBAF

#C7BBAF
(199,187,175)
#CCC1B6
(204,193,182)
#D1C7BD
(209,199,189)
#D6CDC4
(214,205,196)
#DBD3CB
(219,211,203)
#E0D9D2
(224,217,210)
#E5DFD9
(229,223,217)
#EAE5E0
(234,229,224)
#EFEBE7
(239,235,231)
#F4F1EE
(244,241,238)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BBAF; }

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

This text font color is #C7BBAF.


Background Color

.myBgColor { background-color: #C7BBAF; }

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

This div background color is #C7BBAF.


Border color

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

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

This div border color is #C7BBAF.


Opacity

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

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

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

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

This text has shadow with #C7BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BBAF on black background.


Color preview on white background

This text has color #C7BBAF on white background.



Black color preview on #C7BBAF background

This text has black color on #C7BBAF background.


White color preview on #C7BBAF background

This text has white color on #C7BBAF background.