COLOR #C4BCC0

HEX: #C4BCC0 RGB: (196,188,192)

Color info

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

RGB color model

#C4BCC0 color RGB value is (196,188,192).

RGB: (196,188,192) (77%, 74%, 75%)

RGB channels and saturation

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

196
188
192

R + G + B ~ 75%. #C4BCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 188 + 192 = 576 (100%)
R 196 of 576 ~ 34.03%
G 188 of 576 ~ 32.64%
B 192 of 576 ~ 33.33'%

%34.03
%32.64
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 2.04%
  • key color value is 23.14%

CMYK: (0,4,2,23)
C0M4Y2K23 (0%, 4%, 2%, 23%)
(0.00 / 0.04 / 0.02 / 0.23)

CMYK percentages

%0
%4.08
%2.04
%23.14

Codes

Color #C4BCC0 in popluar color models

C4 BC C0
RGB 196 188 192
HSL 330° 6.35% 75.29%
HSB/HSV 330° 4.08% 76.86%
CMYK 0.00% 4.08% 2.04%
23.14%

Color #C4BCC0 in popluar number systems.

HEX C4 BC C0
Decimal 196 188 192
Binary 11000100 10111100 11000000
Octal 304 274 300

Shades and tints

Shades of #C4BCC0

#C4BCC0
(196,188,192)
#B3ABAF
(179,171,175)
#A29A9E
(162,154,158)
#91898D
(145,137,141)
#80787C
(128,120,124)
#6F676B
(111,103,107)
#5E565A
(94,86,90)
#4D4549
(77,69,73)
#3C3438
(60,52,56)
#2B2327
(43,35,39)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C4BCC0

#C4BCC0
(196,188,192)
#C9C2C5
(201,194,197)
#CEC8CA
(206,200,202)
#D3CECF
(211,206,207)
#D8D4D4
(216,212,212)
#DDDAD9
(221,218,217)
#E2E0DE
(226,224,222)
#E7E6E3
(231,230,227)
#ECECE8
(236,236,232)
#F1F2ED
(241,242,237)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCC0; }

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

This text font color is #C4BCC0.

Background Color

.myBgColor { background-color: #C4BCC0; }

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

This div background color is #C4BCC0.

Border color

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

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

This div border color is #C4BCC0.

Opacity

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

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

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

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

This text has shadow with #C4BCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BCC0.

Preview

Color preview on black background

This text has color #C4BCC0 on black background.


Color preview on white background

This text has color #C4BCC0 on white background.


Black color preview on #C4BCC0 background

This text has black color on #C4BCC0 background.


White color preview on #C4BCC0 background

This text has white color on #C4BCC0 background.


Related colors

Complementary color

Complementary color for #hex is #3B433F.


I love getcolorcode.com

Triadic colors

1 #C0C4BC and #BCC0C4 with #C4BCC0 are triadic colors.

2 #C0BCC4 and #BCC4C0 with #C4BCC0 are triadic colors.