COLOR #C7BFAA

HEX: #C7BFAA
RGB: (199,191,170)

Color info

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

RGB color model

#C7BFAA color RGB value is (199,191,170).

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

RGB channels and saturation

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

199
191
170

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

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 170 = 560 (100%)
R 199 of 560 ~ 35.54%
G 191 of 560 ~ 34.11%
B 170 of 560 ~ 30.36%

%35.54
%34.11
%30.36

CMYK color model

#C7BFAA color CMYK value is (0,4,15,22).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(0,4,15,22)
C0M4Y15K22 
(0%,4%,15%,22%)
(0.00/0.04/0.15/0.22)	

CMYK percentages

%0
%4.02
%14.57
%21.96

Codes

Color #C7BFAA in popluar color models

C7BFAA
RGB199191170
HSL43°20.57%72.35%
HSB/HSV43°14.57%78.04%
CMYK0.00%4.02%14.57%
21.96%

Color #C7BFAA in popluar number systems.

HEXC7BFAA
Decimal199191170
Binary110001111011111110101010
Octal307277252

Shades and tints

Shades of #C7BFAA

#C7BFAA
(199,191,170)
#B5AE9B
(181,174,155)
#A39D8C
(163,157,140)
#918C7D
(145,140,125)
#7F7B6E
(127,123,110)
#6D6A5F
(109,106,95)
#5B5950
(91,89,80)
#494841
(73,72,65)
#373732
(55,55,50)
#252623
(37,38,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #C7BFAA

#C7BFAA
(199,191,170)
#CCC4B1
(204,196,177)
#D1C9B8
(209,201,184)
#D6CEBF
(214,206,191)
#DBD3C6
(219,211,198)
#E0D8CD
(224,216,205)
#E5DDD4
(229,221,212)
#EAE2DB
(234,226,219)
#EFE7E2
(239,231,226)
#F4ECE9
(244,236,233)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFAA; }

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

This text font color is #C7BFAA.


Background Color

.myBgColor { background-color: #C7BFAA; }

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

This div background color is #C7BFAA.


Border color

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

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

This div border color is #C7BFAA.


Opacity

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

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

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

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

This text has shadow with #C7BFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFAA on black background.


Color preview on white background

This text has color #C7BFAA on white background.



Black color preview on #C7BFAA background

This text has black color on #C7BFAA background.


White color preview on #C7BFAA background

This text has white color on #C7BFAA background.