COLOR #C5BCC3

HEX: #C5BCC3 RGB: (197,188,195)

Color info

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

RGB color model

#C5BCC3 color RGB value is (197,188,195).

RGB: (197,188,195) (77%, 74%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 195 of 255 = 76%

197
188
195

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

Portions of RGB colors in percentages

R + G + B = 197 + 188 + 195 = 580 (100%)
R 197 of 580 ~ 33.97%
G 188 of 580 ~ 32.41%
B 195 of 580 ~ 33.62'%

%33.97
%32.41
%33.62

CMYK color model

#C5BCC3 color CMYK value is (0,5,1,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 1.02%
  • key color value is 22.75%

CMYK: (0,5,1,23)
C0M5Y1K23 (0%, 5%, 1%, 23%)
(0.00 / 0.05 / 0.01 / 0.23)

CMYK percentages

%0
%4.57
%1.02
%22.75

Codes

Color #C5BCC3 in popluar color models

C5 BC C3
RGB 197 188 195
HSL 313° 7.20% 75.49%
HSB/HSV 313° 4.57% 77.25%
CMYK 0.00% 4.57% 1.02%
22.75%

Color #C5BCC3 in popluar number systems.

HEX C5 BC C3
Decimal 197 188 195
Binary 11000101 10111100 11000011
Octal 305 274 303

Shades and tints

Shades of #C5BCC3

#C5BCC3
(197,188,195)
#B4ABB2
(180,171,178)
#A39AA1
(163,154,161)
#928990
(146,137,144)
#81787F
(129,120,127)
#70676E
(112,103,110)
#5F565D
(95,86,93)
#4E454C
(78,69,76)
#3D343B
(61,52,59)
#2C232A
(44,35,42)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #C5BCC3

#C5BCC3
(197,188,195)
#CAC2C8
(202,194,200)
#CFC8CD
(207,200,205)
#D4CED2
(212,206,210)
#D9D4D7
(217,212,215)
#DEDADC
(222,218,220)
#E3E0E1
(227,224,225)
#E8E6E6
(232,230,230)
#EDECEB
(237,236,235)
#F2F2F0
(242,242,240)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCC3; }

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

This text font color is #C5BCC3.

Background Color

.myBgColor { background-color: #C5BCC3; }

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

This div background color is #C5BCC3.

Border color

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

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

This div border color is #C5BCC3.

Opacity

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

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

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

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

This text has shadow with #C5BCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BCC3.

Preview

Color preview on black background

This text has color #C5BCC3 on black background.


Color preview on white background

This text has color #C5BCC3 on white background.


Black color preview on #C5BCC3 background

This text has black color on #C5BCC3 background.


White color preview on #C5BCC3 background

This text has white color on #C5BCC3 background.


Related colors

Complementary color

Complementary color for #hex is #3A433C.


I love getcolorcode.com

Triadic colors

1 #C3C5BC and #BCC3C5 with #C5BCC3 are triadic colors.

2 #C3BCC5 and #BCC5C3 with #C5BCC3 are triadic colors.