COLOR #C4BCC5

HEX: #C4BCC5
RGB: (196,188,197)

Color info

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

RGB color model

#C4BCC5 color RGB value is (196,188,197).

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

RGB channels and saturation

R 196 of 255 = 77%
G 188 of 255 = 74%
B 197 of 255 = 77%

196
188
197

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

Portions of RGB colors in percentages

R + G + B =
196 + 188 + 197 = 581 (100%)
R 196 of 581 ~ 33.73%
G 188 of 581 ~ 32.36%
B 197 of 581 ~ 33.91%

%33.73
%32.36
%33.91

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(1,5,0,23)
C1M5Y0K23 
(1%,5%,0%,23%)
(0.01/0.05/0.00/0.23)	

CMYK percentages

%0.51
%4.57
%0
%22.75

Codes

Color #C4BCC5 in popluar color models

C4BCC5
RGB196188197
HSL293°7.20%75.49%
HSB/HSV293°4.57%77.25%
CMYK0.51%4.57%0.00%
22.75%

Color #C4BCC5 in popluar number systems.

HEXC4BCC5
Decimal196188197
Binary110001001011110011000101
Octal304274305

Shades and tints

Shades of #C4BCC5

#C4BCC5
(196,188,197)
#B3ABB4
(179,171,180)
#A29AA3
(162,154,163)
#918992
(145,137,146)
#807881
(128,120,129)
#6F6770
(111,103,112)
#5E565F
(94,86,95)
#4D454E
(77,69,78)
#3C343D
(60,52,61)
#2B232C
(43,35,44)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #C4BCC5

#C4BCC5
(196,188,197)
#C9C2CA
(201,194,202)
#CEC8CF
(206,200,207)
#D3CED4
(211,206,212)
#D8D4D9
(216,212,217)
#DDDADE
(221,218,222)
#E2E0E3
(226,224,227)
#E7E6E8
(231,230,232)
#ECECED
(236,236,237)
#F1F2F2
(241,242,242)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCC5; }

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

This text font color is #C4BCC5.


Background Color

.myBgColor { background-color: #C4BCC5; }

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

This div background color is #C4BCC5.


Border color

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

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

This div border color is #C4BCC5.


Opacity

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

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

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

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

This text has shadow with #C4BCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BCC5 on black background.


Color preview on white background

This text has color #C4BCC5 on white background.



Black color preview on #C4BCC5 background

This text has black color on #C4BCC5 background.


White color preview on #C4BCC5 background

This text has white color on #C4BCC5 background.