COLOR #C2CDD7

HEX: #C2CDD7
RGB: (194,205,215)

Color info

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

RGB color model

#C2CDD7 color RGB value is (194,205,215).

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

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 215 of 255 = 84%

194
205
215

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

Portions of RGB colors in percentages

R + G + B =
194 + 205 + 215 = 614 (100%)
R 194 of 614 ~ 31.6%
G 205 of 614 ~ 33.39%
B 215 of 614 ~ 35.02%

%31.6
%33.39
%35.02

CMYK color model

#C2CDD7 color CMYK value is (10,5,0,16).

  • cyan value is 9.77%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,5,0,16)
C10M5Y0K16 
(10%,5%,0%,16%)
(0.10/0.05/0.00/0.16)	

CMYK percentages

%9.77
%4.65
%0
%15.69

Codes

Color #C2CDD7 in popluar color models

C2CDD7
RGB194205215
HSL209°20.79%80.20%
HSB/HSV209°9.77%84.31%
CMYK9.77%4.65%0.00%
15.69%

Color #C2CDD7 in popluar number systems.

HEXC2CDD7
Decimal194205215
Binary110000101100110111010111
Octal302315327

Shades and tints

Shades of #C2CDD7

#C2CDD7
(194,205,215)
#B1BBC4
(177,187,196)
#A0A9B1
(160,169,177)
#8F979E
(143,151,158)
#7E858B
(126,133,139)
#6D7378
(109,115,120)
#5C6165
(92,97,101)
#4B4F52
(75,79,82)
#3A3D3F
(58,61,63)
#292B2C
(41,43,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2CDD7

#C2CDD7
(194,205,215)
#C7D1DA
(199,209,218)
#CCD5DD
(204,213,221)
#D1D9E0
(209,217,224)
#D6DDE3
(214,221,227)
#DBE1E6
(219,225,230)
#E0E5E9
(224,229,233)
#E5E9EC
(229,233,236)
#EAEDEF
(234,237,239)
#EFF1F2
(239,241,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CDD7; }

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

This text font color is #C2CDD7.


Background Color

.myBgColor { background-color: #C2CDD7; }

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

This div background color is #C2CDD7.


Border color

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

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

This div border color is #C2CDD7.


Opacity

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

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

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

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

This text has shadow with #C2CDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CDD7 on black background.


Color preview on white background

This text has color #C2CDD7 on white background.



Black color preview on #C2CDD7 background

This text has black color on #C2CDD7 background.


White color preview on #C2CDD7 background

This text has white color on #C2CDD7 background.