COLOR #C2BCC9

HEX: #C2BCC9
RGB: (194,188,201)

Color info

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

RGB color model

#C2BCC9 color RGB value is (194,188,201).

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

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 201 of 255 = 79%

194
188
201

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

Portions of RGB colors in percentages

R + G + B =
194 + 188 + 201 = 583 (100%)
R 194 of 583 ~ 33.28%
G 188 of 583 ~ 32.25%
B 201 of 583 ~ 34.48%

%33.28
%32.25
%34.48

CMYK color model

#C2BCC9 color CMYK value is (3,6,0,21).

  • cyan value is 3.48%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(3,6,0,21)
C3M6Y0K21 
(3%,6%,0%,21%)
(0.03/0.06/0.00/0.21)	

CMYK percentages

%3.48
%6.47
%0
%21.18

Codes

Color #C2BCC9 in popluar color models

C2BCC9
RGB194188201
HSL268°10.74%76.27%
HSB/HSV268°6.47%78.82%
CMYK3.48%6.47%0.00%
21.18%

Color #C2BCC9 in popluar number systems.

HEXC2BCC9
Decimal194188201
Binary110000101011110011001001
Octal302274311

Shades and tints

Shades of #C2BCC9

#C2BCC9
(194,188,201)
#B1ABB7
(177,171,183)
#A09AA5
(160,154,165)
#8F8993
(143,137,147)
#7E7881
(126,120,129)
#6D676F
(109,103,111)
#5C565D
(92,86,93)
#4B454B
(75,69,75)
#3A3439
(58,52,57)
#292327
(41,35,39)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #C2BCC9

#C2BCC9
(194,188,201)
#C7C2CD
(199,194,205)
#CCC8D1
(204,200,209)
#D1CED5
(209,206,213)
#D6D4D9
(214,212,217)
#DBDADD
(219,218,221)
#E0E0E1
(224,224,225)
#E5E6E5
(229,230,229)
#EAECE9
(234,236,233)
#EFF2ED
(239,242,237)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BCC9; }

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

This text font color is #C2BCC9.


Background Color

.myBgColor { background-color: #C2BCC9; }

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

This div background color is #C2BCC9.


Border color

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

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

This div border color is #C2BCC9.


Opacity

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

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

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

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

This text has shadow with #C2BCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BCC9 on black background.


Color preview on white background

This text has color #C2BCC9 on white background.



Black color preview on #C2BCC9 background

This text has black color on #C2BCC9 background.


White color preview on #C2BCC9 background

This text has white color on #C2BCC9 background.