COLOR #C7B0B1

HEX: #C7B0B1 RGB: (199,176,177)

Color info

#C7B0B1 contains red, green and blue colors in about the same proportion. Web safe color of #C7B0B1 is #CC9999 (or #C99).

RGB color model

#C7B0B1 color RGB value is (199,176,177).

RGB: (199,176,177) (78%, 69%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 177 of 255 = 69%

199
176
177

R + G + B ~ 72%. #C7B0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 177 = 552 (100%)
R 199 of 552 ~ 36.05%
G 176 of 552 ~ 31.88%
B 177 of 552 ~ 32.07'%

%36.05
%31.88
%32.07

CMYK color model

#C7B0B1 color CMYK value is (0,12,11,22).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 11.06%
  • key color value is 21.96%

CMYK: (0,12,11,22)
C0M12Y11K22 (0%, 12%, 11%, 22%)
(0.00 / 0.12 / 0.11 / 0.22)

CMYK percentages

%0
%11.56
%11.06
%21.96

Codes

Color #C7B0B1 in popluar color models

C7 B0 B1
RGB 199 176 177
HSL 357° 17.04% 73.53%
HSB/HSV 357° 11.56% 78.04%
CMYK 0.00% 11.56% 11.06%
21.96%

Color #C7B0B1 in popluar number systems.

HEX C7 B0 B1
Decimal 199 176 177
Binary 11000111 10110000 10110001
Octal 307 260 261

Shades and tints

Shades of #C7B0B1

#C7B0B1
(199,176,177)
#B5A0A1
(181,160,161)
#A39091
(163,144,145)
#918081
(145,128,129)
#7F7071
(127,112,113)
#6D6061
(109,96,97)
#5B5051
(91,80,81)
#494041
(73,64,65)
#373031
(55,48,49)
#252021
(37,32,33)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #C7B0B1

#C7B0B1
(199,176,177)
#CCB7B8
(204,183,184)
#D1BEBF
(209,190,191)
#D6C5C6
(214,197,198)
#DBCCCD
(219,204,205)
#E0D3D4
(224,211,212)
#E5DADB
(229,218,219)
#EAE1E2
(234,225,226)
#EFE8E9
(239,232,233)
#F4EFF0
(244,239,240)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B0B1; }

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

This text font color is #C7B0B1.

Background Color

.myBgColor { background-color: #C7B0B1; }

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

This div background color is #C7B0B1.

Border color

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

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

This div border color is #C7B0B1.

Opacity

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

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

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

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

This text has shadow with #C7B0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B0B1.

Preview

Color preview on black background

This text has color #C7B0B1 on black background.


Color preview on white background

This text has color #C7B0B1 on white background.


Black color preview on #C7B0B1 background

This text has black color on #C7B0B1 background.


White color preview on #C7B0B1 background

This text has white color on #C7B0B1 background.


Related colors

Complementary color

Complementary color for #hex is #384F4E.


I love getcolorcode.com

Triadic colors

1 #B1C7B0 and #B0B1C7 with #C7B0B1 are triadic colors.

2 #B1B0C7 and #B0C7B1 with #C7B0B1 are triadic colors.