COLOR #C3B2B9

HEX: #C3B2B9
RGB: (195,178,185)

Color info

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

RGB color model

#C3B2B9 color RGB value is (195,178,185).

  • red value is 195;
  • green value is 178;
  • blue value is 185.
RGB:
(195,178,185)
(76%,70%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 185 of 255 = 73%

195
178
185

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

Portions of RGB colors in percentages

R + G + B =
195 + 178 + 185 = 558 (100%)
R 195 of 558 ~ 34.95%
G 178 of 558 ~ 31.9%
B 185 of 558 ~ 33.15%

%34.95
%31.9
%33.15

CMYK color model

#C3B2B9 color CMYK value is (0,9,5,24).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(0,9,5,24)
C0M9Y5K24 
(0%,9%,5%,24%)
(0.00/0.09/0.05/0.24)	

CMYK percentages

%0
%8.72
%5.13
%23.53

Codes

Color #C3B2B9 in popluar color models

C3B2B9
RGB195178185
HSL335°12.41%73.14%
HSB/HSV335°8.72%76.47%
CMYK0.00%8.72%5.13%
23.53%

Color #C3B2B9 in popluar number systems.

HEXC3B2B9
Decimal195178185
Binary110000111011001010111001
Octal303262271

Shades and tints

Shades of #C3B2B9

#C3B2B9
(195,178,185)
#B2A2A9
(178,162,169)
#A19299
(161,146,153)
#908289
(144,130,137)
#7F7279
(127,114,121)
#6E6269
(110,98,105)
#5D5259
(93,82,89)
#4C4249
(76,66,73)
#3B3239
(59,50,57)
#2A2229
(42,34,41)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #C3B2B9

#C3B2B9
(195,178,185)
#C8B9BF
(200,185,191)
#CDC0C5
(205,192,197)
#D2C7CB
(210,199,203)
#D7CED1
(215,206,209)
#DCD5D7
(220,213,215)
#E1DCDD
(225,220,221)
#E6E3E3
(230,227,227)
#EBEAE9
(235,234,233)
#F0F1EF
(240,241,239)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B2B9 color. Also use rgb(195,178,185) instead hex code.

Text Font Color

.myTextColor { color: #C3B2B9; }

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

This text font color is #C3B2B9.


Background Color

.myBgColor { background-color: #C3B2B9; }

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

This div background color is #C3B2B9.


Border color

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

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

This div border color is #C3B2B9.


Opacity

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

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

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

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

This text has shadow with #C3B2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B2B9 on black background.


Color preview on white background

This text has color #C3B2B9 on white background.



Black color preview on #C3B2B9 background

This text has black color on #C3B2B9 background.


White color preview on #C3B2B9 background

This text has white color on #C3B2B9 background.