COLOR #C2CBE6

HEX: #C2CBE6 RGB: (194,203,230)

Color info

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

RGB color model

#C2CBE6 color RGB value is (194,203,230).

RGB: (194,203,230) (76%, 80%, 90%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 230 of 255 = 90%

194
203
230

R + G + B ~ 82%. #C2CBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 203 + 230 = 627 (100%)
R 194 of 627 ~ 30.94%
G 203 of 627 ~ 32.38%
B 230 of 627 ~ 36.68'%

%30.94
%32.38
%36.68

CMYK color model

#C2CBE6 color CMYK value is (16,12,0,10).

  • cyan value is 15.65%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (16,12,0,10)
C16M12Y0K10 (16%, 12%, 0%, 10%)
(0.16 / 0.12 / 0.00 / 0.10)

CMYK percentages

%15.65
%11.74
%0
%9.8

Codes

Color #C2CBE6 in popluar color models

C2 CB E6
RGB 194 203 230
HSL 225° 41.86% 83.14%
HSB/HSV 225° 15.65% 90.20%
CMYK 15.65% 11.74% 0.00%
9.80%

Color #C2CBE6 in popluar number systems.

HEX C2 CB E6
Decimal 194 203 230
Binary 11000010 11001011 11100110
Octal 302 313 346

Shades and tints

Shades of #C2CBE6

#C2CBE6
(194,203,230)
#B1B9D2
(177,185,210)
#A0A7BE
(160,167,190)
#8F95AA
(143,149,170)
#7E8396
(126,131,150)
#6D7182
(109,113,130)
#5C5F6E
(92,95,110)
#4B4D5A
(75,77,90)
#3A3B46
(58,59,70)
#292932
(41,41,50)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #C2CBE6

#C2CBE6
(194,203,230)
#C7CFE8
(199,207,232)
#CCD3EA
(204,211,234)
#D1D7EC
(209,215,236)
#D6DBEE
(214,219,238)
#DBDFF0
(219,223,240)
#E0E3F2
(224,227,242)
#E5E7F4
(229,231,244)
#EAEBF6
(234,235,246)
#EFEFF8
(239,239,248)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBE6; }

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

This text font color is #C2CBE6.

Background Color

.myBgColor { background-color: #C2CBE6; }

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

This div background color is #C2CBE6.

Border color

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

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

This div border color is #C2CBE6.

Opacity

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

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

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

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

This text has shadow with #C2CBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CBE6.

Preview

Color preview on black background

This text has color #C2CBE6 on black background.


Color preview on white background

This text has color #C2CBE6 on white background.


Black color preview on #C2CBE6 background

This text has black color on #C2CBE6 background.


White color preview on #C2CBE6 background

This text has white color on #C2CBE6 background.


Related colors

Complementary color

Complementary color for #hex is #3D3419.


I love getcolorcode.com

Triadic colors

1 #E6C2CB and #CBE6C2 with #C2CBE6 are triadic colors.

2 #E6CBC2 and #CBC2E6 with #C2CBE6 are triadic colors.