COLOR #C7C3CB

HEX: #C7C3CB
RGB: (199,195,203)

Color info

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

RGB color model

#C7C3CB color RGB value is (199,195,203).

  • red value is 199;
  • green value is 195;
  • blue value is 203.
RGB:
(199,195,203)
(78%,76%,80%)

RGB channels and saturation

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

199
195
203

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

Portions of RGB colors in percentages

R + G + B =
199 + 195 + 203 = 597 (100%)
R 199 of 597 ~ 33.33%
G 195 of 597 ~ 32.66%
B 203 of 597 ~ 34%

%33.33
%32.66
%34

CMYK color model

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

  • cyan value is 1.97%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,4,0,20)
C2M4Y0K20 
(2%,4%,0%,20%)
(0.02/0.04/0.00/0.20)	

CMYK percentages

%1.97
%3.94
%0
%20.39

Codes

Color #C7C3CB in popluar color models

C7C3CB
RGB199195203
HSL270°7.14%78.04%
HSB/HSV270°3.94%79.61%
CMYK1.97%3.94%0.00%
20.39%

Color #C7C3CB in popluar number systems.

HEXC7C3CB
Decimal199195203
Binary110001111100001111001011
Octal307303313

Shades and tints

Shades of #C7C3CB

#C7C3CB
(199,195,203)
#B5B2B9
(181,178,185)
#A3A1A7
(163,161,167)
#919095
(145,144,149)
#7F7F83
(127,127,131)
#6D6E71
(109,110,113)
#5B5D5F
(91,93,95)
#494C4D
(73,76,77)
#373B3B
(55,59,59)
#252A29
(37,42,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #C7C3CB

#C7C3CB
(199,195,203)
#CCC8CF
(204,200,207)
#D1CDD3
(209,205,211)
#D6D2D7
(214,210,215)
#DBD7DB
(219,215,219)
#E0DCDF
(224,220,223)
#E5E1E3
(229,225,227)
#EAE6E7
(234,230,231)
#EFEBEB
(239,235,235)
#F4F0EF
(244,240,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C3CB; }

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

This text font color is #C7C3CB.


Background Color

.myBgColor { background-color: #C7C3CB; }

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

This div background color is #C7C3CB.


Border color

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

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

This div border color is #C7C3CB.


Opacity

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

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

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

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

This text has shadow with #C7C3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C3CB on black background.


Color preview on white background

This text has color #C7C3CB on white background.



Black color preview on #C7C3CB background

This text has black color on #C7C3CB background.


White color preview on #C7C3CB background

This text has white color on #C7C3CB background.