COLOR #C3C8D1

HEX: #C3C8D1 RGB: (195,200,209)

Color info

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

RGB color model

#C3C8D1 color RGB value is (195,200,209).

RGB: (195,200,209) (76%, 78%, 82%)

RGB channels and saturation

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

195
200
209

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

Portions of RGB colors in percentages

R + G + B = 195 + 200 + 209 = 604 (100%)
R 195 of 604 ~ 32.28%
G 200 of 604 ~ 33.11%
B 209 of 604 ~ 34.6'%

%32.28
%33.11
%34.6

CMYK color model

#C3C8D1 color CMYK value is (7,4,0,18).

  • cyan value is 6.70%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (7,4,0,18) C7M4Y0K18 (7%,4%,0%,18%) (0.07/0.04/0.00/0.18) 

CMYK percentages

%6.7
%4.31
%0
%18.04

Codes

Color #C3C8D1 in popluar color models

C3 C8 D1
RGB 195 200 209
HSL 219° 13.21% 79.22%
HSB/HSV 219° 6.70% 81.96%
CMYK 6.70% 4.31% 0.00%
18.04%

Color #C3C8D1 in popluar number systems.

HEX C3 C8 D1
Decimal 195 200 209
Binary 11000011 11001000 11010001
Octal 303 310 321

Shades and tints

Shades of #C3C8D1

#C3C8D1
(195,200,209)
#B2B6BE
(178,182,190)
#A1A4AB
(161,164,171)
#909298
(144,146,152)
#7F8085
(127,128,133)
#6E6E72
(110,110,114)
#5D5C5F
(93,92,95)
#4C4A4C
(76,74,76)
#3B3839
(59,56,57)
#2A2626
(42,38,38)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C3C8D1

#C3C8D1
(195,200,209)
#C8CDD5
(200,205,213)
#CDD2D9
(205,210,217)
#D2D7DD
(210,215,221)
#D7DCE1
(215,220,225)
#DCE1E5
(220,225,229)
#E1E6E9
(225,230,233)
#E6EBED
(230,235,237)
#EBF0F1
(235,240,241)
#F0F5F5
(240,245,245)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C8D1; }

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

This text font color is #C3C8D1.

Background Color

.myBgColor { background-color: #C3C8D1; }

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

This div background color is #C3C8D1.

Border color

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

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

This div border color is #C3C8D1.

Opacity

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

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

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

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

This text has shadow with #C3C8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C8D1.

Preview

Color preview on black background

This text has color #C3C8D1 on black background.


Color preview on white background

This text has color #C3C8D1 on white background.


Black color preview on #C3C8D1 background

This text has black color on #C3C8D1 background.


White color preview on #C3C8D1 background

This text has white color on #C3C8D1 background.


Related colors

Complementary color

Complementary color for #hex is #3C372E.


I love getcolorcode.com

Triadic colors

1 #D1C3C8 and #C8D1C3 with #C3C8D1 are triadic colors.

2 #D1C8C3 and #C8C3D1 with #C3C8D1 are triadic colors.