COLOR #C4B8B9

HEX: #C4B8B9
RGB: (196,184,185)

Color info

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

RGB color model

#C4B8B9 color RGB value is (196,184,185).

  • red value is 196;
  • green value is 184;
  • blue value is 185.
RGB:
(196,184,185)
(77%,72%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 185 of 255 = 73%

196
184
185

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

Portions of RGB colors in percentages

R + G + B =
196 + 184 + 185 = 565 (100%)
R 196 of 565 ~ 34.69%
G 184 of 565 ~ 32.57%
B 185 of 565 ~ 32.74%

%34.69
%32.57
%32.74

CMYK color model

#C4B8B9 color CMYK value is (0,6,6,23).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 5.61%
  • key color value is 23.14%
CMYK:
(0,6,6,23)
C0M6Y6K23 
(0%,6%,6%,23%)
(0.00/0.06/0.06/0.23)	

CMYK percentages

%0
%6.12
%5.61
%23.14

Codes

Color #C4B8B9 in popluar color models

C4B8B9
RGB196184185
HSL355°9.23%74.51%
HSB/HSV355°6.12%76.86%
CMYK0.00%6.12%5.61%
23.14%

Color #C4B8B9 in popluar number systems.

HEXC4B8B9
Decimal196184185
Binary110001001011100010111001
Octal304270271

Shades and tints

Shades of #C4B8B9

#C4B8B9
(196,184,185)
#B3A8A9
(179,168,169)
#A29899
(162,152,153)
#918889
(145,136,137)
#807879
(128,120,121)
#6F6869
(111,104,105)
#5E5859
(94,88,89)
#4D4849
(77,72,73)
#3C3839
(60,56,57)
#2B2829
(43,40,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4B8B9

#C4B8B9
(196,184,185)
#C9BEBF
(201,190,191)
#CEC4C5
(206,196,197)
#D3CACB
(211,202,203)
#D8D0D1
(216,208,209)
#DDD6D7
(221,214,215)
#E2DCDD
(226,220,221)
#E7E2E3
(231,226,227)
#ECE8E9
(236,232,233)
#F1EEEF
(241,238,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B8B9 color. Also use rgb(196,184,185) instead hex code.

Text Font Color

.myTextColor { color: #C4B8B9; }

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

This text font color is #C4B8B9.


Background Color

.myBgColor { background-color: #C4B8B9; }

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

This div background color is #C4B8B9.


Border color

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

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

This div border color is #C4B8B9.


Opacity

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

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

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

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

This text has shadow with #C4B8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B8B9 on black background.


Color preview on white background

This text has color #C4B8B9 on white background.



Black color preview on #C4B8B9 background

This text has black color on #C4B8B9 background.


White color preview on #C4B8B9 background

This text has white color on #C4B8B9 background.