COLOR #C3C6D1

HEX: #C3C6D1
RGB: (195,198,209)

Color info

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

RGB color model

#C3C6D1 color RGB value is (195,198,209).

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

RGB channels and saturation

R 195 of 255 = 76%
G 198 of 255 = 78%
B 209 of 255 = 82%

195
198
209

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

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 209 = 602 (100%)
R 195 of 602 ~ 32.39%
G 198 of 602 ~ 32.89%
B 209 of 602 ~ 34.72%

%32.39
%32.89
%34.72

CMYK color model

#C3C6D1 color CMYK value is (7,5,0,18).

  • cyan value is 6.70%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,5,0,18)
C7M5Y0K18 
(7%,5%,0%,18%)
(0.07/0.05/0.00/0.18)	

CMYK percentages

%6.7
%5.26
%0
%18.04

Codes

Color #C3C6D1 in popluar color models

C3C6D1
RGB195198209
HSL227°13.21%79.22%
HSB/HSV227°6.70%81.96%
CMYK6.70%5.26%0.00%
18.04%

Color #C3C6D1 in popluar number systems.

HEXC3C6D1
Decimal195198209
Binary110000111100011011010001
Octal303306321

Shades and tints

Shades of #C3C6D1

#C3C6D1
(195,198,209)
#B2B4BE
(178,180,190)
#A1A2AB
(161,162,171)
#909098
(144,144,152)
#7F7E85
(127,126,133)
#6E6C72
(110,108,114)
#5D5A5F
(93,90,95)
#4C484C
(76,72,76)
#3B3639
(59,54,57)
#2A2426
(42,36,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #C3C6D1

#C3C6D1
(195,198,209)
#C8CBD5
(200,203,213)
#CDD0D9
(205,208,217)
#D2D5DD
(210,213,221)
#D7DAE1
(215,218,225)
#DCDFE5
(220,223,229)
#E1E4E9
(225,228,233)
#E6E9ED
(230,233,237)
#EBEEF1
(235,238,241)
#F0F3F5
(240,243,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C6D1; }

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

This text font color is #C3C6D1.


Background Color

.myBgColor { background-color: #C3C6D1; }

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

This div background color is #C3C6D1.


Border color

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

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

This div border color is #C3C6D1.


Opacity

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

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

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

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

This text has shadow with #C3C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C6D1 on black background.


Color preview on white background

This text has color #C3C6D1 on white background.



Black color preview on #C3C6D1 background

This text has black color on #C3C6D1 background.


White color preview on #C3C6D1 background

This text has white color on #C3C6D1 background.