COLOR #C7CFBF

HEX: #C7CFBF RGB: (199,207,191)

Color info

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

RGB color model

#C7CFBF color RGB value is (199,207,191).

RGB: (199,207,191) (78%, 81%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 191 of 255 = 75%

199
207
191

R + G + B ~ 78%. #C7CFBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 191 = 597 (100%)
R 199 of 597 ~ 33.33%
G 207 of 597 ~ 34.67%
B 191 of 597 ~ 31.99'%

%33.33
%34.67
%31.99

CMYK color model

#C7CFBF color CMYK value is (4,0,8,19).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 18.82%

CMYK: (4,0,8,19)
C4M0Y8K19 (4%, 0%, 8%, 19%)
(0.04 / 0.00 / 0.08 / 0.19)

CMYK percentages

%3.86
%0
%7.73
%18.82

Codes

Color #C7CFBF in popluar color models

C7 CF BF
RGB 199 207 191
HSL 90° 14.29% 78.04%
HSB/HSV 90° 7.73% 81.18%
CMYK 3.86% 0.00% 7.73%
18.82%

Color #C7CFBF in popluar number systems.

HEX C7 CF BF
Decimal 199 207 191
Binary 11000111 11001111 10111111
Octal 307 317 277

Shades and tints

Shades of #C7CFBF

#C7CFBF
(199,207,191)
#B5BDAE
(181,189,174)
#A3AB9D
(163,171,157)
#91998C
(145,153,140)
#7F877B
(127,135,123)
#6D756A
(109,117,106)
#5B6359
(91,99,89)
#495148
(73,81,72)
#373F37
(55,63,55)
#252D26
(37,45,38)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #C7CFBF

#C7CFBF
(199,207,191)
#CCD3C4
(204,211,196)
#D1D7C9
(209,215,201)
#D6DBCE
(214,219,206)
#DBDFD3
(219,223,211)
#E0E3D8
(224,227,216)
#E5E7DD
(229,231,221)
#EAEBE2
(234,235,226)
#EFEFE7
(239,239,231)
#F4F3EC
(244,243,236)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CFBF color. Also use rgb(199,207,191) instead hex code.

Text Font Color

.myTextColor { color: #C7CFBF; }

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

This text font color is #C7CFBF.

Background Color

.myBgColor { background-color: #C7CFBF; }

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

This div background color is #C7CFBF.

Border color

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

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

This div border color is #C7CFBF.

Opacity

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

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

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

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

This text has shadow with #C7CFBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFBF.

Preview

Color preview on black background

This text has color #C7CFBF on black background.


Color preview on white background

This text has color #C7CFBF on white background.


Black color preview on #C7CFBF background

This text has black color on #C7CFBF background.


White color preview on #C7CFBF background

This text has white color on #C7CFBF background.


Related colors

Complementary color

Complementary color for #hex is #383040.


I love getcolorcode.com

Triadic colors

1 #BFC7CF and #CFBFC7 with #C7CFBF are triadic colors.

2 #BFCFC7 and #CFC7BF with #C7CFBF are triadic colors.