COLOR #C3CAD2

HEX: #C3CAD2
RGB: (195,202,210)

Color info

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

RGB color model

#C3CAD2 color RGB value is (195,202,210).

  • red value is 195;
  • green value is 202;
  • blue value is 210.
RGB:
(195,202,210)
(76%,79%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 210 of 255 = 82%

195
202
210

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

Portions of RGB colors in percentages

R + G + B =
195 + 202 + 210 = 607 (100%)
R 195 of 607 ~ 32.13%
G 202 of 607 ~ 33.28%
B 210 of 607 ~ 34.6%

%32.13
%33.28
%34.6

CMYK color model

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

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

CMYK percentages

%7.14
%3.81
%0
%17.65

Codes

Color #C3CAD2 in popluar color models

C3CAD2
RGB195202210
HSL212°14.29%79.41%
HSB/HSV212°7.14%82.35%
CMYK7.14%3.81%0.00%
17.65%

Color #C3CAD2 in popluar number systems.

HEXC3CAD2
Decimal195202210
Binary110000111100101011010010
Octal303312322

Shades and tints

Shades of #C3CAD2

#C3CAD2
(195,202,210)
#B2B8BF
(178,184,191)
#A1A6AC
(161,166,172)
#909499
(144,148,153)
#7F8286
(127,130,134)
#6E7073
(110,112,115)
#5D5E60
(93,94,96)
#4C4C4D
(76,76,77)
#3B3A3A
(59,58,58)
#2A2827
(42,40,39)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3CAD2

#C3CAD2
(195,202,210)
#C8CED6
(200,206,214)
#CDD2DA
(205,210,218)
#D2D6DE
(210,214,222)
#D7DAE2
(215,218,226)
#DCDEE6
(220,222,230)
#E1E2EA
(225,226,234)
#E6E6EE
(230,230,238)
#EBEAF2
(235,234,242)
#F0EEF6
(240,238,246)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CAD2 color. Also use rgb(195,202,210) instead hex code.

Text Font Color

.myTextColor { color: #C3CAD2; }

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

This text font color is #C3CAD2.


Background Color

.myBgColor { background-color: #C3CAD2; }

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

This div background color is #C3CAD2.


Border color

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

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

This div border color is #C3CAD2.


Opacity

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

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

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

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

This text has shadow with #C3CAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CAD2 on black background.


Color preview on white background

This text has color #C3CAD2 on white background.



Black color preview on #C3CAD2 background

This text has black color on #C3CAD2 background.


White color preview on #C3CAD2 background

This text has white color on #C3CAD2 background.