COLOR #C2CBD0

HEX: #C2CBD0
RGB: (194,203,208)

Color info

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

RGB color model

#C2CBD0 color RGB value is (194,203,208).

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

RGB channels and saturation

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

194
203
208

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

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 208 = 605 (100%)
R 194 of 605 ~ 32.07%
G 203 of 605 ~ 33.55%
B 208 of 605 ~ 34.38%

%32.07
%33.55
%34.38

CMYK color model

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

  • cyan value is 6.73%
  • magenta value is 2.40%
  • 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
%2.4
%0
%18.43

Codes

Color #C2CBD0 in popluar color models

C2CBD0
RGB194203208
HSL201°12.96%78.82%
HSB/HSV201°6.73%81.57%
CMYK6.73%2.40%0.00%
18.43%

Color #C2CBD0 in popluar number systems.

HEXC2CBD0
Decimal194203208
Binary110000101100101111010000
Octal302313320

Shades and tints

Shades of #C2CBD0

#C2CBD0
(194,203,208)
#B1B9BE
(177,185,190)
#A0A7AC
(160,167,172)
#8F959A
(143,149,154)
#7E8388
(126,131,136)
#6D7176
(109,113,118)
#5C5F64
(92,95,100)
#4B4D52
(75,77,82)
#3A3B40
(58,59,64)
#29292E
(41,41,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #C2CBD0

#C2CBD0
(194,203,208)
#C7CFD4
(199,207,212)
#CCD3D8
(204,211,216)
#D1D7DC
(209,215,220)
#D6DBE0
(214,219,224)
#DBDFE4
(219,223,228)
#E0E3E8
(224,227,232)
#E5E7EC
(229,231,236)
#EAEBF0
(234,235,240)
#EFEFF4
(239,239,244)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBD0; }

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

This text font color is #C2CBD0.


Background Color

.myBgColor { background-color: #C2CBD0; }

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

This div background color is #C2CBD0.


Border color

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

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

This div border color is #C2CBD0.


Opacity

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

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

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

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

This text has shadow with #C2CBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBD0 on black background.


Color preview on white background

This text has color #C2CBD0 on white background.



Black color preview on #C2CBD0 background

This text has black color on #C2CBD0 background.


White color preview on #C2CBD0 background

This text has white color on #C2CBD0 background.