COLOR #C2CBDD

HEX: #C2CBDD RGB: (194,203,221)

Color info

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

RGB color model

#C2CBDD color RGB value is (194,203,221).

RGB: (194,203,221) (76%, 80%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 221 of 255 = 87%

194
203
221

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

Portions of RGB colors in percentages

R + G + B = 194 + 203 + 221 = 618 (100%)
R 194 of 618 ~ 31.39%
G 203 of 618 ~ 32.85%
B 221 of 618 ~ 35.76'%

%31.39
%32.85
%35.76

CMYK color model

#C2CBDD color CMYK value is (12,8,0,13).

  • cyan value is 12.22%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,8,0,13)
C12M8Y0K13 (12%, 8%, 0%, 13%)
(0.12 / 0.08 / 0.00 / 0.13)

CMYK percentages

%12.22
%8.14
%0
%13.33

Codes

Color #C2CBDD in popluar color models

C2 CB DD
RGB 194 203 221
HSL 220° 28.42% 81.37%
HSB/HSV 220° 12.22% 86.67%
CMYK 12.22% 8.14% 0.00%
13.33%

Color #C2CBDD in popluar number systems.

HEX C2 CB DD
Decimal 194 203 221
Binary 11000010 11001011 11011101
Octal 302 313 335

Shades and tints

Shades of #C2CBDD

#C2CBDD
(194,203,221)
#B1B9C9
(177,185,201)
#A0A7B5
(160,167,181)
#8F95A1
(143,149,161)
#7E838D
(126,131,141)
#6D7179
(109,113,121)
#5C5F65
(92,95,101)
#4B4D51
(75,77,81)
#3A3B3D
(58,59,61)
#292929
(41,41,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #C2CBDD

#C2CBDD
(194,203,221)
#C7CFE0
(199,207,224)
#CCD3E3
(204,211,227)
#D1D7E6
(209,215,230)
#D6DBE9
(214,219,233)
#DBDFEC
(219,223,236)
#E0E3EF
(224,227,239)
#E5E7F2
(229,231,242)
#EAEBF5
(234,235,245)
#EFEFF8
(239,239,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBDD; }

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

This text font color is #C2CBDD.

Background Color

.myBgColor { background-color: #C2CBDD; }

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

This div background color is #C2CBDD.

Border color

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

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

This div border color is #C2CBDD.

Opacity

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

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

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

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

This text has shadow with #C2CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CBDD.

Preview

Color preview on black background

This text has color #C2CBDD on black background.


Color preview on white background

This text has color #C2CBDD on white background.


Black color preview on #C2CBDD background

This text has black color on #C2CBDD background.


White color preview on #C2CBDD background

This text has white color on #C2CBDD background.


Related colors

Complementary color

Complementary color for #hex is #3D3422.


I love getcolorcode.com

Triadic colors

1 #DDC2CB and #CBDDC2 with #C2CBDD are triadic colors.

2 #DDCBC2 and #CBC2DD with #C2CBDD are triadic colors.