COLOR #C2CED0

HEX: #C2CED0
RGB: (194,206,208)

Color info

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

RGB color model

#C2CED0 color RGB value is (194,206,208).

  • red value is 194;
  • green value is 206;
  • blue value is 208.
RGB:
(194,206,208)
(76%,81%,82%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 208 of 255 = 82%

194
206
208

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

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 208 = 608 (100%)
R 194 of 608 ~ 31.91%
G 206 of 608 ~ 33.88%
B 208 of 608 ~ 34.21%

%31.91
%33.88
%34.21

CMYK color model

#C2CED0 color CMYK value is (7,1,0,18).

  • cyan value is 6.73%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(7,1,0,18)
C7M1Y0K18 
(7%,1%,0%,18%)
(0.07/0.01/0.00/0.18)	

CMYK percentages

%6.73
%0.96
%0
%18.43

Codes

Color #C2CED0 in popluar color models

C2CED0
RGB194206208
HSL189°12.96%78.82%
HSB/HSV189°6.73%81.57%
CMYK6.73%0.96%0.00%
18.43%

Color #C2CED0 in popluar number systems.

HEXC2CED0
Decimal194206208
Binary110000101100111011010000
Octal302316320

Shades and tints

Shades of #C2CED0

#C2CED0
(194,206,208)
#B1BCBE
(177,188,190)
#A0AAAC
(160,170,172)
#8F989A
(143,152,154)
#7E8688
(126,134,136)
#6D7476
(109,116,118)
#5C6264
(92,98,100)
#4B5052
(75,80,82)
#3A3E40
(58,62,64)
#292C2E
(41,44,46)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #C2CED0

#C2CED0
(194,206,208)
#C7D2D4
(199,210,212)
#CCD6D8
(204,214,216)
#D1DADC
(209,218,220)
#D6DEE0
(214,222,224)
#DBE2E4
(219,226,228)
#E0E6E8
(224,230,232)
#E5EAEC
(229,234,236)
#EAEEF0
(234,238,240)
#EFF2F4
(239,242,244)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CED0; }

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

This text font color is #C2CED0.


Background Color

.myBgColor { background-color: #C2CED0; }

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

This div background color is #C2CED0.


Border color

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

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

This div border color is #C2CED0.


Opacity

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

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

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

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

This text has shadow with #C2CED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CED0 on black background.


Color preview on white background

This text has color #C2CED0 on white background.



Black color preview on #C2CED0 background

This text has black color on #C2CED0 background.


White color preview on #C2CED0 background

This text has white color on #C2CED0 background.