COLOR #C7CCCB

HEX: #C7CCCB RGB: (199,204,203)

Color info

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

RGB color model

#C7CCCB color RGB value is (199,204,203).

RGB: (199,204,203) (78%, 80%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 203 of 255 = 80%

199
204
203

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

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 203 = 606 (100%)
R 199 of 606 ~ 32.84%
G 204 of 606 ~ 33.66%
B 203 of 606 ~ 33.5'%

%32.84
%33.66
%33.5

CMYK color model

#C7CCCB color CMYK value is (2,0,0,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.00%

CMYK: (2,0,0,20)
C2M0Y0K20 (2%, 0%, 0%, 20%)
(0.02 / 0.00 / 0.00 / 0.20)

CMYK percentages

%2.45
%0
%0.49
%20

Codes

Color #C7CCCB in popluar color models

C7 CC CB
RGB 199 204 203
HSL 168° 4.67% 79.02%
HSB/HSV 168° 2.45% 80.00%
CMYK 2.45% 0.00% 0.49%
20.00%

Color #C7CCCB in popluar number systems.

HEX C7 CC CB
Decimal 199 204 203
Binary 11000111 11001100 11001011
Octal 307 314 313

Shades and tints

Shades of #C7CCCB

#C7CCCB
(199,204,203)
#B5BAB9
(181,186,185)
#A3A8A7
(163,168,167)
#919695
(145,150,149)
#7F8483
(127,132,131)
#6D7271
(109,114,113)
#5B605F
(91,96,95)
#494E4D
(73,78,77)
#373C3B
(55,60,59)
#252A29
(37,42,41)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #C7CCCB

#C7CCCB
(199,204,203)
#CCD0CF
(204,208,207)
#D1D4D3
(209,212,211)
#D6D8D7
(214,216,215)
#DBDCDB
(219,220,219)
#E0E0DF
(224,224,223)
#E5E4E3
(229,228,227)
#EAE8E7
(234,232,231)
#EFECEB
(239,236,235)
#F4F0EF
(244,240,239)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CCCB; }

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

This text font color is #C7CCCB.

Background Color

.myBgColor { background-color: #C7CCCB; }

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

This div background color is #C7CCCB.

Border color

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

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

This div border color is #C7CCCB.

Opacity

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

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

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

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

This text has shadow with #C7CCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CCCB.

Preview

Color preview on black background

This text has color #C7CCCB on black background.


Color preview on white background

This text has color #C7CCCB on white background.


Black color preview on #C7CCCB background

This text has black color on #C7CCCB background.


White color preview on #C7CCCB background

This text has white color on #C7CCCB background.


Related colors

Complementary color

Complementary color for #hex is #383334.


I love getcolorcode.com

Triadic colors

1 #CBC7CC and #CCCBC7 with #C7CCCB are triadic colors.

2 #CBCCC7 and #CCC7CB with #C7CCCB are triadic colors.