COLOR #C7CFC8

HEX: #C7CFC8
RGB: (199,207,200)

Color info

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

RGB color model

#C7CFC8 color RGB value is (199,207,200).

  • red value is 199;
  • green value is 207;
  • blue value is 200.
RGB:
(199,207,200)
(78%,81%,78%)

RGB channels and saturation

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

199
207
200

R + G + B ~ 79%. #C7CFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 207 + 200 = 606 (100%)
R 199 of 606 ~ 32.84%
G 207 of 606 ~ 34.16%
B 200 of 606 ~ 33%

%32.84
%34.16
%33

CMYK color model

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

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 18.82%
CMYK:
(4,0,3,19)
C4M0Y3K19 
(4%,0%,3%,19%)
(0.04/0.00/0.03/0.19)	

CMYK percentages

%3.86
%0
%3.38
%18.82

Codes

Color #C7CFC8 in popluar color models

C7CFC8
RGB199207200
HSL128°7.69%79.61%
HSB/HSV128°3.86%81.18%
CMYK3.86%0.00%3.38%
18.82%

Color #C7CFC8 in popluar number systems.

HEXC7CFC8
Decimal199207200
Binary110001111100111111001000
Octal307317310

Shades and tints

Shades of #C7CFC8

#C7CFC8
(199,207,200)
#B5BDB6
(181,189,182)
#A3ABA4
(163,171,164)
#919992
(145,153,146)
#7F8780
(127,135,128)
#6D756E
(109,117,110)
#5B635C
(91,99,92)
#49514A
(73,81,74)
#373F38
(55,63,56)
#252D26
(37,45,38)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7CFC8

#C7CFC8
(199,207,200)
#CCD3CD
(204,211,205)
#D1D7D2
(209,215,210)
#D6DBD7
(214,219,215)
#DBDFDC
(219,223,220)
#E0E3E1
(224,227,225)
#E5E7E6
(229,231,230)
#EAEBEB
(234,235,235)
#EFEFF0
(239,239,240)
#F4F3F5
(244,243,245)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CFC8; }

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

This text font color is #C7CFC8.


Background Color

.myBgColor { background-color: #C7CFC8; }

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

This div background color is #C7CFC8.


Border color

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

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

This div border color is #C7CFC8.


Opacity

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

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

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

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

This text has shadow with #C7CFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CFC8 on black background.


Color preview on white background

This text has color #C7CFC8 on white background.



Black color preview on #C7CFC8 background

This text has black color on #C7CFC8 background.


White color preview on #C7CFC8 background

This text has white color on #C7CFC8 background.