COLOR #C4C3CE

HEX: #C4C3CE
RGB: (196,195,206)

Color info

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

RGB color model

#C4C3CE color RGB value is (196,195,206).

  • red value is 196;
  • green value is 195;
  • blue value is 206.
RGB:
(196,195,206)
(77%,76%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 206 of 255 = 81%

196
195
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 195 + 206 = 597 (100%)
R 196 of 597 ~ 32.83%
G 195 of 597 ~ 32.66%
B 206 of 597 ~ 34.51%

%32.83
%32.66
%34.51

CMYK color model

#C4C3CE color CMYK value is (5,5,0,19).

  • cyan value is 4.85%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,5,0,19)
C5M5Y0K19 
(5%,5%,0%,19%)
(0.05/0.05/0.00/0.19)	

CMYK percentages

%4.85
%5.34
%0
%19.22

Codes

Color #C4C3CE in popluar color models

C4C3CE
RGB196195206
HSL245°10.09%78.63%
HSB/HSV245°5.34%80.78%
CMYK4.85%5.34%0.00%
19.22%

Color #C4C3CE in popluar number systems.

HEXC4C3CE
Decimal196195206
Binary110001001100001111001110
Octal304303316

Shades and tints

Shades of #C4C3CE

#C4C3CE
(196,195,206)
#B3B2BC
(179,178,188)
#A2A1AA
(162,161,170)
#919098
(145,144,152)
#807F86
(128,127,134)
#6F6E74
(111,110,116)
#5E5D62
(94,93,98)
#4D4C50
(77,76,80)
#3C3B3E
(60,59,62)
#2B2A2C
(43,42,44)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #C4C3CE

#C4C3CE
(196,195,206)
#C9C8D2
(201,200,210)
#CECDD6
(206,205,214)
#D3D2DA
(211,210,218)
#D8D7DE
(216,215,222)
#DDDCE2
(221,220,226)
#E2E1E6
(226,225,230)
#E7E6EA
(231,230,234)
#ECEBEE
(236,235,238)
#F1F0F2
(241,240,242)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C3CE color. Also use rgb(196,195,206) instead hex code.

Text Font Color

.myTextColor { color: #C4C3CE; }

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

This text font color is #C4C3CE.


Background Color

.myBgColor { background-color: #C4C3CE; }

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

This div background color is #C4C3CE.


Border color

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

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

This div border color is #C4C3CE.


Opacity

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

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

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

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

This text has shadow with #C4C3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C3CE on black background.


Color preview on white background

This text has color #C4C3CE on white background.



Black color preview on #C4C3CE background

This text has black color on #C4C3CE background.


White color preview on #C4C3CE background

This text has white color on #C4C3CE background.