COLOR #C7C1CB

HEX: #C7C1CB RGB: (199,193,203)

Color info

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

RGB color model

#C7C1CB color RGB value is (199,193,203).

RGB: (199,193,203) (78%, 76%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 203 of 255 = 80%

199
193
203

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

Portions of RGB colors in percentages

R + G + B = 199 + 193 + 203 = 595 (100%)
R 199 of 595 ~ 33.45%
G 193 of 595 ~ 32.44%
B 203 of 595 ~ 34.12'%

%33.45
%32.44
%34.12

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (2,5,0,20) C2M5Y0K20 (2%,5%,0%,20%) (0.02/0.05/0.00/0.20) 

CMYK percentages

%1.97
%4.93
%0
%20.39

Codes

Color #C7C1CB in popluar color models

C7 C1 CB
RGB 199 193 203
HSL 276° 8.77% 77.65%
HSB/HSV 276° 4.93% 79.61%
CMYK 1.97% 4.93% 0.00%
20.39%

Color #C7C1CB in popluar number systems.

HEX C7 C1 CB
Decimal 199 193 203
Binary 11000111 11000001 11001011
Octal 307 301 313

Shades and tints

Shades of #C7C1CB

#C7C1CB
(199,193,203)
#B5B0B9
(181,176,185)
#A39FA7
(163,159,167)
#918E95
(145,142,149)
#7F7D83
(127,125,131)
#6D6C71
(109,108,113)
#5B5B5F
(91,91,95)
#494A4D
(73,74,77)
#37393B
(55,57,59)
#252829
(37,40,41)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7C1CB

#C7C1CB
(199,193,203)
#CCC6CF
(204,198,207)
#D1CBD3
(209,203,211)
#D6D0D7
(214,208,215)
#DBD5DB
(219,213,219)
#E0DADF
(224,218,223)
#E5DFE3
(229,223,227)
#EAE4E7
(234,228,231)
#EFE9EB
(239,233,235)
#F4EEEF
(244,238,239)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C1CB; }

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

This text font color is #C7C1CB.

Background Color

.myBgColor { background-color: #C7C1CB; }

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

This div background color is #C7C1CB.

Border color

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

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

This div border color is #C7C1CB.

Opacity

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

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

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

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

This text has shadow with #C7C1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C1CB.

Preview

Color preview on black background

This text has color #C7C1CB on black background.


Color preview on white background

This text has color #C7C1CB on white background.


Black color preview on #C7C1CB background

This text has black color on #C7C1CB background.


White color preview on #C7C1CB background

This text has white color on #C7C1CB background.


Related colors

Complementary color

Complementary color for #hex is #383E34.


I love getcolorcode.com

Triadic colors

1 #CBC7C1 and #C1CBC7 with #C7C1CB are triadic colors.

2 #CBC1C7 and #C1C7CB with #C7C1CB are triadic colors.