COLOR #C4BCBD

HEX: #C4BCBD RGB: (196,188,189)

Color info

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

RGB color model

#C4BCBD color RGB value is (196,188,189).

RGB: (196,188,189) (77%, 74%, 74%)

RGB channels and saturation

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

196
188
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 188 + 189 = 573 (100%)
R 196 of 573 ~ 34.21%
G 188 of 573 ~ 32.81%
B 189 of 573 ~ 32.98'%

%34.21
%32.81
%32.98

CMYK color model

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

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

CMYK: (0,4,4,23)
C0M4Y4K23 (0%, 4%, 4%, 23%)
(0.00 / 0.04 / 0.04 / 0.23)

CMYK percentages

%0
%4.08
%3.57
%23.14

Codes

Color #C4BCBD in popluar color models

C4 BC BD
RGB 196 188 189
HSL 353° 6.35% 75.29%
HSB/HSV 353° 4.08% 76.86%
CMYK 0.00% 4.08% 3.57%
23.14%

Color #C4BCBD in popluar number systems.

HEX C4 BC BD
Decimal 196 188 189
Binary 11000100 10111100 10111101
Octal 304 274 275

Shades and tints

Shades of #C4BCBD

#C4BCBD
(196,188,189)
#B3ABAC
(179,171,172)
#A29A9B
(162,154,155)
#91898A
(145,137,138)
#807879
(128,120,121)
#6F6768
(111,103,104)
#5E5657
(94,86,87)
#4D4546
(77,69,70)
#3C3435
(60,52,53)
#2B2324
(43,35,36)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #C4BCBD

#C4BCBD
(196,188,189)
#C9C2C3
(201,194,195)
#CEC8C9
(206,200,201)
#D3CECF
(211,206,207)
#D8D4D5
(216,212,213)
#DDDADB
(221,218,219)
#E2E0E1
(226,224,225)
#E7E6E7
(231,230,231)
#ECECED
(236,236,237)
#F1F2F3
(241,242,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCBD; }

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

This text font color is #C4BCBD.

Background Color

.myBgColor { background-color: #C4BCBD; }

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

This div background color is #C4BCBD.

Border color

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

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

This div border color is #C4BCBD.

Opacity

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

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

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

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

This text has shadow with #C4BCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BCBD.

Preview

Color preview on black background

This text has color #C4BCBD on black background.


Color preview on white background

This text has color #C4BCBD on white background.


Black color preview on #C4BCBD background

This text has black color on #C4BCBD background.


White color preview on #C4BCBD background

This text has white color on #C4BCBD background.


Related colors

Complementary color

Complementary color for #hex is #3B4342.


I love getcolorcode.com

Triadic colors

1 #BDC4BC and #BCBDC4 with #C4BCBD are triadic colors.

2 #BDBCC4 and #BCC4BD with #C4BCBD are triadic colors.