COLOR #C7BFB4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
191
180

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

Portions of RGB colors in percentages

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

%34.91
%33.51
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 9.55%
  • key color value is 21.96%
CMYK:
(0,4,10,22)
C0M4Y10K22 
(0%,4%,10%,22%)
(0.00/0.04/0.10/0.22)	

CMYK percentages

%0
%4.02
%9.55
%21.96

Codes

Color #C7BFB4 in popluar color models

C7BFB4
RGB199191180
HSL35°14.50%74.31%
HSB/HSV35°9.55%78.04%
CMYK0.00%4.02%9.55%
21.96%

Color #C7BFB4 in popluar number systems.

HEXC7BFB4
Decimal199191180
Binary110001111011111110110100
Octal307277264

Shades and tints

Shades of #C7BFB4

#C7BFB4
(199,191,180)
#B5AEA4
(181,174,164)
#A39D94
(163,157,148)
#918C84
(145,140,132)
#7F7B74
(127,123,116)
#6D6A64
(109,106,100)
#5B5954
(91,89,84)
#494844
(73,72,68)
#373734
(55,55,52)
#252624
(37,38,36)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #C7BFB4

#C7BFB4
(199,191,180)
#CCC4BA
(204,196,186)
#D1C9C0
(209,201,192)
#D6CEC6
(214,206,198)
#DBD3CC
(219,211,204)
#E0D8D2
(224,216,210)
#E5DDD8
(229,221,216)
#EAE2DE
(234,226,222)
#EFE7E4
(239,231,228)
#F4ECEA
(244,236,234)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFB4; }

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

This text font color is #C7BFB4.


Background Color

.myBgColor { background-color: #C7BFB4; }

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

This div background color is #C7BFB4.


Border color

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

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

This div border color is #C7BFB4.


Opacity

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

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

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

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

This text has shadow with #C7BFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFB4 on black background.


Color preview on white background

This text has color #C7BFB4 on white background.



Black color preview on #C7BFB4 background

This text has black color on #C7BFB4 background.


White color preview on #C7BFB4 background

This text has white color on #C7BFB4 background.