COLOR #C7BCB3

HEX: #C7BCB3
RGB: (199,188,179)

Color info

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

RGB color model

#C7BCB3 color RGB value is (199,188,179).

  • red value is 199;
  • green value is 188;
  • blue value is 179.
RGB:
(199,188,179)
(78%,74%,70%)

RGB channels and saturation

R 199 of 255 = 78%
G 188 of 255 = 74%
B 179 of 255 = 70%

199
188
179

R + G + B ~ 74%. #C7BCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 188 + 179 = 566 (100%)
R 199 of 566 ~ 35.16%
G 188 of 566 ~ 33.22%
B 179 of 566 ~ 31.63%

%35.16
%33.22
%31.63

CMYK color model

#C7BCB3 color CMYK value is (0,6,10,22).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 10.05%
  • key color value is 21.96%
CMYK:
(0,6,10,22)
C0M6Y10K22 
(0%,6%,10%,22%)
(0.00/0.06/0.10/0.22)	

CMYK percentages

%0
%5.53
%10.05
%21.96

Codes

Color #C7BCB3 in popluar color models

C7BCB3
RGB199188179
HSL27°15.15%74.12%
HSB/HSV27°10.05%78.04%
CMYK0.00%5.53%10.05%
21.96%

Color #C7BCB3 in popluar number systems.

HEXC7BCB3
Decimal199188179
Binary110001111011110010110011
Octal307274263

Shades and tints

Shades of #C7BCB3

#C7BCB3
(199,188,179)
#B5ABA3
(181,171,163)
#A39A93
(163,154,147)
#918983
(145,137,131)
#7F7873
(127,120,115)
#6D6763
(109,103,99)
#5B5653
(91,86,83)
#494543
(73,69,67)
#373433
(55,52,51)
#252323
(37,35,35)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #C7BCB3

#C7BCB3
(199,188,179)
#CCC2B9
(204,194,185)
#D1C8BF
(209,200,191)
#D6CEC5
(214,206,197)
#DBD4CB
(219,212,203)
#E0DAD1
(224,218,209)
#E5E0D7
(229,224,215)
#EAE6DD
(234,230,221)
#EFECE3
(239,236,227)
#F4F2E9
(244,242,233)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BCB3 color. Also use rgb(199,188,179) instead hex code.

Text Font Color

.myTextColor { color: #C7BCB3; }

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

This text font color is #C7BCB3.


Background Color

.myBgColor { background-color: #C7BCB3; }

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

This div background color is #C7BCB3.


Border color

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

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

This div border color is #C7BCB3.


Opacity

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

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

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

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

This text has shadow with #C7BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BCB3 on black background.


Color preview on white background

This text has color #C7BCB3 on white background.



Black color preview on #C7BCB3 background

This text has black color on #C7BCB3 background.


White color preview on #C7BCB3 background

This text has white color on #C7BCB3 background.