COLOR #C4BCC4

HEX: #C4BCC4
RGB: (196,188,196)

Color info

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

RGB color model

#C4BCC4 color RGB value is (196,188,196).

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

RGB channels and saturation

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

196
188
196

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

Portions of RGB colors in percentages

R + G + B =
196 + 188 + 196 = 580 (100%)
R 196 of 580 ~ 33.79%
G 188 of 580 ~ 32.41%
B 196 of 580 ~ 33.79%

%33.79
%32.41
%33.79

CMYK color model

#C4BCC4 color CMYK value is (0,4,0,23).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (0,4,0,23) C0M4Y0K23 (0%,4%,0%,23%) (0.00/0.04/0.00/0.23)

CMYK percentages

%0
%4.08
%0
%23.14

Codes

Color #C4BCC4 in popluar color models

C4BCC4
RGB196188196
HSL300°6.35%75.29%
HSB/HSV300°4.08%76.86%
CMYK0.00%4.08%0.00%
23.14%

Color #C4BCC4 in popluar number systems.

HEXC4BCC4
Decimal196188196
Binary110001001011110011000100
Octal304274304

Shades and tints

Shades of #C4BCC4

#C4BCC4
(196,188,196)
#B3ABB3
(179,171,179)
#A29AA2
(162,154,162)
#918991
(145,137,145)
#807880
(128,120,128)
#6F676F
(111,103,111)
#5E565E
(94,86,94)
#4D454D
(77,69,77)
#3C343C
(60,52,60)
#2B232B
(43,35,43)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C4BCC4

#C4BCC4
(196,188,196)
#C9C2C9
(201,194,201)
#CEC8CE
(206,200,206)
#D3CED3
(211,206,211)
#D8D4D8
(216,212,216)
#DDDADD
(221,218,221)
#E2E0E2
(226,224,226)
#E7E6E7
(231,230,231)
#ECECEC
(236,236,236)
#F1F2F1
(241,242,241)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCC4; }

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

This text font color is #C4BCC4.


Background Color

.myBgColor { background-color: #C4BCC4; }

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

This div background color is #C4BCC4.


Border color

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

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

This div border color is #C4BCC4.


Opacity

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

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

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

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

This text has shadow with #C4BCC4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4BCC4 on black background.


Color preview on white background

This text has color #C4BCC4 on white background.



Black color preview on #C4BCC4 background

This text has black color on #C4BCC4 background.


White color preview on #C4BCC4 background

This text has white color on #C4BCC4 background.