COLOR #C2CCD1

HEX: #C2CCD1 RGB: (194,204,209)

Color info

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

RGB color model

#C2CCD1 color RGB value is (194,204,209).

RGB: (194,204,209) (76%, 80%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 209 of 255 = 82%

194
204
209

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

Portions of RGB colors in percentages

R + G + B = 194 + 204 + 209 = 607 (100%)
R 194 of 607 ~ 31.96%
G 204 of 607 ~ 33.61%
B 209 of 607 ~ 34.43'%

%31.96
%33.61
%34.43

CMYK color model

#C2CCD1 color CMYK value is (7,2,0,18).

  • cyan value is 7.18%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (7,2,0,18) C7M2Y0K18 (7%,2%,0%,18%) (0.07/0.02/0.00/0.18) 

CMYK percentages

%7.18
%2.39
%0
%18.04

Codes

Color #C2CCD1 in popluar color models

C2 CC D1
RGB 194 204 209
HSL 200° 14.02% 79.02%
HSB/HSV 200° 7.18% 81.96%
CMYK 7.18% 2.39% 0.00%
18.04%

Color #C2CCD1 in popluar number systems.

HEX C2 CC D1
Decimal 194 204 209
Binary 11000010 11001100 11010001
Octal 302 314 321

Shades and tints

Shades of #C2CCD1

#C2CCD1
(194,204,209)
#B1BABE
(177,186,190)
#A0A8AB
(160,168,171)
#8F9698
(143,150,152)
#7E8485
(126,132,133)
#6D7272
(109,114,114)
#5C605F
(92,96,95)
#4B4E4C
(75,78,76)
#3A3C39
(58,60,57)
#292A26
(41,42,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #C2CCD1

#C2CCD1
(194,204,209)
#C7D0D5
(199,208,213)
#CCD4D9
(204,212,217)
#D1D8DD
(209,216,221)
#D6DCE1
(214,220,225)
#DBE0E5
(219,224,229)
#E0E4E9
(224,228,233)
#E5E8ED
(229,232,237)
#EAECF1
(234,236,241)
#EFF0F5
(239,240,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CCD1 color. Also use rgb(194,204,209) instead hex code.

Text Font Color

.myTextColor { color: #C2CCD1; }

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

This text font color is #C2CCD1.

Background Color

.myBgColor { background-color: #C2CCD1; }

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

This div background color is #C2CCD1.

Border color

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

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

This div border color is #C2CCD1.

Opacity

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

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

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

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

This text has shadow with #C2CCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CCD1.

Preview

Color preview on black background

This text has color #C2CCD1 on black background.


Color preview on white background

This text has color #C2CCD1 on white background.


Black color preview on #C2CCD1 background

This text has black color on #C2CCD1 background.


White color preview on #C2CCD1 background

This text has white color on #C2CCD1 background.


Related colors

Complementary color

Complementary color for #hex is #3D332E.


I love getcolorcode.com

Triadic colors

1 #D1C2CC and #CCD1C2 with #C2CCD1 are triadic colors.

2 #D1CCC2 and #CCC2D1 with #C2CCD1 are triadic colors.