COLOR #C7C1B3

HEX: #C7C1B3
RGB: (199,193,179)

Color info

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

RGB color model

#C7C1B3 color RGB value is (199,193,179).

  • red value is 199;
  • green value is 193;
  • blue value is 179.
RGB:
(199,193,179)
(78%,76%,70%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 179 of 255 = 70%

199
193
179

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

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 179 = 571 (100%)
R 199 of 571 ~ 34.85%
G 193 of 571 ~ 33.8%
B 179 of 571 ~ 31.35%

%34.85
%33.8
%31.35

CMYK color model

#C7C1B3 color CMYK value is (0,3,10,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 10.05%
  • key color value is 21.96%
CMYK:
(0,3,10,22)
C0M3Y10K22 
(0%,3%,10%,22%)
(0.00/0.03/0.10/0.22)	

CMYK percentages

%0
%3.02
%10.05
%21.96

Codes

Color #C7C1B3 in popluar color models

C7C1B3
RGB199193179
HSL42°15.15%74.12%
HSB/HSV42°10.05%78.04%
CMYK0.00%3.02%10.05%
21.96%

Color #C7C1B3 in popluar number systems.

HEXC7C1B3
Decimal199193179
Binary110001111100000110110011
Octal307301263

Shades and tints

Shades of #C7C1B3

#C7C1B3
(199,193,179)
#B5B0A3
(181,176,163)
#A39F93
(163,159,147)
#918E83
(145,142,131)
#7F7D73
(127,125,115)
#6D6C63
(109,108,99)
#5B5B53
(91,91,83)
#494A43
(73,74,67)
#373933
(55,57,51)
#252823
(37,40,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #C7C1B3

#C7C1B3
(199,193,179)
#CCC6B9
(204,198,185)
#D1CBBF
(209,203,191)
#D6D0C5
(214,208,197)
#DBD5CB
(219,213,203)
#E0DAD1
(224,218,209)
#E5DFD7
(229,223,215)
#EAE4DD
(234,228,221)
#EFE9E3
(239,233,227)
#F4EEE9
(244,238,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C1B3 color. Also use rgb(199,193,179) instead hex code.

Text Font Color

.myTextColor { color: #C7C1B3; }

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

This text font color is #C7C1B3.


Background Color

.myBgColor { background-color: #C7C1B3; }

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

This div background color is #C7C1B3.


Border color

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

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

This div border color is #C7C1B3.


Opacity

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

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

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

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

This text has shadow with #C7C1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C1B3 on black background.


Color preview on white background

This text has color #C7C1B3 on white background.



Black color preview on #C7C1B3 background

This text has black color on #C7C1B3 background.


White color preview on #C7C1B3 background

This text has white color on #C7C1B3 background.