COLOR #C3B4B2

HEX: #C3B4B2
RGB: (195,180,178)

Color info

#C3B4B2 contains red, green and blue colors in about the same proportion. Web safe color of #C3B4B2 is #CCCC99 (or #CC9).

RGB color model

#C3B4B2 color RGB value is (195,180,178).

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

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 178 of 255 = 70%

195
180
178

R + G + B ~ 72%. #C3B4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 180 + 178 = 553 (100%)
R 195 of 553 ~ 35.26%
G 180 of 553 ~ 32.55%
B 178 of 553 ~ 32.19%

%35.26
%32.55
%32.19

CMYK color model

#C3B4B2 color CMYK value is (0,8,9,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 8.72%
  • key color value is 23.53%
CMYK:
(0,8,9,24)
C0M8Y9K24 
(0%,8%,9%,24%)
(0.00/0.08/0.09/0.24)	

CMYK percentages

%0
%7.69
%8.72
%23.53

Codes

Color #C3B4B2 in popluar color models

C3B4B2
RGB195180178
HSL12.41%73.14%
HSB/HSV8.72%76.47%
CMYK0.00%7.69%8.72%
23.53%

Color #C3B4B2 in popluar number systems.

HEXC3B4B2
Decimal195180178
Binary110000111011010010110010
Octal303264262

Shades and tints

Shades of #C3B4B2

#C3B4B2
(195,180,178)
#B2A4A2
(178,164,162)
#A19492
(161,148,146)
#908482
(144,132,130)
#7F7472
(127,116,114)
#6E6462
(110,100,98)
#5D5452
(93,84,82)
#4C4442
(76,68,66)
#3B3432
(59,52,50)
#2A2422
(42,36,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #C3B4B2

#C3B4B2
(195,180,178)
#C8BAB9
(200,186,185)
#CDC0C0
(205,192,192)
#D2C6C7
(210,198,199)
#D7CCCE
(215,204,206)
#DCD2D5
(220,210,213)
#E1D8DC
(225,216,220)
#E6DEE3
(230,222,227)
#EBE4EA
(235,228,234)
#F0EAF1
(240,234,241)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B4B2; }

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

This text font color is #C3B4B2.


Background Color

.myBgColor { background-color: #C3B4B2; }

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

This div background color is #C3B4B2.


Border color

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

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

This div border color is #C3B4B2.


Opacity

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

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

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

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

This text has shadow with #C3B4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B4B2 on black background.


Color preview on white background

This text has color #C3B4B2 on white background.



Black color preview on #C3B4B2 background

This text has black color on #C3B4B2 background.


White color preview on #C3B4B2 background

This text has white color on #C3B4B2 background.