COLOR #C3B0BD

HEX: #C3B0BD
RGB: (195,176,189)

Color info

#C3B0BD contains red, green and blue colors in about the same proportion. Web safe color of #C3B0BD is #CC99CC (or #C9C).

RGB color model

#C3B0BD color RGB value is (195,176,189).

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

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 189 of 255 = 74%

195
176
189

R + G + B ~ 73%. #C3B0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 189 = 560 (100%)
R 195 of 560 ~ 34.82%
G 176 of 560 ~ 31.43%
B 189 of 560 ~ 33.75%

%34.82
%31.43
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.74%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(0,10,3,24)
C0M10Y3K24 
(0%,10%,3%,24%)
(0.00/0.10/0.03/0.24)	

CMYK percentages

%0
%9.74
%3.08
%23.53

Codes

Color #C3B0BD in popluar color models

C3B0BD
RGB195176189
HSL319°13.67%72.75%
HSB/HSV319°9.74%76.47%
CMYK0.00%9.74%3.08%
23.53%

Color #C3B0BD in popluar number systems.

HEXC3B0BD
Decimal195176189
Binary110000111011000010111101
Octal303260275

Shades and tints

Shades of #C3B0BD

#C3B0BD
(195,176,189)
#B2A0AC
(178,160,172)
#A1909B
(161,144,155)
#90808A
(144,128,138)
#7F7079
(127,112,121)
#6E6068
(110,96,104)
#5D5057
(93,80,87)
#4C4046
(76,64,70)
#3B3035
(59,48,53)
#2A2024
(42,32,36)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #C3B0BD

#C3B0BD
(195,176,189)
#C8B7C3
(200,183,195)
#CDBEC9
(205,190,201)
#D2C5CF
(210,197,207)
#D7CCD5
(215,204,213)
#DCD3DB
(220,211,219)
#E1DAE1
(225,218,225)
#E6E1E7
(230,225,231)
#EBE8ED
(235,232,237)
#F0EFF3
(240,239,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B0BD; }

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

This text font color is #C3B0BD.


Background Color

.myBgColor { background-color: #C3B0BD; }

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

This div background color is #C3B0BD.


Border color

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

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

This div border color is #C3B0BD.


Opacity

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

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

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

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

This text has shadow with #C3B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B0BD on black background.


Color preview on white background

This text has color #C3B0BD on white background.



Black color preview on #C3B0BD background

This text has black color on #C3B0BD background.


White color preview on #C3B0BD background

This text has white color on #C3B0BD background.