COLOR #C2CDDB

HEX: #C2CDDB
RGB: (194,205,219)

Color info

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

RGB color model

#C2CDDB color RGB value is (194,205,219).

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

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 219 of 255 = 86%

194
205
219

R + G + B ~ 81%. #C2CDDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 205 + 219 = 618 (100%)
R 194 of 618 ~ 31.39%
G 205 of 618 ~ 33.17%
B 219 of 618 ~ 35.44%

%31.39
%33.17
%35.44

CMYK color model

#C2CDDB color CMYK value is (11,6,0,14).

  • cyan value is 11.42%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,6,0,14)
C11M6Y0K14 
(11%,6%,0%,14%)
(0.11/0.06/0.00/0.14)	

CMYK percentages

%11.42
%6.39
%0
%14.12

Codes

Color #C2CDDB in popluar color models

C2CDDB
RGB194205219
HSL214°25.77%80.98%
HSB/HSV214°11.42%85.88%
CMYK11.42%6.39%0.00%
14.12%

Color #C2CDDB in popluar number systems.

HEXC2CDDB
Decimal194205219
Binary110000101100110111011011
Octal302315333

Shades and tints

Shades of #C2CDDB

#C2CDDB
(194,205,219)
#B1BBC8
(177,187,200)
#A0A9B5
(160,169,181)
#8F97A2
(143,151,162)
#7E858F
(126,133,143)
#6D737C
(109,115,124)
#5C6169
(92,97,105)
#4B4F56
(75,79,86)
#3A3D43
(58,61,67)
#292B30
(41,43,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #C2CDDB

#C2CDDB
(194,205,219)
#C7D1DE
(199,209,222)
#CCD5E1
(204,213,225)
#D1D9E4
(209,217,228)
#D6DDE7
(214,221,231)
#DBE1EA
(219,225,234)
#E0E5ED
(224,229,237)
#E5E9F0
(229,233,240)
#EAEDF3
(234,237,243)
#EFF1F6
(239,241,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CDDB; }

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

This text font color is #C2CDDB.


Background Color

.myBgColor { background-color: #C2CDDB; }

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

This div background color is #C2CDDB.


Border color

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

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

This div border color is #C2CDDB.


Opacity

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

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

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

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

This text has shadow with #C2CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CDDB on black background.


Color preview on white background

This text has color #C2CDDB on white background.



Black color preview on #C2CDDB background

This text has black color on #C2CDDB background.


White color preview on #C2CDDB background

This text has white color on #C2CDDB background.