COLOR #C5BCC8

HEX: #C5BCC8
RGB: (197,188,200)

Color info

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

RGB color model

#C5BCC8 color RGB value is (197,188,200).

  • red value is 197;
  • green value is 188;
  • blue value is 200.
RGB:
(197,188,200)
(77%,74%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 200 of 255 = 78%

197
188
200

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

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 200 = 585 (100%)
R 197 of 585 ~ 33.68%
G 188 of 585 ~ 32.14%
B 200 of 585 ~ 34.19%

%33.68
%32.14
%34.19

CMYK color model

#C5BCC8 color CMYK value is (1,6,0,22).

  • cyan value is 1.50%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(1,6,0,22)
C1M6Y0K22 
(1%,6%,0%,22%)
(0.01/0.06/0.00/0.22)	

CMYK percentages

%1.5
%6
%0
%21.57

Codes

Color #C5BCC8 in popluar color models

C5BCC8
RGB197188200
HSL285°9.84%76.08%
HSB/HSV285°6.00%78.43%
CMYK1.50%6.00%0.00%
21.57%

Color #C5BCC8 in popluar number systems.

HEXC5BCC8
Decimal197188200
Binary110001011011110011001000
Octal305274310

Shades and tints

Shades of #C5BCC8

#C5BCC8
(197,188,200)
#B4ABB6
(180,171,182)
#A39AA4
(163,154,164)
#928992
(146,137,146)
#817880
(129,120,128)
#70676E
(112,103,110)
#5F565C
(95,86,92)
#4E454A
(78,69,74)
#3D3438
(61,52,56)
#2C2326
(44,35,38)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #C5BCC8

#C5BCC8
(197,188,200)
#CAC2CD
(202,194,205)
#CFC8D2
(207,200,210)
#D4CED7
(212,206,215)
#D9D4DC
(217,212,220)
#DEDAE1
(222,218,225)
#E3E0E6
(227,224,230)
#E8E6EB
(232,230,235)
#EDECF0
(237,236,240)
#F2F2F5
(242,242,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCC8; }

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

This text font color is #C5BCC8.


Background Color

.myBgColor { background-color: #C5BCC8; }

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

This div background color is #C5BCC8.


Border color

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

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

This div border color is #C5BCC8.


Opacity

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

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

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

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

This text has shadow with #C5BCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCC8 on black background.


Color preview on white background

This text has color #C5BCC8 on white background.



Black color preview on #C5BCC8 background

This text has black color on #C5BCC8 background.


White color preview on #C5BCC8 background

This text has white color on #C5BCC8 background.