COLOR #C2CDD9

HEX: #C2CDD9
RGB: (194,205,217)

Color info

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

RGB color model

#C2CDD9 color RGB value is (194,205,217).

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

RGB channels and saturation

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

194
205
217

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

Portions of RGB colors in percentages

R + G + B =
194 + 205 + 217 = 616 (100%)
R 194 of 616 ~ 31.49%
G 205 of 616 ~ 33.28%
B 217 of 616 ~ 35.23%

%31.49
%33.28
%35.23

CMYK color model

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

  • cyan value is 10.60%
  • magenta value is 5.53%
  • 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.53
%0
%14.9

Codes

Color #C2CDD9 in popluar color models

C2CDD9
RGB194205217
HSL211°23.23%80.59%
HSB/HSV211°10.60%85.10%
CMYK10.60%5.53%0.00%
14.90%

Color #C2CDD9 in popluar number systems.

HEXC2CDD9
Decimal194205217
Binary110000101100110111011001
Octal302315331

Shades and tints

Shades of #C2CDD9

#C2CDD9
(194,205,217)
#B1BBC6
(177,187,198)
#A0A9B3
(160,169,179)
#8F97A0
(143,151,160)
#7E858D
(126,133,141)
#6D737A
(109,115,122)
#5C6167
(92,97,103)
#4B4F54
(75,79,84)
#3A3D41
(58,61,65)
#292B2E
(41,43,46)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #C2CDD9

#C2CDD9
(194,205,217)
#C7D1DC
(199,209,220)
#CCD5DF
(204,213,223)
#D1D9E2
(209,217,226)
#D6DDE5
(214,221,229)
#DBE1E8
(219,225,232)
#E0E5EB
(224,229,235)
#E5E9EE
(229,233,238)
#EAEDF1
(234,237,241)
#EFF1F4
(239,241,244)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CDD9; }

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

This text font color is #C2CDD9.


Background Color

.myBgColor { background-color: #C2CDD9; }

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

This div background color is #C2CDD9.


Border color

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

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

This div border color is #C2CDD9.


Opacity

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

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

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

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

This text has shadow with #C2CDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CDD9 on black background.


Color preview on white background

This text has color #C2CDD9 on white background.



Black color preview on #C2CDD9 background

This text has black color on #C2CDD9 background.


White color preview on #C2CDD9 background

This text has white color on #C2CDD9 background.