COLOR #C7BFA7

HEX: #C7BFA7
RGB: (199,191,167)

Color info

#C7BFA7 contains red, green and blue colors in about the same proportion. Web safe color of #C7BFA7 is #CCCC99 (or #CC9).

RGB color model

#C7BFA7 color RGB value is (199,191,167).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 167 of 255 = 65%

199
191
167

R + G + B ~ 73%. #C7BFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 167 = 557 (100%)
R 199 of 557 ~ 35.73%
G 191 of 557 ~ 34.29%
B 167 of 557 ~ 29.98%

%35.73
%34.29
%29.98

CMYK color model

#C7BFA7 color CMYK value is (0,4,16,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 16.08%
  • key color value is 21.96%
CMYK:
(0,4,16,22)
C0M4Y16K22 
(0%,4%,16%,22%)
(0.00/0.04/0.16/0.22)	

CMYK percentages

%0
%4.02
%16.08
%21.96

Codes

Color #C7BFA7 in popluar color models

C7BFA7
RGB199191167
HSL45°22.22%71.76%
HSB/HSV45°16.08%78.04%
CMYK0.00%4.02%16.08%
21.96%

Color #C7BFA7 in popluar number systems.

HEXC7BFA7
Decimal199191167
Binary110001111011111110100111
Octal307277247

Shades and tints

Shades of #C7BFA7

#C7BFA7
(199,191,167)
#B5AE98
(181,174,152)
#A39D89
(163,157,137)
#918C7A
(145,140,122)
#7F7B6B
(127,123,107)
#6D6A5C
(109,106,92)
#5B594D
(91,89,77)
#49483E
(73,72,62)
#37372F
(55,55,47)
#252620
(37,38,32)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7BFA7

#C7BFA7
(199,191,167)
#CCC4AF
(204,196,175)
#D1C9B7
(209,201,183)
#D6CEBF
(214,206,191)
#DBD3C7
(219,211,199)
#E0D8CF
(224,216,207)
#E5DDD7
(229,221,215)
#EAE2DF
(234,226,223)
#EFE7E7
(239,231,231)
#F4ECEF
(244,236,239)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFA7; }

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

This text font color is #C7BFA7.


Background Color

.myBgColor { background-color: #C7BFA7; }

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

This div background color is #C7BFA7.


Border color

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

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

This div border color is #C7BFA7.


Opacity

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

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

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

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

This text has shadow with #C7BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFA7 on black background.


Color preview on white background

This text has color #C7BFA7 on white background.



Black color preview on #C7BFA7 background

This text has black color on #C7BFA7 background.


White color preview on #C7BFA7 background

This text has white color on #C7BFA7 background.