COLOR #C2CBBA

HEX: #C2CBBA
RGB: (194,203,186)

Color info

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

RGB color model

#C2CBBA color RGB value is (194,203,186).

  • red value is 194;
  • green value is 203;
  • blue value is 186.
RGB:
(194,203,186)
(76%,80%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 186 of 255 = 73%

194
203
186

R + G + B ~ 76%. #C2CBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 186 = 583 (100%)
R 194 of 583 ~ 33.28%
G 203 of 583 ~ 34.82%
B 186 of 583 ~ 31.9%

%33.28
%34.82
%31.9

CMYK color model

#C2CBBA color CMYK value is (4,0,8,20).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 20.39%
CMYK:
(4,0,8,20)
C4M0Y8K20 
(4%,0%,8%,20%)
(0.04/0.00/0.08/0.20)	

CMYK percentages

%4.43
%0
%8.37
%20.39

Codes

Color #C2CBBA in popluar color models

C2CBBA
RGB194203186
HSL92°14.05%76.27%
HSB/HSV92°8.37%79.61%
CMYK4.43%0.00%8.37%
20.39%

Color #C2CBBA in popluar number systems.

HEXC2CBBA
Decimal194203186
Binary110000101100101110111010
Octal302313272

Shades and tints

Shades of #C2CBBA

#C2CBBA
(194,203,186)
#B1B9AA
(177,185,170)
#A0A79A
(160,167,154)
#8F958A
(143,149,138)
#7E837A
(126,131,122)
#6D716A
(109,113,106)
#5C5F5A
(92,95,90)
#4B4D4A
(75,77,74)
#3A3B3A
(58,59,58)
#29292A
(41,41,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #C2CBBA

#C2CBBA
(194,203,186)
#C7CFC0
(199,207,192)
#CCD3C6
(204,211,198)
#D1D7CC
(209,215,204)
#D6DBD2
(214,219,210)
#DBDFD8
(219,223,216)
#E0E3DE
(224,227,222)
#E5E7E4
(229,231,228)
#EAEBEA
(234,235,234)
#EFEFF0
(239,239,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBBA; }

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

This text font color is #C2CBBA.


Background Color

.myBgColor { background-color: #C2CBBA; }

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

This div background color is #C2CBBA.


Border color

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

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

This div border color is #C2CBBA.


Opacity

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

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

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

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

This text has shadow with #C2CBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBBA on black background.


Color preview on white background

This text has color #C2CBBA on white background.



Black color preview on #C2CBBA background

This text has black color on #C2CBBA background.


White color preview on #C2CBBA background

This text has white color on #C2CBBA background.