COLOR #C2D2CA

HEX: #C2D2CA RGB: (194,210,202)

Color info

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

RGB color model

#C2D2CA color RGB value is (194,210,202).

RGB: (194,210,202) (76%, 82%, 79%)

RGB channels and saturation

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

194
210
202

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

Portions of RGB colors in percentages

R + G + B = 194 + 210 + 202 = 606 (100%)
R 194 of 606 ~ 32.01%
G 210 of 606 ~ 34.65%
B 202 of 606 ~ 33.33'%

%32.01
%34.65
%33.33

CMYK color model

#C2D2CA color CMYK value is (8,0,4,18).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%

CMYK: (8,0,4,18)
C8M0Y4K18 (8%, 0%, 4%, 18%)
(0.08 / 0.00 / 0.04 / 0.18)

CMYK percentages

%7.62
%0
%3.81
%17.65

Codes

Color #C2D2CA in popluar color models

C2 D2 CA
RGB 194 210 202
HSL 150° 15.09% 79.22%
HSB/HSV 150° 7.62% 82.35%
CMYK 7.62% 0.00% 3.81%
17.65%

Color #C2D2CA in popluar number systems.

HEX C2 D2 CA
Decimal 194 210 202
Binary 11000010 11010010 11001010
Octal 302 322 312

Shades and tints

Shades of #C2D2CA

#C2D2CA
(194,210,202)
#B1BFB8
(177,191,184)
#A0ACA6
(160,172,166)
#8F9994
(143,153,148)
#7E8682
(126,134,130)
#6D7370
(109,115,112)
#5C605E
(92,96,94)
#4B4D4C
(75,77,76)
#3A3A3A
(58,58,58)
#292728
(41,39,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #C2D2CA

#C2D2CA
(194,210,202)
#C7D6CE
(199,214,206)
#CCDAD2
(204,218,210)
#D1DED6
(209,222,214)
#D6E2DA
(214,226,218)
#DBE6DE
(219,230,222)
#E0EAE2
(224,234,226)
#E5EEE6
(229,238,230)
#EAF2EA
(234,242,234)
#EFF6EE
(239,246,238)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D2CA; }

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

This text font color is #C2D2CA.

Background Color

.myBgColor { background-color: #C2D2CA; }

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

This div background color is #C2D2CA.

Border color

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

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

This div border color is #C2D2CA.

Opacity

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

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

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

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

This text has shadow with #C2D2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D2CA.

Preview

Color preview on black background

This text has color #C2D2CA on black background.


Color preview on white background

This text has color #C2D2CA on white background.


Black color preview on #C2D2CA background

This text has black color on #C2D2CA background.


White color preview on #C2D2CA background

This text has white color on #C2D2CA background.


Related colors

Complementary color

Complementary color for #hex is #3D2D35.


I love getcolorcode.com

Triadic colors

1 #CAC2D2 and #D2CAC2 with #C2D2CA are triadic colors.

2 #CAD2C2 and #D2C2CA with #C2D2CA are triadic colors.