COLOR #C7B0BF

HEX: #C7B0BF
RGB: (199,176,191)

Color info

#C7B0BF contains red, green and blue colors in about the same proportion. Web safe color of #C7B0BF is #CC99CC (or #C9C).

RGB color model

#C7B0BF color RGB value is (199,176,191).

  • red value is 199;
  • green value is 176;
  • blue value is 191.
RGB:
(199,176,191)
(78%,69%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 191 of 255 = 75%

199
176
191

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

Portions of RGB colors in percentages

R + G + B =
199 + 176 + 191 = 566 (100%)
R 199 of 566 ~ 35.16%
G 176 of 566 ~ 31.1%
B 191 of 566 ~ 33.75%

%35.16
%31.1
%33.75

CMYK color model

#C7B0BF color CMYK value is (0,12,4,22).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(0,12,4,22)
C0M12Y4K22 
(0%,12%,4%,22%)
(0.00/0.12/0.04/0.22)	

CMYK percentages

%0
%11.56
%4.02
%21.96

Codes

Color #C7B0BF in popluar color models

C7B0BF
RGB199176191
HSL321°17.04%73.53%
HSB/HSV321°11.56%78.04%
CMYK0.00%11.56%4.02%
21.96%

Color #C7B0BF in popluar number systems.

HEXC7B0BF
Decimal199176191
Binary110001111011000010111111
Octal307260277

Shades and tints

Shades of #C7B0BF

#C7B0BF
(199,176,191)
#B5A0AE
(181,160,174)
#A3909D
(163,144,157)
#91808C
(145,128,140)
#7F707B
(127,112,123)
#6D606A
(109,96,106)
#5B5059
(91,80,89)
#494048
(73,64,72)
#373037
(55,48,55)
#252026
(37,32,38)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #C7B0BF

#C7B0BF
(199,176,191)
#CCB7C4
(204,183,196)
#D1BEC9
(209,190,201)
#D6C5CE
(214,197,206)
#DBCCD3
(219,204,211)
#E0D3D8
(224,211,216)
#E5DADD
(229,218,221)
#EAE1E2
(234,225,226)
#EFE8E7
(239,232,231)
#F4EFEC
(244,239,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B0BF color. Also use rgb(199,176,191) instead hex code.

Text Font Color

.myTextColor { color: #C7B0BF; }

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

This text font color is #C7B0BF.


Background Color

.myBgColor { background-color: #C7B0BF; }

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

This div background color is #C7B0BF.


Border color

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

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

This div border color is #C7B0BF.


Opacity

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

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

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

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

This text has shadow with #C7B0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B0BF on black background.


Color preview on white background

This text has color #C7B0BF on white background.



Black color preview on #C7B0BF background

This text has black color on #C7B0BF background.


White color preview on #C7B0BF background

This text has white color on #C7B0BF background.