COLOR #C2BCC3

HEX: #C2BCC3 RGB: (194,188,195)

Color info

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

RGB color model

#C2BCC3 color RGB value is (194,188,195).

RGB: (194,188,195) (76%, 74%, 76%)

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 195 of 255 = 76%

194
188
195

R + G + B ~ 75%. #C2BCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 188 + 195 = 577 (100%)
R 194 of 577 ~ 33.62%
G 188 of 577 ~ 32.58%
B 195 of 577 ~ 33.8'%

%33.62
%32.58
%33.8

CMYK color model

#C2BCC3 color CMYK value is (1,4,0,24).

  • cyan value is 0.51%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (1,4,0,24)
C1M4Y0K24 (1%, 4%, 0%, 24%)
(0.01 / 0.04 / 0.00 / 0.24)

CMYK percentages

%0.51
%3.59
%0
%23.53

Codes

Color #C2BCC3 in popluar color models

C2 BC C3
RGB 194 188 195
HSL 291° 5.51% 75.10%
HSB/HSV 291° 3.59% 76.47%
CMYK 0.51% 3.59% 0.00%
23.53%

Color #C2BCC3 in popluar number systems.

HEX C2 BC C3
Decimal 194 188 195
Binary 11000010 10111100 11000011
Octal 302 274 303

Shades and tints

Shades of #C2BCC3

#C2BCC3
(194,188,195)
#B1ABB2
(177,171,178)
#A09AA1
(160,154,161)
#8F8990
(143,137,144)
#7E787F
(126,120,127)
#6D676E
(109,103,110)
#5C565D
(92,86,93)
#4B454C
(75,69,76)
#3A343B
(58,52,59)
#29232A
(41,35,42)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C2BCC3

#C2BCC3
(194,188,195)
#C7C2C8
(199,194,200)
#CCC8CD
(204,200,205)
#D1CED2
(209,206,210)
#D6D4D7
(214,212,215)
#DBDADC
(219,218,220)
#E0E0E1
(224,224,225)
#E5E6E6
(229,230,230)
#EAECEB
(234,236,235)
#EFF2F0
(239,242,240)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BCC3; }

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

This text font color is #C2BCC3.

Background Color

.myBgColor { background-color: #C2BCC3; }

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

This div background color is #C2BCC3.

Border color

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

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

This div border color is #C2BCC3.

Opacity

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

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

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

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

This text has shadow with #C2BCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BCC3.

Preview

Color preview on black background

This text has color #C2BCC3 on black background.


Color preview on white background

This text has color #C2BCC3 on white background.


Black color preview on #C2BCC3 background

This text has black color on #C2BCC3 background.


White color preview on #C2BCC3 background

This text has white color on #C2BCC3 background.


Related colors

Complementary color

Complementary color for #hex is #3D433C.


I love getcolorcode.com

Triadic colors

1 #C3C2BC and #BCC3C2 with #C2BCC3 are triadic colors.

2 #C3BCC2 and #BCC2C3 with #C2BCC3 are triadic colors.