COLOR #C4BCC7

HEX: #C4BCC7
RGB: (196,188,199)

Color info

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

RGB color model

#C4BCC7 color RGB value is (196,188,199).

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

RGB channels and saturation

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

196
188
199

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

Portions of RGB colors in percentages

R + G + B =
196 + 188 + 199 = 583 (100%)
R 196 of 583 ~ 33.62%
G 188 of 583 ~ 32.25%
B 199 of 583 ~ 34.13%

%33.62
%32.25
%34.13

CMYK color model

#C4BCC7 color CMYK value is (2,6,0,22).

  • cyan value is 1.51%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(2,6,0,22)
C2M6Y0K22 
(2%,6%,0%,22%)
(0.02/0.06/0.00/0.22)	

CMYK percentages

%1.51
%5.53
%0
%21.96

Codes

Color #C4BCC7 in popluar color models

C4BCC7
RGB196188199
HSL284°8.94%75.88%
HSB/HSV284°5.53%78.04%
CMYK1.51%5.53%0.00%
21.96%

Color #C4BCC7 in popluar number systems.

HEXC4BCC7
Decimal196188199
Binary110001001011110011000111
Octal304274307

Shades and tints

Shades of #C4BCC7

#C4BCC7
(196,188,199)
#B3ABB5
(179,171,181)
#A29AA3
(162,154,163)
#918991
(145,137,145)
#80787F
(128,120,127)
#6F676D
(111,103,109)
#5E565B
(94,86,91)
#4D4549
(77,69,73)
#3C3437
(60,52,55)
#2B2325
(43,35,37)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #C4BCC7

#C4BCC7
(196,188,199)
#C9C2CC
(201,194,204)
#CEC8D1
(206,200,209)
#D3CED6
(211,206,214)
#D8D4DB
(216,212,219)
#DDDAE0
(221,218,224)
#E2E0E5
(226,224,229)
#E7E6EA
(231,230,234)
#ECECEF
(236,236,239)
#F1F2F4
(241,242,244)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCC7; }

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

This text font color is #C4BCC7.


Background Color

.myBgColor { background-color: #C4BCC7; }

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

This div background color is #C4BCC7.


Border color

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

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

This div border color is #C4BCC7.


Opacity

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

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

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

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

This text has shadow with #C4BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BCC7 on black background.


Color preview on white background

This text has color #C4BCC7 on white background.



Black color preview on #C4BCC7 background

This text has black color on #C4BCC7 background.


White color preview on #C4BCC7 background

This text has white color on #C4BCC7 background.