COLOR #C4BCCA

HEX: #C4BCCA
RGB: (196,188,202)

Color info

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

RGB color model

#C4BCCA color RGB value is (196,188,202).

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

RGB channels and saturation

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

196
188
202

R + G + B ~ 77%. #C4BCCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 188 + 202 = 586 (100%)
R 196 of 586 ~ 33.45%
G 188 of 586 ~ 32.08%
B 202 of 586 ~ 34.47%

%33.45
%32.08
%34.47

CMYK color model

#C4BCCA color CMYK value is (3,7,0,21).

  • cyan value is 2.97%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,7,0,21)
C3M7Y0K21 
(3%,7%,0%,21%)
(0.03/0.07/0.00/0.21)	

CMYK percentages

%2.97
%6.93
%0
%20.78

Codes

Color #C4BCCA in popluar color models

C4BCCA
RGB196188202
HSL274°11.67%76.47%
HSB/HSV274°6.93%79.22%
CMYK2.97%6.93%0.00%
20.78%

Color #C4BCCA in popluar number systems.

HEXC4BCCA
Decimal196188202
Binary110001001011110011001010
Octal304274312

Shades and tints

Shades of #C4BCCA

#C4BCCA
(196,188,202)
#B3ABB8
(179,171,184)
#A29AA6
(162,154,166)
#918994
(145,137,148)
#807882
(128,120,130)
#6F6770
(111,103,112)
#5E565E
(94,86,94)
#4D454C
(77,69,76)
#3C343A
(60,52,58)
#2B2328
(43,35,40)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C4BCCA

#C4BCCA
(196,188,202)
#C9C2CE
(201,194,206)
#CEC8D2
(206,200,210)
#D3CED6
(211,206,214)
#D8D4DA
(216,212,218)
#DDDADE
(221,218,222)
#E2E0E2
(226,224,226)
#E7E6E6
(231,230,230)
#ECECEA
(236,236,234)
#F1F2EE
(241,242,238)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCCA; }

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

This text font color is #C4BCCA.


Background Color

.myBgColor { background-color: #C4BCCA; }

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

This div background color is #C4BCCA.


Border color

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

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

This div border color is #C4BCCA.


Opacity

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

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

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

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

This text has shadow with #C4BCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BCCA on black background.


Color preview on white background

This text has color #C4BCCA on white background.



Black color preview on #C4BCCA background

This text has black color on #C4BCCA background.


White color preview on #C4BCCA background

This text has white color on #C4BCCA background.