COLOR #C3BDBA

HEX: #C3BDBA
RGB: (195,189,186)

Color info

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

RGB color model

#C3BDBA color RGB value is (195,189,186).

  • red value is 195;
  • green value is 189;
  • blue value is 186.
RGB:
(195,189,186)
(76%,74%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 186 of 255 = 73%

195
189
186

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

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 186 = 570 (100%)
R 195 of 570 ~ 34.21%
G 189 of 570 ~ 33.16%
B 186 of 570 ~ 32.63%

%34.21
%33.16
%32.63

CMYK color model

#C3BDBA color CMYK value is (0,3,5,24).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,3,5,24)
C0M3Y5K24 
(0%,3%,5%,24%)
(0.00/0.03/0.05/0.24)	

CMYK percentages

%0
%3.08
%4.62
%23.53

Codes

Color #C3BDBA in popluar color models

C3BDBA
RGB195189186
HSL20°6.98%74.71%
HSB/HSV20°4.62%76.47%
CMYK0.00%3.08%4.62%
23.53%

Color #C3BDBA in popluar number systems.

HEXC3BDBA
Decimal195189186
Binary110000111011110110111010
Octal303275272

Shades and tints

Shades of #C3BDBA

#C3BDBA
(195,189,186)
#B2ACAA
(178,172,170)
#A19B9A
(161,155,154)
#908A8A
(144,138,138)
#7F797A
(127,121,122)
#6E686A
(110,104,106)
#5D575A
(93,87,90)
#4C464A
(76,70,74)
#3B353A
(59,53,58)
#2A242A
(42,36,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #C3BDBA

#C3BDBA
(195,189,186)
#C8C3C0
(200,195,192)
#CDC9C6
(205,201,198)
#D2CFCC
(210,207,204)
#D7D5D2
(215,213,210)
#DCDBD8
(220,219,216)
#E1E1DE
(225,225,222)
#E6E7E4
(230,231,228)
#EBEDEA
(235,237,234)
#F0F3F0
(240,243,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BDBA color. Also use rgb(195,189,186) instead hex code.

Text Font Color

.myTextColor { color: #C3BDBA; }

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

This text font color is #C3BDBA.


Background Color

.myBgColor { background-color: #C3BDBA; }

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

This div background color is #C3BDBA.


Border color

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

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

This div border color is #C3BDBA.


Opacity

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

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

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

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

This text has shadow with #C3BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BDBA on black background.


Color preview on white background

This text has color #C3BDBA on white background.



Black color preview on #C3BDBA background

This text has black color on #C3BDBA background.


White color preview on #C3BDBA background

This text has white color on #C3BDBA background.