COLOR #C7CFCE

HEX: #C7CFCE RGB: (199,207,206)

Color info

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

RGB color model

#C7CFCE color RGB value is (199,207,206).

RGB: (199,207,206) (78%, 81%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 206 of 255 = 81%

199
207
206

R + G + B ~ 80%. #C7CFCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 206 = 612 (100%)
R 199 of 612 ~ 32.52%
G 207 of 612 ~ 33.82%
B 206 of 612 ~ 33.66'%

%32.52
%33.82
%33.66

CMYK color model

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

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

CMYK: (4,0,0,19)
C4M0Y0K19 (4%, 0%, 0%, 19%)
(0.04 / 0.00 / 0.00 / 0.19)

CMYK percentages

%3.86
%0
%0.48
%18.82

Codes

Color #C7CFCE in popluar color models

C7 CF CE
RGB 199 207 206
HSL 173° 7.69% 79.61%
HSB/HSV 173° 3.86% 81.18%
CMYK 3.86% 0.00% 0.48%
18.82%

Color #C7CFCE in popluar number systems.

HEX C7 CF CE
Decimal 199 207 206
Binary 11000111 11001111 11001110
Octal 307 317 316

Shades and tints

Shades of #C7CFCE

#C7CFCE
(199,207,206)
#B5BDBC
(181,189,188)
#A3ABAA
(163,171,170)
#919998
(145,153,152)
#7F8786
(127,135,134)
#6D7574
(109,117,116)
#5B6362
(91,99,98)
#495150
(73,81,80)
#373F3E
(55,63,62)
#252D2C
(37,45,44)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #C7CFCE

#C7CFCE
(199,207,206)
#CCD3D2
(204,211,210)
#D1D7D6
(209,215,214)
#D6DBDA
(214,219,218)
#DBDFDE
(219,223,222)
#E0E3E2
(224,227,226)
#E5E7E6
(229,231,230)
#EAEBEA
(234,235,234)
#EFEFEE
(239,239,238)
#F4F3F2
(244,243,242)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CFCE; }

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

This text font color is #C7CFCE.

Background Color

.myBgColor { background-color: #C7CFCE; }

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

This div background color is #C7CFCE.

Border color

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

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

This div border color is #C7CFCE.

Opacity

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

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

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

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

This text has shadow with #C7CFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFCE.

Preview

Color preview on black background

This text has color #C7CFCE on black background.


Color preview on white background

This text has color #C7CFCE on white background.


Black color preview on #C7CFCE background

This text has black color on #C7CFCE background.


White color preview on #C7CFCE background

This text has white color on #C7CFCE background.


Related colors

Complementary color

Complementary color for #hex is #383031.


I love getcolorcode.com

Triadic colors

1 #CEC7CF and #CFCEC7 with #C7CFCE are triadic colors.

2 #CECFC7 and #CFC7CE with #C7CFCE are triadic colors.