COLOR #C4C3D1

HEX: #C4C3D1
RGB: (196,195,209)

Color info

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

RGB color model

#C4C3D1 color RGB value is (196,195,209).

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

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 209 of 255 = 82%

196
195
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 195 + 209 = 600 (100%)
R 196 of 600 ~ 32.67%
G 195 of 600 ~ 32.5%
B 209 of 600 ~ 34.83%

%32.67
%32.5
%34.83

CMYK color model

#C4C3D1 color CMYK value is (6,7,0,18).

  • cyan value is 6.22%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,7,0,18)
C6M7Y0K18 
(6%,7%,0%,18%)
(0.06/0.07/0.00/0.18)	

CMYK percentages

%6.22
%6.7
%0
%18.04

Codes

Color #C4C3D1 in popluar color models

C4C3D1
RGB196195209
HSL244°13.21%79.22%
HSB/HSV244°6.70%81.96%
CMYK6.22%6.70%0.00%
18.04%

Color #C4C3D1 in popluar number systems.

HEXC4C3D1
Decimal196195209
Binary110001001100001111010001
Octal304303321

Shades and tints

Shades of #C4C3D1

#C4C3D1
(196,195,209)
#B3B2BE
(179,178,190)
#A2A1AB
(162,161,171)
#919098
(145,144,152)
#807F85
(128,127,133)
#6F6E72
(111,110,114)
#5E5D5F
(94,93,95)
#4D4C4C
(77,76,76)
#3C3B39
(60,59,57)
#2B2A26
(43,42,38)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #C4C3D1

#C4C3D1
(196,195,209)
#C9C8D5
(201,200,213)
#CECDD9
(206,205,217)
#D3D2DD
(211,210,221)
#D8D7E1
(216,215,225)
#DDDCE5
(221,220,229)
#E2E1E9
(226,225,233)
#E7E6ED
(231,230,237)
#ECEBF1
(236,235,241)
#F1F0F5
(241,240,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3D1; }

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

This text font color is #C4C3D1.


Background Color

.myBgColor { background-color: #C4C3D1; }

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

This div background color is #C4C3D1.


Border color

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

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

This div border color is #C4C3D1.


Opacity

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

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

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

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

This text has shadow with #C4C3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C3D1 on black background.


Color preview on white background

This text has color #C4C3D1 on white background.



Black color preview on #C4C3D1 background

This text has black color on #C4C3D1 background.


White color preview on #C4C3D1 background

This text has white color on #C4C3D1 background.