COLOR #C7CFCB

HEX: #C7CFCB RGB: (199,207,203)

Color info

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

RGB color model

#C7CFCB color RGB value is (199,207,203).

RGB: (199,207,203) (78%, 81%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 203 of 255 = 80%

199
207
203

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

Portions of RGB colors in percentages

R + G + B = 199 + 207 + 203 = 609 (100%)
R 199 of 609 ~ 32.68%
G 207 of 609 ~ 33.99%
B 203 of 609 ~ 33.33'%

%32.68
%33.99
%33.33

CMYK color model

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

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

CMYK: (4,0,2,19)
C4M0Y2K19 (4%, 0%, 2%, 19%)
(0.04 / 0.00 / 0.02 / 0.19)

CMYK percentages

%3.86
%0
%1.93
%18.82

Codes

Color #C7CFCB in popluar color models

C7 CF CB
RGB 199 207 203
HSL 150° 7.69% 79.61%
HSB/HSV 150° 3.86% 81.18%
CMYK 3.86% 0.00% 1.93%
18.82%

Color #C7CFCB in popluar number systems.

HEX C7 CF CB
Decimal 199 207 203
Binary 11000111 11001111 11001011
Octal 307 317 313

Shades and tints

Shades of #C7CFCB

#C7CFCB
(199,207,203)
#B5BDB9
(181,189,185)
#A3ABA7
(163,171,167)
#919995
(145,153,149)
#7F8783
(127,135,131)
#6D7571
(109,117,113)
#5B635F
(91,99,95)
#49514D
(73,81,77)
#373F3B
(55,63,59)
#252D29
(37,45,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7CFCB

#C7CFCB
(199,207,203)
#CCD3CF
(204,211,207)
#D1D7D3
(209,215,211)
#D6DBD7
(214,219,215)
#DBDFDB
(219,223,219)
#E0E3DF
(224,227,223)
#E5E7E3
(229,231,227)
#EAEBE7
(234,235,231)
#EFEFEB
(239,239,235)
#F4F3EF
(244,243,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CFCB; }

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

This text font color is #C7CFCB.

Background Color

.myBgColor { background-color: #C7CFCB; }

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

This div background color is #C7CFCB.

Border color

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

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

This div border color is #C7CFCB.

Opacity

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

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

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

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

This text has shadow with #C7CFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CFCB.

Preview

Color preview on black background

This text has color #C7CFCB on black background.


Color preview on white background

This text has color #C7CFCB on white background.


Black color preview on #C7CFCB background

This text has black color on #C7CFCB background.


White color preview on #C7CFCB background

This text has white color on #C7CFCB background.


Related colors

Complementary color

Complementary color for #hex is #383034.


I love getcolorcode.com

Triadic colors

1 #CBC7CF and #CFCBC7 with #C7CFCB are triadic colors.

2 #CBCFC7 and #CFC7CB with #C7CFCB are triadic colors.