COLOR #C7CBCF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
203
207

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

Portions of RGB colors in percentages

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

%32.68
%33.33
%33.99

CMYK color model

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

  • cyan value is 3.86%
  • magenta value is 1.93%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (4,2,0,19) C4M2Y0K19 (4%,2%,0%,19%) (0.04/0.02/0.00/0.19) 

CMYK percentages

%3.86
%1.93
%0
%18.82

Codes

Color #C7CBCF in popluar color models

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

Color #C7CBCF in popluar number systems.

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

Shades and tints

Shades of #C7CBCF

#C7CBCF
(199,203,207)
#B5B9BD
(181,185,189)
#A3A7AB
(163,167,171)
#919599
(145,149,153)
#7F8387
(127,131,135)
#6D7175
(109,113,117)
#5B5F63
(91,95,99)
#494D51
(73,77,81)
#373B3F
(55,59,63)
#25292D
(37,41,45)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #C7CBCF

#C7CBCF
(199,203,207)
#CCCFD3
(204,207,211)
#D1D3D7
(209,211,215)
#D6D7DB
(214,215,219)
#DBDBDF
(219,219,223)
#E0DFE3
(224,223,227)
#E5E3E7
(229,227,231)
#EAE7EB
(234,231,235)
#EFEBEF
(239,235,239)
#F4EFF3
(244,239,243)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CBCF; }

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

This text font color is #C7CBCF.

Background Color

.myBgColor { background-color: #C7CBCF; }

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

This div background color is #C7CBCF.

Border color

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

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

This div border color is #C7CBCF.

Opacity

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

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

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

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

This text has shadow with #C7CBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CBCF.

Preview

Color preview on black background

This text has color #C7CBCF on black background.


Color preview on white background

This text has color #C7CBCF on white background.


Black color preview on #C7CBCF background

This text has black color on #C7CBCF background.


White color preview on #C7CBCF background

This text has white color on #C7CBCF background.


Related colors

Complementary color

Complementary color for #hex is #383430.


I love getcolorcode.com

Triadic colors

1 #CFC7CB and #CBCFC7 with #C7CBCF are triadic colors.

2 #CFCBC7 and #CBC7CF with #C7CBCF are triadic colors.