COLOR #C7CFC2

HEX: #C7CFC2 RGB: (199,207,194)

Color info

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

RGB color model

#C7CFC2 color RGB value is (199,207,194).

RGB: (199,207,194) (78%, 81%, 76%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 194 of 255 = 76%

199
207
194

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

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 194 = 600 (100%)
R 199 of 600 ~ 33.17%
G 207 of 600 ~ 34.5%
B 194 of 600 ~ 32.33'%

%33.17
%34.5
%32.33

CMYK color model

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

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

CMYK: (4,0,6,19)
C4M0Y6K19 (4%, 0%, 6%, 19%)
(0.04 / 0.00 / 0.06 / 0.19)

CMYK percentages

%3.86
%0
%6.28
%18.82

Codes

Color #C7CFC2 in popluar color models

C7 CF C2
RGB 199 207 194
HSL 97° 11.93% 78.63%
HSB/HSV 97° 6.28% 81.18%
CMYK 3.86% 0.00% 6.28%
18.82%

Color #C7CFC2 in popluar number systems.

HEX C7 CF C2
Decimal 199 207 194
Binary 11000111 11001111 11000010
Octal 307 317 302

Shades and tints

Shades of #C7CFC2

#C7CFC2
(199,207,194)
#B5BDB1
(181,189,177)
#A3ABA0
(163,171,160)
#91998F
(145,153,143)
#7F877E
(127,135,126)
#6D756D
(109,117,109)
#5B635C
(91,99,92)
#49514B
(73,81,75)
#373F3A
(55,63,58)
#252D29
(37,45,41)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7CFC2

#C7CFC2
(199,207,194)
#CCD3C7
(204,211,199)
#D1D7CC
(209,215,204)
#D6DBD1
(214,219,209)
#DBDFD6
(219,223,214)
#E0E3DB
(224,227,219)
#E5E7E0
(229,231,224)
#EAEBE5
(234,235,229)
#EFEFEA
(239,239,234)
#F4F3EF
(244,243,239)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CFC2; }

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

This text font color is #C7CFC2.

Background Color

.myBgColor { background-color: #C7CFC2; }

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

This div background color is #C7CFC2.

Border color

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

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

This div border color is #C7CFC2.

Opacity

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

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

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

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

This text has shadow with #C7CFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFC2.

Preview

Color preview on black background

This text has color #C7CFC2 on black background.


Color preview on white background

This text has color #C7CFC2 on white background.


Black color preview on #C7CFC2 background

This text has black color on #C7CFC2 background.


White color preview on #C7CFC2 background

This text has white color on #C7CFC2 background.


Related colors

Complementary color

Complementary color for #hex is #38303D.


I love getcolorcode.com

Triadic colors

1 #C2C7CF and #CFC2C7 with #C7CFC2 are triadic colors.

2 #C2CFC7 and #CFC7C2 with #C7CFC2 are triadic colors.