COLOR #C7CABA

HEX: #C7CABA RGB: (199,202,186)

Color info

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

RGB color model

#C7CABA color RGB value is (199,202,186).

RGB: (199,202,186) (78%, 79%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 186 of 255 = 73%

199
202
186

R + G + B ~ 77%. #C7CABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 186 = 587 (100%)
R 199 of 587 ~ 33.9%
G 202 of 587 ~ 34.41%
B 186 of 587 ~ 31.69'%

%33.9
%34.41
%31.69

CMYK color model

#C7CABA color CMYK value is (1,0,8,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 20.78%

CMYK: (1,0,8,21)
C1M0Y8K21 (1%, 0%, 8%, 21%)
(0.01 / 0.00 / 0.08 / 0.21)

CMYK percentages

%1.49
%0
%7.92
%20.78

Codes

Color #C7CABA in popluar color models

C7 CA BA
RGB 199 202 186
HSL 71° 13.11% 76.08%
HSB/HSV 71° 7.92% 79.22%
CMYK 1.49% 0.00% 7.92%
20.78%

Color #C7CABA in popluar number systems.

HEX C7 CA BA
Decimal 199 202 186
Binary 11000111 11001010 10111010
Octal 307 312 272

Shades and tints

Shades of #C7CABA

#C7CABA
(199,202,186)
#B5B8AA
(181,184,170)
#A3A69A
(163,166,154)
#91948A
(145,148,138)
#7F827A
(127,130,122)
#6D706A
(109,112,106)
#5B5E5A
(91,94,90)
#494C4A
(73,76,74)
#373A3A
(55,58,58)
#25282A
(37,40,42)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #C7CABA

#C7CABA
(199,202,186)
#CCCEC0
(204,206,192)
#D1D2C6
(209,210,198)
#D6D6CC
(214,214,204)
#DBDAD2
(219,218,210)
#E0DED8
(224,222,216)
#E5E2DE
(229,226,222)
#EAE6E4
(234,230,228)
#EFEAEA
(239,234,234)
#F4EEF0
(244,238,240)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CABA; }

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

This text font color is #C7CABA.

Background Color

.myBgColor { background-color: #C7CABA; }

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

This div background color is #C7CABA.

Border color

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

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

This div border color is #C7CABA.

Opacity

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

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

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

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

This text has shadow with #C7CABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CABA.

Preview

Color preview on black background

This text has color #C7CABA on black background.


Color preview on white background

This text has color #C7CABA on white background.


Black color preview on #C7CABA background

This text has black color on #C7CABA background.


White color preview on #C7CABA background

This text has white color on #C7CABA background.


Related colors

Complementary color

Complementary color for #hex is #383545.


I love getcolorcode.com

Triadic colors

1 #BAC7CA and #CABAC7 with #C7CABA are triadic colors.

2 #BACAC7 and #CAC7BA with #C7CABA are triadic colors.