COLOR #C3BDBE

HEX: #C3BDBE
RGB: (195,189,190)

Color info

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

RGB color model

#C3BDBE color RGB value is (195,189,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 190 of 255 = 75%

195
189
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 190 = 574 (100%)
R 195 of 574 ~ 33.97%
G 189 of 574 ~ 32.93%
B 190 of 574 ~ 33.1%

%33.97
%32.93
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(0,3,3,24)
C0M3Y3K24 
(0%,3%,3%,24%)
(0.00/0.03/0.03/0.24)	

CMYK percentages

%0
%3.08
%2.56
%23.53

Codes

Color #C3BDBE in popluar color models

C3BDBE
RGB195189190
HSL350°4.76%75.29%
HSB/HSV350°3.08%76.47%
CMYK0.00%3.08%2.56%
23.53%

Color #C3BDBE in popluar number systems.

HEXC3BDBE
Decimal195189190
Binary110000111011110110111110
Octal303275276

Shades and tints

Shades of #C3BDBE

#C3BDBE
(195,189,190)
#B2ACAD
(178,172,173)
#A19B9C
(161,155,156)
#908A8B
(144,138,139)
#7F797A
(127,121,122)
#6E6869
(110,104,105)
#5D5758
(93,87,88)
#4C4647
(76,70,71)
#3B3536
(59,53,54)
#2A2425
(42,36,37)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #C3BDBE

#C3BDBE
(195,189,190)
#C8C3C3
(200,195,195)
#CDC9C8
(205,201,200)
#D2CFCD
(210,207,205)
#D7D5D2
(215,213,210)
#DCDBD7
(220,219,215)
#E1E1DC
(225,225,220)
#E6E7E1
(230,231,225)
#EBEDE6
(235,237,230)
#F0F3EB
(240,243,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BDBE; }

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

This text font color is #C3BDBE.


Background Color

.myBgColor { background-color: #C3BDBE; }

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

This div background color is #C3BDBE.


Border color

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

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

This div border color is #C3BDBE.


Opacity

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

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

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

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

This text has shadow with #C3BDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BDBE on black background.


Color preview on white background

This text has color #C3BDBE on white background.



Black color preview on #C3BDBE background

This text has black color on #C3BDBE background.


White color preview on #C3BDBE background

This text has white color on #C3BDBE background.