COLOR #C2CCD9

HEX: #C2CCD9
RGB: (194,204,217)

Color info

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

RGB color model

#C2CCD9 color RGB value is (194,204,217).

  • red value is 194;
  • green value is 204;
  • blue value is 217.
RGB:
(194,204,217)
(76%,80%,85%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 217 of 255 = 85%

194
204
217

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

Portions of RGB colors in percentages

R + G + B =
194 + 204 + 217 = 615 (100%)
R 194 of 615 ~ 31.54%
G 204 of 615 ~ 33.17%
B 217 of 615 ~ 35.28%

%31.54
%33.17
%35.28

CMYK color model

#C2CCD9 color CMYK value is (11,6,0,15).

  • cyan value is 10.60%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(11,6,0,15)
C11M6Y0K15 
(11%,6%,0%,15%)
(0.11/0.06/0.00/0.15)	

CMYK percentages

%10.6
%5.99
%0
%14.9

Codes

Color #C2CCD9 in popluar color models

C2CCD9
RGB194204217
HSL214°23.23%80.59%
HSB/HSV214°10.60%85.10%
CMYK10.60%5.99%0.00%
14.90%

Color #C2CCD9 in popluar number systems.

HEXC2CCD9
Decimal194204217
Binary110000101100110011011001
Octal302314331

Shades and tints

Shades of #C2CCD9

#C2CCD9
(194,204,217)
#B1BAC6
(177,186,198)
#A0A8B3
(160,168,179)
#8F96A0
(143,150,160)
#7E848D
(126,132,141)
#6D727A
(109,114,122)
#5C6067
(92,96,103)
#4B4E54
(75,78,84)
#3A3C41
(58,60,65)
#292A2E
(41,42,46)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #C2CCD9

#C2CCD9
(194,204,217)
#C7D0DC
(199,208,220)
#CCD4DF
(204,212,223)
#D1D8E2
(209,216,226)
#D6DCE5
(214,220,229)
#DBE0E8
(219,224,232)
#E0E4EB
(224,228,235)
#E5E8EE
(229,232,238)
#EAECF1
(234,236,241)
#EFF0F4
(239,240,244)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CCD9; }

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

This text font color is #C2CCD9.


Background Color

.myBgColor { background-color: #C2CCD9; }

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

This div background color is #C2CCD9.


Border color

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

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

This div border color is #C2CCD9.


Opacity

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

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

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

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

This text has shadow with #C2CCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CCD9 on black background.


Color preview on white background

This text has color #C2CCD9 on white background.



Black color preview on #C2CCD9 background

This text has black color on #C2CCD9 background.


White color preview on #C2CCD9 background

This text has white color on #C2CCD9 background.