COLOR #C7CABE

HEX: #C7CABE RGB: (199,202,190)

Color info

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

RGB color model

#C7CABE color RGB value is (199,202,190).

RGB: (199,202,190) (78%, 79%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 190 of 255 = 75%

199
202
190

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

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 190 = 591 (100%)
R 199 of 591 ~ 33.67%
G 202 of 591 ~ 34.18%
B 190 of 591 ~ 32.15'%

%33.67
%34.18
%32.15

CMYK color model

#C7CABE color CMYK value is (1,0,6,21).

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

CMYK: (1,0,6,21)
C1M0Y6K21 (1%, 0%, 6%, 21%)
(0.01 / 0.00 / 0.06 / 0.21)

CMYK percentages

%1.49
%0
%5.94
%20.78

Codes

Color #C7CABE in popluar color models

C7 CA BE
RGB 199 202 190
HSL 75° 10.17% 76.86%
HSB/HSV 75° 5.94% 79.22%
CMYK 1.49% 0.00% 5.94%
20.78%

Color #C7CABE in popluar number systems.

HEX C7 CA BE
Decimal 199 202 190
Binary 11000111 11001010 10111110
Octal 307 312 276

Shades and tints

Shades of #C7CABE

#C7CABE
(199,202,190)
#B5B8AD
(181,184,173)
#A3A69C
(163,166,156)
#91948B
(145,148,139)
#7F827A
(127,130,122)
#6D7069
(109,112,105)
#5B5E58
(91,94,88)
#494C47
(73,76,71)
#373A36
(55,58,54)
#252825
(37,40,37)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #C7CABE

#C7CABE
(199,202,190)
#CCCEC3
(204,206,195)
#D1D2C8
(209,210,200)
#D6D6CD
(214,214,205)
#DBDAD2
(219,218,210)
#E0DED7
(224,222,215)
#E5E2DC
(229,226,220)
#EAE6E1
(234,230,225)
#EFEAE6
(239,234,230)
#F4EEEB
(244,238,235)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CABE; }

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

This text font color is #C7CABE.

Background Color

.myBgColor { background-color: #C7CABE; }

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

This div background color is #C7CABE.

Border color

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

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

This div border color is #C7CABE.

Opacity

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

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

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

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

This text has shadow with #C7CABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CABE.

Preview

Color preview on black background

This text has color #C7CABE on black background.


Color preview on white background

This text has color #C7CABE on white background.


Black color preview on #C7CABE background

This text has black color on #C7CABE background.


White color preview on #C7CABE background

This text has white color on #C7CABE background.


Related colors

Complementary color

Complementary color for #hex is #383541.


I love getcolorcode.com

Triadic colors

1 #BEC7CA and #CABEC7 with #C7CABE are triadic colors.

2 #BECAC7 and #CAC7BE with #C7CABE are triadic colors.