COLOR #C3D9CA

HEX: #C3D9CA
RGB: (195,217,202)

Color info

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

RGB color model

#C3D9CA color RGB value is (195,217,202).

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

RGB channels and saturation

R 195 of 255 = 76%
G 217 of 255 = 85%
B 202 of 255 = 79%

195
217
202

R + G + B ~ 80%. #C3D9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 217 + 202 = 614 (100%)
R 195 of 614 ~ 31.76%
G 217 of 614 ~ 35.34%
B 202 of 614 ~ 32.9%

%31.76
%35.34
%32.9

CMYK color model

#C3D9CA color CMYK value is (10,0,7,15).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(10,0,7,15)
C10M0Y7K15 
(10%,0%,7%,15%)
(0.10/0.00/0.07/0.15)	

CMYK percentages

%10.14
%0
%6.91
%14.9

Codes

Color #C3D9CA in popluar color models

C3D9CA
RGB195217202
HSL139°22.45%80.78%
HSB/HSV139°10.14%85.10%
CMYK10.14%0.00%6.91%
14.90%

Color #C3D9CA in popluar number systems.

HEXC3D9CA
Decimal195217202
Binary110000111101100111001010
Octal303331312

Shades and tints

Shades of #C3D9CA

#C3D9CA
(195,217,202)
#B2C6B8
(178,198,184)
#A1B3A6
(161,179,166)
#90A094
(144,160,148)
#7F8D82
(127,141,130)
#6E7A70
(110,122,112)
#5D675E
(93,103,94)
#4C544C
(76,84,76)
#3B413A
(59,65,58)
#2A2E28
(42,46,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #C3D9CA

#C3D9CA
(195,217,202)
#C8DCCE
(200,220,206)
#CDDFD2
(205,223,210)
#D2E2D6
(210,226,214)
#D7E5DA
(215,229,218)
#DCE8DE
(220,232,222)
#E1EBE2
(225,235,226)
#E6EEE6
(230,238,230)
#EBF1EA
(235,241,234)
#F0F4EE
(240,244,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D9CA; }

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

This text font color is #C3D9CA.


Background Color

.myBgColor { background-color: #C3D9CA; }

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

This div background color is #C3D9CA.


Border color

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

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

This div border color is #C3D9CA.


Opacity

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

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

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

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

This text has shadow with #C3D9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D9CA on black background.


Color preview on white background

This text has color #C3D9CA on white background.



Black color preview on #C3D9CA background

This text has black color on #C3D9CA background.


White color preview on #C3D9CA background

This text has white color on #C3D9CA background.