COLOR #C3B6B2

HEX: #C3B6B2
RGB: (195,182,178)

Color info

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

RGB color model

#C3B6B2 color RGB value is (195,182,178).

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

RGB channels and saturation

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

195
182
178

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

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 178 = 555 (100%)
R 195 of 555 ~ 35.14%
G 182 of 555 ~ 32.79%
B 178 of 555 ~ 32.07%

%35.14
%32.79
%32.07

CMYK color model

#C3B6B2 color CMYK value is (0,7,9,24).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 8.72%
  • key color value is 23.53%
CMYK:
(0,7,9,24)
C0M7Y9K24 
(0%,7%,9%,24%)
(0.00/0.07/0.09/0.24)	

CMYK percentages

%0
%6.67
%8.72
%23.53

Codes

Color #C3B6B2 in popluar color models

C3B6B2
RGB195182178
HSL14°12.41%73.14%
HSB/HSV14°8.72%76.47%
CMYK0.00%6.67%8.72%
23.53%

Color #C3B6B2 in popluar number systems.

HEXC3B6B2
Decimal195182178
Binary110000111011011010110010
Octal303266262

Shades and tints

Shades of #C3B6B2

#C3B6B2
(195,182,178)
#B2A6A2
(178,166,162)
#A19692
(161,150,146)
#908682
(144,134,130)
#7F7672
(127,118,114)
#6E6662
(110,102,98)
#5D5652
(93,86,82)
#4C4642
(76,70,66)
#3B3632
(59,54,50)
#2A2622
(42,38,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #C3B6B2

#C3B6B2
(195,182,178)
#C8BCB9
(200,188,185)
#CDC2C0
(205,194,192)
#D2C8C7
(210,200,199)
#D7CECE
(215,206,206)
#DCD4D5
(220,212,213)
#E1DADC
(225,218,220)
#E6E0E3
(230,224,227)
#EBE6EA
(235,230,234)
#F0ECF1
(240,236,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B6B2; }

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

This text font color is #C3B6B2.


Background Color

.myBgColor { background-color: #C3B6B2; }

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

This div background color is #C3B6B2.


Border color

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

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

This div border color is #C3B6B2.


Opacity

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

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

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

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

This text has shadow with #C3B6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B6B2 on black background.


Color preview on white background

This text has color #C3B6B2 on white background.



Black color preview on #C3B6B2 background

This text has black color on #C3B6B2 background.


White color preview on #C3B6B2 background

This text has white color on #C3B6B2 background.