COLOR #C7B2B0

HEX: #C7B2B0 RGB: (199,178,176)

Color info

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

RGB color model

#C7B2B0 color RGB value is (199,178,176).

RGB: (199,178,176) (78%, 70%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 176 of 255 = 69%

199
178
176

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

Portions of RGB colors in percentages

R + G + B = 199 + 178 + 176 = 553 (100%)
R 199 of 553 ~ 35.99%
G 178 of 553 ~ 32.19%
B 176 of 553 ~ 31.83'%

%35.99
%32.19
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK: (0,11,12,22) C0M11Y12K22 (0%,11%,12%,22%) (0.00/0.11/0.12/0.22) 

CMYK percentages

%0
%10.55
%11.56
%21.96

Codes

Color #C7B2B0 in popluar color models

C7 B2 B0
RGB 199 178 176
HSL 17.04% 73.53%
HSB/HSV 11.56% 78.04%
CMYK 0.00% 10.55% 11.56%
21.96%

Color #C7B2B0 in popluar number systems.

HEX C7 B2 B0
Decimal 199 178 176
Binary 11000111 10110010 10110000
Octal 307 262 260

Shades and tints

Shades of #C7B2B0

#C7B2B0
(199,178,176)
#B5A2A0
(181,162,160)
#A39290
(163,146,144)
#918280
(145,130,128)
#7F7270
(127,114,112)
#6D6260
(109,98,96)
#5B5250
(91,82,80)
#494240
(73,66,64)
#373230
(55,50,48)
#252220
(37,34,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #C7B2B0

#C7B2B0
(199,178,176)
#CCB9B7
(204,185,183)
#D1C0BE
(209,192,190)
#D6C7C5
(214,199,197)
#DBCECC
(219,206,204)
#E0D5D3
(224,213,211)
#E5DCDA
(229,220,218)
#EAE3E1
(234,227,225)
#EFEAE8
(239,234,232)
#F4F1EF
(244,241,239)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B2B0; }

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

This text font color is #C7B2B0.

Background Color

.myBgColor { background-color: #C7B2B0; }

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

This div background color is #C7B2B0.

Border color

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

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

This div border color is #C7B2B0.

Opacity

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

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

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

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

This text has shadow with #C7B2B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B2B0.

Preview

Color preview on black background

This text has color #C7B2B0 on black background.


Color preview on white background

This text has color #C7B2B0 on white background.


Black color preview on #C7B2B0 background

This text has black color on #C7B2B0 background.


White color preview on #C7B2B0 background

This text has white color on #C7B2B0 background.


Related colors

Complementary color

Complementary color for #hex is #384D4F.


I love getcolorcode.com

Triadic colors

1 #B0C7B2 and #B2B0C7 with #C7B2B0 are triadic colors.

2 #B0B2C7 and #B2C7B0 with #C7B2B0 are triadic colors.