COLOR #C2C9DB

HEX: #C2C9DB
RGB: (194,201,219)

Color info

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

RGB color model

#C2C9DB color RGB value is (194,201,219).

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

RGB channels and saturation

R 194 of 255 = 76%
G 201 of 255 = 79%
B 219 of 255 = 86%

194
201
219

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

Portions of RGB colors in percentages

R + G + B =
194 + 201 + 219 = 614 (100%)
R 194 of 614 ~ 31.6%
G 201 of 614 ~ 32.74%
B 219 of 614 ~ 35.67%

%31.6
%32.74
%35.67

CMYK color model

#C2C9DB color CMYK value is (11,8,0,14).

  • cyan value is 11.42%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,8,0,14)
C11M8Y0K14 
(11%,8%,0%,14%)
(0.11/0.08/0.00/0.14)	

CMYK percentages

%11.42
%8.22
%0
%14.12

Codes

Color #C2C9DB in popluar color models

C2C9DB
RGB194201219
HSL223°25.77%80.98%
HSB/HSV223°11.42%85.88%
CMYK11.42%8.22%0.00%
14.12%

Color #C2C9DB in popluar number systems.

HEXC2C9DB
Decimal194201219
Binary110000101100100111011011
Octal302311333

Shades and tints

Shades of #C2C9DB

#C2C9DB
(194,201,219)
#B1B7C8
(177,183,200)
#A0A5B5
(160,165,181)
#8F93A2
(143,147,162)
#7E818F
(126,129,143)
#6D6F7C
(109,111,124)
#5C5D69
(92,93,105)
#4B4B56
(75,75,86)
#3A3943
(58,57,67)
#292730
(41,39,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #C2C9DB

#C2C9DB
(194,201,219)
#C7CDDE
(199,205,222)
#CCD1E1
(204,209,225)
#D1D5E4
(209,213,228)
#D6D9E7
(214,217,231)
#DBDDEA
(219,221,234)
#E0E1ED
(224,225,237)
#E5E5F0
(229,229,240)
#EAE9F3
(234,233,243)
#EFEDF6
(239,237,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C9DB; }

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

This text font color is #C2C9DB.


Background Color

.myBgColor { background-color: #C2C9DB; }

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

This div background color is #C2C9DB.


Border color

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

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

This div border color is #C2C9DB.


Opacity

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

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

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

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

This text has shadow with #C2C9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C9DB on black background.


Color preview on white background

This text has color #C2C9DB on white background.



Black color preview on #C2C9DB background

This text has black color on #C2C9DB background.


White color preview on #C2C9DB background

This text has white color on #C2C9DB background.