COLOR #C7CAB4

HEX: #C7CAB4
RGB: (199,202,180)

Color info

#C7CAB4 contains red, green and blue colors in about the same proportion. Web safe color of #C7CAB4 is #CCCCCC (or #CCC).

RGB color model

#C7CAB4 color RGB value is (199,202,180).

  • red value is 199;
  • green value is 202;
  • blue value is 180.
RGB:
(199,202,180)
(78%,79%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 180 of 255 = 71%

199
202
180

R + G + B ~ 76%. #C7CAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 202 + 180 = 581 (100%)
R 199 of 581 ~ 34.25%
G 202 of 581 ~ 34.77%
B 180 of 581 ~ 30.98%

%34.25
%34.77
%30.98

CMYK color model

#C7CAB4 color CMYK value is (1,0,11,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(1,0,11,21)
C1M0Y11K21 
(1%,0%,11%,21%)
(0.01/0.00/0.11/0.21)	

CMYK percentages

%1.49
%0
%10.89
%20.78

Codes

Color #C7CAB4 in popluar color models

C7CAB4
RGB199202180
HSL68°17.19%74.90%
HSB/HSV68°10.89%79.22%
CMYK1.49%0.00%10.89%
20.78%

Color #C7CAB4 in popluar number systems.

HEXC7CAB4
Decimal199202180
Binary110001111100101010110100
Octal307312264

Shades and tints

Shades of #C7CAB4

#C7CAB4
(199,202,180)
#B5B8A4
(181,184,164)
#A3A694
(163,166,148)
#919484
(145,148,132)
#7F8274
(127,130,116)
#6D7064
(109,112,100)
#5B5E54
(91,94,84)
#494C44
(73,76,68)
#373A34
(55,58,52)
#252824
(37,40,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #C7CAB4

#C7CAB4
(199,202,180)
#CCCEBA
(204,206,186)
#D1D2C0
(209,210,192)
#D6D6C6
(214,214,198)
#DBDACC
(219,218,204)
#E0DED2
(224,222,210)
#E5E2D8
(229,226,216)
#EAE6DE
(234,230,222)
#EFEAE4
(239,234,228)
#F4EEEA
(244,238,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CAB4 color. Also use rgb(199,202,180) instead hex code.

Text Font Color

.myTextColor { color: #C7CAB4; }

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

This text font color is #C7CAB4.


Background Color

.myBgColor { background-color: #C7CAB4; }

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

This div background color is #C7CAB4.


Border color

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

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

This div border color is #C7CAB4.


Opacity

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

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

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

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

This text has shadow with #C7CAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CAB4 on black background.


Color preview on white background

This text has color #C7CAB4 on white background.



Black color preview on #C7CAB4 background

This text has black color on #C7CAB4 background.


White color preview on #C7CAB4 background

This text has white color on #C7CAB4 background.