COLOR #C2BCCF

HEX: #C2BCCF
RGB: (194,188,207)

Color info

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

RGB color model

#C2BCCF color RGB value is (194,188,207).

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

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 207 of 255 = 81%

194
188
207

R + G + B ~ 77%. #C2BCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 188 + 207 = 589 (100%)
R 194 of 589 ~ 32.94%
G 188 of 589 ~ 31.92%
B 207 of 589 ~ 35.14%

%32.94
%31.92
%35.14

CMYK color model

#C2BCCF color CMYK value is (6,9,0,19).

  • cyan value is 6.28%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,9,0,19)
C6M9Y0K19 
(6%,9%,0%,19%)
(0.06/0.09/0.00/0.19)	

CMYK percentages

%6.28
%9.18
%0
%18.82

Codes

Color #C2BCCF in popluar color models

C2BCCF
RGB194188207
HSL259°16.52%77.45%
HSB/HSV259°9.18%81.18%
CMYK6.28%9.18%0.00%
18.82%

Color #C2BCCF in popluar number systems.

HEXC2BCCF
Decimal194188207
Binary110000101011110011001111
Octal302274317

Shades and tints

Shades of #C2BCCF

#C2BCCF
(194,188,207)
#B1ABBD
(177,171,189)
#A09AAB
(160,154,171)
#8F8999
(143,137,153)
#7E7887
(126,120,135)
#6D6775
(109,103,117)
#5C5663
(92,86,99)
#4B4551
(75,69,81)
#3A343F
(58,52,63)
#29232D
(41,35,45)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #C2BCCF

#C2BCCF
(194,188,207)
#C7C2D3
(199,194,211)
#CCC8D7
(204,200,215)
#D1CEDB
(209,206,219)
#D6D4DF
(214,212,223)
#DBDAE3
(219,218,227)
#E0E0E7
(224,224,231)
#E5E6EB
(229,230,235)
#EAECEF
(234,236,239)
#EFF2F3
(239,242,243)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BCCF; }

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

This text font color is #C2BCCF.


Background Color

.myBgColor { background-color: #C2BCCF; }

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

This div background color is #C2BCCF.


Border color

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

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

This div border color is #C2BCCF.


Opacity

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

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

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

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

This text has shadow with #C2BCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BCCF on black background.


Color preview on white background

This text has color #C2BCCF on white background.



Black color preview on #C2BCCF background

This text has black color on #C2BCCF background.


White color preview on #C2BCCF background

This text has white color on #C2BCCF background.