COLOR #C2BCCA

HEX: #C2BCCA RGB: (194,188,202)

Color info

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

RGB color model

#C2BCCA color RGB value is (194,188,202).

RGB: (194,188,202) (76%, 74%, 79%)

RGB channels and saturation

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

194
188
202

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

Portions of RGB colors in percentages

R + G + B = 194 + 188 + 202 = 584 (100%)
R 194 of 584 ~ 33.22%
G 188 of 584 ~ 32.19%
B 202 of 584 ~ 34.59'%

%33.22
%32.19
%34.59

CMYK color model

#C2BCCA color CMYK value is (4,7,0,21).

  • cyan value is 3.96%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (4,7,0,21)
C4M7Y0K21 (4%, 7%, 0%, 21%)
(0.04 / 0.07 / 0.00 / 0.21)

CMYK percentages

%3.96
%6.93
%0
%20.78

Codes

Color #C2BCCA in popluar color models

C2 BC CA
RGB 194 188 202
HSL 266° 11.67% 76.47%
HSB/HSV 266° 6.93% 79.22%
CMYK 3.96% 6.93% 0.00%
20.78%

Color #C2BCCA in popluar number systems.

HEX C2 BC CA
Decimal 194 188 202
Binary 11000010 10111100 11001010
Octal 302 274 312

Shades and tints

Shades of #C2BCCA

#C2BCCA
(194,188,202)
#B1ABB8
(177,171,184)
#A09AA6
(160,154,166)
#8F8994
(143,137,148)
#7E7882
(126,120,130)
#6D6770
(109,103,112)
#5C565E
(92,86,94)
#4B454C
(75,69,76)
#3A343A
(58,52,58)
#292328
(41,35,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #C2BCCA

#C2BCCA
(194,188,202)
#C7C2CE
(199,194,206)
#CCC8D2
(204,200,210)
#D1CED6
(209,206,214)
#D6D4DA
(214,212,218)
#DBDADE
(219,218,222)
#E0E0E2
(224,224,226)
#E5E6E6
(229,230,230)
#EAECEA
(234,236,234)
#EFF2EE
(239,242,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BCCA; }

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

This text font color is #C2BCCA.

Background Color

.myBgColor { background-color: #C2BCCA; }

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

This div background color is #C2BCCA.

Border color

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

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

This div border color is #C2BCCA.

Opacity

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

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

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

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

This text has shadow with #C2BCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BCCA.

Preview

Color preview on black background

This text has color #C2BCCA on black background.


Color preview on white background

This text has color #C2BCCA on white background.


Black color preview on #C2BCCA background

This text has black color on #C2BCCA background.


White color preview on #C2BCCA background

This text has white color on #C2BCCA background.


Related colors

Complementary color

Complementary color for #hex is #3D4335.


I love getcolorcode.com

Triadic colors

1 #CAC2BC and #BCCAC2 with #C2BCCA are triadic colors.

2 #CABCC2 and #BCC2CA with #C2BCCA are triadic colors.