COLOR #C2CBDB

HEX: #C2CBDB RGB: (194,203,219)

Color info

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

RGB color model

#C2CBDB color RGB value is (194,203,219).

RGB: (194,203,219) (76%, 80%, 86%)

RGB channels and saturation

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

194
203
219

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

Portions of RGB colors in percentages

R + G + B = 194 + 203 + 219 = 616 (100%)
R 194 of 616 ~ 31.49%
G 203 of 616 ~ 32.95%
B 219 of 616 ~ 35.55'%

%31.49
%32.95
%35.55

CMYK color model

#C2CBDB color CMYK value is (11,7,0,14).

  • cyan value is 11.42%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (11,7,0,14) C11M7Y0K14 (11%,7%,0%,14%) (0.11/0.07/0.00/0.14) 

CMYK percentages

%11.42
%7.31
%0
%14.12

Codes

Color #C2CBDB in popluar color models

C2 CB DB
RGB 194 203 219
HSL 218° 25.77% 80.98%
HSB/HSV 218° 11.42% 85.88%
CMYK 11.42% 7.31% 0.00%
14.12%

Color #C2CBDB in popluar number systems.

HEX C2 CB DB
Decimal 194 203 219
Binary 11000010 11001011 11011011
Octal 302 313 333

Shades and tints

Shades of #C2CBDB

#C2CBDB
(194,203,219)
#B1B9C8
(177,185,200)
#A0A7B5
(160,167,181)
#8F95A2
(143,149,162)
#7E838F
(126,131,143)
#6D717C
(109,113,124)
#5C5F69
(92,95,105)
#4B4D56
(75,77,86)
#3A3B43
(58,59,67)
#292930
(41,41,48)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #C2CBDB

#C2CBDB
(194,203,219)
#C7CFDE
(199,207,222)
#CCD3E1
(204,211,225)
#D1D7E4
(209,215,228)
#D6DBE7
(214,219,231)
#DBDFEA
(219,223,234)
#E0E3ED
(224,227,237)
#E5E7F0
(229,231,240)
#EAEBF3
(234,235,243)
#EFEFF6
(239,239,246)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBDB; }

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

This text font color is #C2CBDB.

Background Color

.myBgColor { background-color: #C2CBDB; }

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

This div background color is #C2CBDB.

Border color

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

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

This div border color is #C2CBDB.

Opacity

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

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

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

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

This text has shadow with #C2CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CBDB.

Preview

Color preview on black background

This text has color #C2CBDB on black background.


Color preview on white background

This text has color #C2CBDB on white background.


Black color preview on #C2CBDB background

This text has black color on #C2CBDB background.


White color preview on #C2CBDB background

This text has white color on #C2CBDB background.


Related colors

Complementary color

Complementary color for #hex is #3D3424.


I love getcolorcode.com

Triadic colors

1 #DBC2CB and #CBDBC2 with #C2CBDB are triadic colors.

2 #DBCBC2 and #CBC2DB with #C2CBDB are triadic colors.