COLOR #C4B9BE

HEX: #C4B9BE
RGB: (196,185,190)

Color info

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

RGB color model

#C4B9BE color RGB value is (196,185,190).

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

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 190 of 255 = 75%

196
185
190

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

Portions of RGB colors in percentages

R + G + B =
196 + 185 + 190 = 571 (100%)
R 196 of 571 ~ 34.33%
G 185 of 571 ~ 32.4%
B 190 of 571 ~ 33.27%

%34.33
%32.4
%33.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(0,6,3,23)
C0M6Y3K23 
(0%,6%,3%,23%)
(0.00/0.06/0.03/0.23)	

CMYK percentages

%0
%5.61
%3.06
%23.14

Codes

Color #C4B9BE in popluar color models

C4B9BE
RGB196185190
HSL333°8.53%74.71%
HSB/HSV333°5.61%76.86%
CMYK0.00%5.61%3.06%
23.14%

Color #C4B9BE in popluar number systems.

HEXC4B9BE
Decimal196185190
Binary110001001011100110111110
Octal304271276

Shades and tints

Shades of #C4B9BE

#C4B9BE
(196,185,190)
#B3A9AD
(179,169,173)
#A2999C
(162,153,156)
#91898B
(145,137,139)
#80797A
(128,121,122)
#6F6969
(111,105,105)
#5E5958
(94,89,88)
#4D4947
(77,73,71)
#3C3936
(60,57,54)
#2B2925
(43,41,37)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4B9BE

#C4B9BE
(196,185,190)
#C9BFC3
(201,191,195)
#CEC5C8
(206,197,200)
#D3CBCD
(211,203,205)
#D8D1D2
(216,209,210)
#DDD7D7
(221,215,215)
#E2DDDC
(226,221,220)
#E7E3E1
(231,227,225)
#ECE9E6
(236,233,230)
#F1EFEB
(241,239,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B9BE; }

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

This text font color is #C4B9BE.


Background Color

.myBgColor { background-color: #C4B9BE; }

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

This div background color is #C4B9BE.


Border color

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

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

This div border color is #C4B9BE.


Opacity

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

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

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

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

This text has shadow with #C4B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B9BE on black background.


Color preview on white background

This text has color #C4B9BE on white background.



Black color preview on #C4B9BE background

This text has black color on #C4B9BE background.


White color preview on #C4B9BE background

This text has white color on #C4B9BE background.