COLOR #C2CCD0

HEX: #C2CCD0 RGB: (194,204,208)

Color info

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

RGB color model

#C2CCD0 color RGB value is (194,204,208).

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

RGB channels and saturation

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

194
204
208

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

Portions of RGB colors in percentages

R + G + B = 194 + 204 + 208 = 606 (100%)
R 194 of 606 ~ 32.01%
G 204 of 606 ~ 33.66%
B 208 of 606 ~ 34.32'%

%32.01
%33.66
%34.32

CMYK color model

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

  • cyan value is 6.73%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (7,2,0,18)
C7M2Y0K18 (7%, 2%, 0%, 18%)
(0.07 / 0.02 / 0.00 / 0.18)

CMYK percentages

%6.73
%1.92
%0
%18.43

Codes

Color #C2CCD0 in popluar color models

C2 CC D0
RGB 194 204 208
HSL 197° 12.96% 78.82%
HSB/HSV 197° 6.73% 81.57%
CMYK 6.73% 1.92% 0.00%
18.43%

Color #C2CCD0 in popluar number systems.

HEX C2 CC D0
Decimal 194 204 208
Binary 11000010 11001100 11010000
Octal 302 314 320

Shades and tints

Shades of #C2CCD0

#C2CCD0
(194,204,208)
#B1BABE
(177,186,190)
#A0A8AC
(160,168,172)
#8F969A
(143,150,154)
#7E8488
(126,132,136)
#6D7276
(109,114,118)
#5C6064
(92,96,100)
#4B4E52
(75,78,82)
#3A3C40
(58,60,64)
#292A2E
(41,42,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #C2CCD0

#C2CCD0
(194,204,208)
#C7D0D4
(199,208,212)
#CCD4D8
(204,212,216)
#D1D8DC
(209,216,220)
#D6DCE0
(214,220,224)
#DBE0E4
(219,224,228)
#E0E4E8
(224,228,232)
#E5E8EC
(229,232,236)
#EAECF0
(234,236,240)
#EFF0F4
(239,240,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CCD0; }

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

This text font color is #C2CCD0.

Background Color

.myBgColor { background-color: #C2CCD0; }

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

This div background color is #C2CCD0.

Border color

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

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

This div border color is #C2CCD0.

Opacity

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

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

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

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

This text has shadow with #C2CCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CCD0.

Preview

Color preview on black background

This text has color #C2CCD0 on black background.


Color preview on white background

This text has color #C2CCD0 on white background.


Black color preview on #C2CCD0 background

This text has black color on #C2CCD0 background.


White color preview on #C2CCD0 background

This text has white color on #C2CCD0 background.


Related colors

Complementary color

Complementary color for #hex is #3D332F.


I love getcolorcode.com

Triadic colors

1 #D0C2CC and #CCD0C2 with #C2CCD0 are triadic colors.

2 #D0CCC2 and #CCC2D0 with #C2CCD0 are triadic colors.