COLOR #C4BCB7

HEX: #C4BCB7 RGB: (196,188,183)

Color info

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

RGB color model

#C4BCB7 color RGB value is (196,188,183).

RGB: (196,188,183) (77%, 74%, 72%)

RGB channels and saturation

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

196
188
183

R + G + B ~ 74%. #C4BCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 188 + 183 = 567 (100%)
R 196 of 567 ~ 34.57%
G 188 of 567 ~ 33.16%
B 183 of 567 ~ 32.28'%

%34.57
%33.16
%32.28

CMYK color model

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

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

CMYK: (0,4,7,23)
C0M4Y7K23 (0%, 4%, 7%, 23%)
(0.00 / 0.04 / 0.07 / 0.23)

CMYK percentages

%0
%4.08
%6.63
%23.14

Codes

Color #C4BCB7 in popluar color models

C4 BC B7
RGB 196 188 183
HSL 23° 9.92% 74.31%
HSB/HSV 23° 6.63% 76.86%
CMYK 0.00% 4.08% 6.63%
23.14%

Color #C4BCB7 in popluar number systems.

HEX C4 BC B7
Decimal 196 188 183
Binary 11000100 10111100 10110111
Octal 304 274 267

Shades and tints

Shades of #C4BCB7

#C4BCB7
(196,188,183)
#B3ABA7
(179,171,167)
#A29A97
(162,154,151)
#918987
(145,137,135)
#807877
(128,120,119)
#6F6767
(111,103,103)
#5E5657
(94,86,87)
#4D4547
(77,69,71)
#3C3437
(60,52,55)
#2B2327
(43,35,39)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C4BCB7

#C4BCB7
(196,188,183)
#C9C2BD
(201,194,189)
#CEC8C3
(206,200,195)
#D3CEC9
(211,206,201)
#D8D4CF
(216,212,207)
#DDDAD5
(221,218,213)
#E2E0DB
(226,224,219)
#E7E6E1
(231,230,225)
#ECECE7
(236,236,231)
#F1F2ED
(241,242,237)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BCB7; }

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

This text font color is #C4BCB7.

Background Color

.myBgColor { background-color: #C4BCB7; }

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

This div background color is #C4BCB7.

Border color

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

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

This div border color is #C4BCB7.

Opacity

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

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

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

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

This text has shadow with #C4BCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BCB7.

Preview

Color preview on black background

This text has color #C4BCB7 on black background.


Color preview on white background

This text has color #C4BCB7 on white background.


Black color preview on #C4BCB7 background

This text has black color on #C4BCB7 background.


White color preview on #C4BCB7 background

This text has white color on #C4BCB7 background.


Related colors

Complementary color

Complementary color for #hex is #3B4348.


I love getcolorcode.com

Triadic colors

1 #B7C4BC and #BCB7C4 with #C4BCB7 are triadic colors.

2 #B7BCC4 and #BCC4B7 with #C4BCB7 are triadic colors.