COLOR #C4B4BB

HEX: #C4B4BB RGB: (196,180,187)

Color info

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

RGB color model

#C4B4BB color RGB value is (196,180,187).

RGB: (196,180,187) (77%, 71%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 180 of 255 = 71%
B 187 of 255 = 73%

196
180
187

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

Portions of RGB colors in percentages

R + G + B = 196 + 180 + 187 = 563 (100%)
R 196 of 563 ~ 34.81%
G 180 of 563 ~ 31.97%
B 187 of 563 ~ 33.21'%

%34.81
%31.97
%33.21

CMYK color model

#C4B4BB color CMYK value is (0,8,5,23).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK: (0,8,5,23) C0M8Y5K23 (0%,8%,5%,23%) (0.00/0.08/0.05/0.23) 

CMYK percentages

%0
%8.16
%4.59
%23.14

Codes

Color #C4B4BB in popluar color models

C4 B4 BB
RGB 196 180 187
HSL 334° 11.94% 73.73%
HSB/HSV 334° 8.16% 76.86%
CMYK 0.00% 8.16% 4.59%
23.14%

Color #C4B4BB in popluar number systems.

HEX C4 B4 BB
Decimal 196 180 187
Binary 11000100 10110100 10111011
Octal 304 264 273

Shades and tints

Shades of #C4B4BB

#C4B4BB
(196,180,187)
#B3A4AA
(179,164,170)
#A29499
(162,148,153)
#918488
(145,132,136)
#807477
(128,116,119)
#6F6466
(111,100,102)
#5E5455
(94,84,85)
#4D4444
(77,68,68)
#3C3433
(60,52,51)
#2B2422
(43,36,34)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C4B4BB

#C4B4BB
(196,180,187)
#C9BAC1
(201,186,193)
#CEC0C7
(206,192,199)
#D3C6CD
(211,198,205)
#D8CCD3
(216,204,211)
#DDD2D9
(221,210,217)
#E2D8DF
(226,216,223)
#E7DEE5
(231,222,229)
#ECE4EB
(236,228,235)
#F1EAF1
(241,234,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B4BB color. Also use rgb(196,180,187) instead hex code.

Text Font Color

.myTextColor { color: #C4B4BB; }

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

This text font color is #C4B4BB.

Background Color

.myBgColor { background-color: #C4B4BB; }

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

This div background color is #C4B4BB.

Border color

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

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

This div border color is #C4B4BB.

Opacity

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

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

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

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

This text has shadow with #C4B4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B4BB.

Preview

Color preview on black background

This text has color #C4B4BB on black background.


Color preview on white background

This text has color #C4B4BB on white background.


Black color preview on #C4B4BB background

This text has black color on #C4B4BB background.


White color preview on #C4B4BB background

This text has white color on #C4B4BB background.


Related colors

Complementary color

Complementary color for #hex is #3B4B44.


I love getcolorcode.com

Triadic colors

1 #BBC4B4 and #B4BBC4 with #C4B4BB are triadic colors.

2 #BBB4C4 and #B4C4BB with #C4B4BB are triadic colors.