COLOR #C7B4BF

HEX: #C7B4BF RGB: (199,180,191)

Color info

#C7B4BF contains red, green and blue colors in about the same proportion. Web safe color of #C7B4BF is #CCCCCC (or #CCC).

RGB color model

#C7B4BF color RGB value is (199,180,191).

RGB: (199,180,191) (78%, 71%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 191 of 255 = 75%

199
180
191

R + G + B ~ 75%. #C7B4BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 180 + 191 = 570 (100%)
R 199 of 570 ~ 34.91%
G 180 of 570 ~ 31.58%
B 191 of 570 ~ 33.51'%

%34.91
%31.58
%33.51

CMYK color model

#C7B4BF color CMYK value is (0,10,4,22).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 4.02%
  • key color value is 21.96%

CMYK: (0,10,4,22)
C0M10Y4K22 (0%, 10%, 4%, 22%)
(0.00 / 0.10 / 0.04 / 0.22)

CMYK percentages

%0
%9.55
%4.02
%21.96

Codes

Color #C7B4BF in popluar color models

C7 B4 BF
RGB 199 180 191
HSL 325° 14.50% 74.31%
HSB/HSV 325° 9.55% 78.04%
CMYK 0.00% 9.55% 4.02%
21.96%

Color #C7B4BF in popluar number systems.

HEX C7 B4 BF
Decimal 199 180 191
Binary 11000111 10110100 10111111
Octal 307 264 277

Shades and tints

Shades of #C7B4BF

#C7B4BF
(199,180,191)
#B5A4AE
(181,164,174)
#A3949D
(163,148,157)
#91848C
(145,132,140)
#7F747B
(127,116,123)
#6D646A
(109,100,106)
#5B5459
(91,84,89)
#494448
(73,68,72)
#373437
(55,52,55)
#252426
(37,36,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7B4BF

#C7B4BF
(199,180,191)
#CCBAC4
(204,186,196)
#D1C0C9
(209,192,201)
#D6C6CE
(214,198,206)
#DBCCD3
(219,204,211)
#E0D2D8
(224,210,216)
#E5D8DD
(229,216,221)
#EADEE2
(234,222,226)
#EFE4E7
(239,228,231)
#F4EAEC
(244,234,236)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B4BF; }

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

This text font color is #C7B4BF.

Background Color

.myBgColor { background-color: #C7B4BF; }

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

This div background color is #C7B4BF.

Border color

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

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

This div border color is #C7B4BF.

Opacity

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

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

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

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

This text has shadow with #C7B4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B4BF.

Preview

Color preview on black background

This text has color #C7B4BF on black background.


Color preview on white background

This text has color #C7B4BF on white background.


Black color preview on #C7B4BF background

This text has black color on #C7B4BF background.


White color preview on #C7B4BF background

This text has white color on #C7B4BF background.


Related colors

Complementary color

Complementary color for #hex is #384B40.


I love getcolorcode.com

Triadic colors

1 #BFC7B4 and #B4BFC7 with #C7B4BF are triadic colors.

2 #BFB4C7 and #B4C7BF with #C7B4BF are triadic colors.