COLOR #C7BFAB

HEX: #C7BFAB
RGB: (199,191,171)

Color info

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

RGB color model

#C7BFAB color RGB value is (199,191,171).

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

RGB channels and saturation

R 199 of 255 = 78%
G 191 of 255 = 75%
B 171 of 255 = 67%

199
191
171

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

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 171 = 561 (100%)
R 199 of 561 ~ 35.47%
G 191 of 561 ~ 34.05%
B 171 of 561 ~ 30.48%

%35.47
%34.05
%30.48

CMYK color model

#C7BFAB color CMYK value is (0,4,14,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK:
(0,4,14,22)
C0M4Y14K22 
(0%,4%,14%,22%)
(0.00/0.04/0.14/0.22)	

CMYK percentages

%0
%4.02
%14.07
%21.96

Codes

Color #C7BFAB in popluar color models

C7BFAB
RGB199191171
HSL43°20.00%72.55%
HSB/HSV43°14.07%78.04%
CMYK0.00%4.02%14.07%
21.96%

Color #C7BFAB in popluar number systems.

HEXC7BFAB
Decimal199191171
Binary110001111011111110101011
Octal307277253

Shades and tints

Shades of #C7BFAB

#C7BFAB
(199,191,171)
#B5AE9C
(181,174,156)
#A39D8D
(163,157,141)
#918C7E
(145,140,126)
#7F7B6F
(127,123,111)
#6D6A60
(109,106,96)
#5B5951
(91,89,81)
#494842
(73,72,66)
#373733
(55,55,51)
#252624
(37,38,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #C7BFAB

#C7BFAB
(199,191,171)
#CCC4B2
(204,196,178)
#D1C9B9
(209,201,185)
#D6CEC0
(214,206,192)
#DBD3C7
(219,211,199)
#E0D8CE
(224,216,206)
#E5DDD5
(229,221,213)
#EAE2DC
(234,226,220)
#EFE7E3
(239,231,227)
#F4ECEA
(244,236,234)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFAB; }

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

This text font color is #C7BFAB.


Background Color

.myBgColor { background-color: #C7BFAB; }

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

This div background color is #C7BFAB.


Border color

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

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

This div border color is #C7BFAB.


Opacity

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

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

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

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

This text has shadow with #C7BFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFAB on black background.


Color preview on white background

This text has color #C7BFAB on white background.



Black color preview on #C7BFAB background

This text has black color on #C7BFAB background.


White color preview on #C7BFAB background

This text has white color on #C7BFAB background.