COLOR #C7BBB1

HEX: #C7BBB1
RGB: (199,187,177)

Color info

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

RGB color model

#C7BBB1 color RGB value is (199,187,177).

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

RGB channels and saturation

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

199
187
177

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

Portions of RGB colors in percentages

R + G + B =
199 + 187 + 177 = 563 (100%)
R 199 of 563 ~ 35.35%
G 187 of 563 ~ 33.21%
B 177 of 563 ~ 31.44%

%35.35
%33.21
%31.44

CMYK color model

#C7BBB1 color CMYK value is (0,6,11,22).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(0,6,11,22)
C0M6Y11K22 
(0%,6%,11%,22%)
(0.00/0.06/0.11/0.22)	

CMYK percentages

%0
%6.03
%11.06
%21.96

Codes

Color #C7BBB1 in popluar color models

C7BBB1
RGB199187177
HSL27°16.42%73.73%
HSB/HSV27°11.06%78.04%
CMYK0.00%6.03%11.06%
21.96%

Color #C7BBB1 in popluar number systems.

HEXC7BBB1
Decimal199187177
Binary110001111011101110110001
Octal307273261

Shades and tints

Shades of #C7BBB1

#C7BBB1
(199,187,177)
#B5AAA1
(181,170,161)
#A39991
(163,153,145)
#918881
(145,136,129)
#7F7771
(127,119,113)
#6D6661
(109,102,97)
#5B5551
(91,85,81)
#494441
(73,68,65)
#373331
(55,51,49)
#252221
(37,34,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #C7BBB1

#C7BBB1
(199,187,177)
#CCC1B8
(204,193,184)
#D1C7BF
(209,199,191)
#D6CDC6
(214,205,198)
#DBD3CD
(219,211,205)
#E0D9D4
(224,217,212)
#E5DFDB
(229,223,219)
#EAE5E2
(234,229,226)
#EFEBE9
(239,235,233)
#F4F1F0
(244,241,240)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BBB1; }

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

This text font color is #C7BBB1.


Background Color

.myBgColor { background-color: #C7BBB1; }

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

This div background color is #C7BBB1.


Border color

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

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

This div border color is #C7BBB1.


Opacity

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

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

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

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

This text has shadow with #C7BBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BBB1 on black background.


Color preview on white background

This text has color #C7BBB1 on white background.



Black color preview on #C7BBB1 background

This text has black color on #C7BBB1 background.


White color preview on #C7BBB1 background

This text has white color on #C7BBB1 background.