COLOR #C7C9B1

HEX: #C7C9B1
RGB: (199,201,177)

Color info

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

RGB color model

#C7C9B1 color RGB value is (199,201,177).

  • red value is 199;
  • green value is 201;
  • blue value is 177.
RGB:
(199,201,177)
(78%,79%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 177 of 255 = 69%

199
201
177

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

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 177 = 577 (100%)
R 199 of 577 ~ 34.49%
G 201 of 577 ~ 34.84%
B 177 of 577 ~ 30.68%

%34.49
%34.84
%30.68

CMYK color model

#C7C9B1 color CMYK value is (1,0,12,21).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 21.18%
CMYK:
(1,0,12,21)
C1M0Y12K21 
(1%,0%,12%,21%)
(0.01/0.00/0.12/0.21)	

CMYK percentages

%1
%0
%11.94
%21.18

Codes

Color #C7C9B1 in popluar color models

C7C9B1
RGB199201177
HSL65°18.18%74.12%
HSB/HSV65°11.94%78.82%
CMYK1.00%0.00%11.94%
21.18%

Color #C7C9B1 in popluar number systems.

HEXC7C9B1
Decimal199201177
Binary110001111100100110110001
Octal307311261

Shades and tints

Shades of #C7C9B1

#C7C9B1
(199,201,177)
#B5B7A1
(181,183,161)
#A3A591
(163,165,145)
#919381
(145,147,129)
#7F8171
(127,129,113)
#6D6F61
(109,111,97)
#5B5D51
(91,93,81)
#494B41
(73,75,65)
#373931
(55,57,49)
#252721
(37,39,33)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7C9B1

#C7C9B1
(199,201,177)
#CCCDB8
(204,205,184)
#D1D1BF
(209,209,191)
#D6D5C6
(214,213,198)
#DBD9CD
(219,217,205)
#E0DDD4
(224,221,212)
#E5E1DB
(229,225,219)
#EAE5E2
(234,229,226)
#EFE9E9
(239,233,233)
#F4EDF0
(244,237,240)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C9B1 color. Also use rgb(199,201,177) instead hex code.

Text Font Color

.myTextColor { color: #C7C9B1; }

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

This text font color is #C7C9B1.


Background Color

.myBgColor { background-color: #C7C9B1; }

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

This div background color is #C7C9B1.


Border color

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

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

This div border color is #C7C9B1.


Opacity

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

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

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

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

This text has shadow with #C7C9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9B1 on black background.


Color preview on white background

This text has color #C7C9B1 on white background.



Black color preview on #C7C9B1 background

This text has black color on #C7C9B1 background.


White color preview on #C7C9B1 background

This text has white color on #C7C9B1 background.