COLOR #C2D5CA

HEX: #C2D5CA
RGB: (194,213,202)

Color info

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

RGB color model

#C2D5CA color RGB value is (194,213,202).

  • red value is 194;
  • green value is 213;
  • blue value is 202.
RGB:
(194,213,202)
(76%,84%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 213 of 255 = 84%
B 202 of 255 = 79%

194
213
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 213 + 202 = 609 (100%)
R 194 of 609 ~ 31.86%
G 213 of 609 ~ 34.98%
B 202 of 609 ~ 33.17%

%31.86
%34.98
%33.17

CMYK color model

#C2D5CA color CMYK value is (9,0,5,16).

  • cyan value is 8.92%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(9,0,5,16)
C9M0Y5K16 
(9%,0%,5%,16%)
(0.09/0.00/0.05/0.16)	

CMYK percentages

%8.92
%0
%5.16
%16.47

Codes

Color #C2D5CA in popluar color models

C2D5CA
RGB194213202
HSL145°18.45%79.80%
HSB/HSV145°8.92%83.53%
CMYK8.92%0.00%5.16%
16.47%

Color #C2D5CA in popluar number systems.

HEXC2D5CA
Decimal194213202
Binary110000101101010111001010
Octal302325312

Shades and tints

Shades of #C2D5CA

#C2D5CA
(194,213,202)
#B1C2B8
(177,194,184)
#A0AFA6
(160,175,166)
#8F9C94
(143,156,148)
#7E8982
(126,137,130)
#6D7670
(109,118,112)
#5C635E
(92,99,94)
#4B504C
(75,80,76)
#3A3D3A
(58,61,58)
#292A28
(41,42,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #C2D5CA

#C2D5CA
(194,213,202)
#C7D8CE
(199,216,206)
#CCDBD2
(204,219,210)
#D1DED6
(209,222,214)
#D6E1DA
(214,225,218)
#DBE4DE
(219,228,222)
#E0E7E2
(224,231,226)
#E5EAE6
(229,234,230)
#EAEDEA
(234,237,234)
#EFF0EE
(239,240,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D5CA color. Also use rgb(194,213,202) instead hex code.

Text Font Color

.myTextColor { color: #C2D5CA; }

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

This text font color is #C2D5CA.


Background Color

.myBgColor { background-color: #C2D5CA; }

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

This div background color is #C2D5CA.


Border color

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

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

This div border color is #C2D5CA.


Opacity

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

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

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

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

This text has shadow with #C2D5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D5CA on black background.


Color preview on white background

This text has color #C2D5CA on white background.



Black color preview on #C2D5CA background

This text has black color on #C2D5CA background.


White color preview on #C2D5CA background

This text has white color on #C2D5CA background.