COLOR #C3B6BE

HEX: #C3B6BE
RGB: (195,182,190)

Color info

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

RGB color model

#C3B6BE color RGB value is (195,182,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 182 of 255 = 71%
B 190 of 255 = 75%

195
182
190

R + G + B ~ 74%. #C3B6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 190 = 567 (100%)
R 195 of 567 ~ 34.39%
G 182 of 567 ~ 32.1%
B 190 of 567 ~ 33.51%

%34.39
%32.1
%33.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(0,7,3,24)
C0M7Y3K24 
(0%,7%,3%,24%)
(0.00/0.07/0.03/0.24)	

CMYK percentages

%0
%6.67
%2.56
%23.53

Codes

Color #C3B6BE in popluar color models

C3B6BE
RGB195182190
HSL323°9.77%73.92%
HSB/HSV323°6.67%76.47%
CMYK0.00%6.67%2.56%
23.53%

Color #C3B6BE in popluar number systems.

HEXC3B6BE
Decimal195182190
Binary110000111011011010111110
Octal303266276

Shades and tints

Shades of #C3B6BE

#C3B6BE
(195,182,190)
#B2A6AD
(178,166,173)
#A1969C
(161,150,156)
#90868B
(144,134,139)
#7F767A
(127,118,122)
#6E6669
(110,102,105)
#5D5658
(93,86,88)
#4C4647
(76,70,71)
#3B3636
(59,54,54)
#2A2625
(42,38,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3B6BE

#C3B6BE
(195,182,190)
#C8BCC3
(200,188,195)
#CDC2C8
(205,194,200)
#D2C8CD
(210,200,205)
#D7CED2
(215,206,210)
#DCD4D7
(220,212,215)
#E1DADC
(225,218,220)
#E6E0E1
(230,224,225)
#EBE6E6
(235,230,230)
#F0ECEB
(240,236,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B6BE; }

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

This text font color is #C3B6BE.


Background Color

.myBgColor { background-color: #C3B6BE; }

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

This div background color is #C3B6BE.


Border color

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

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

This div border color is #C3B6BE.


Opacity

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

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

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

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

This text has shadow with #C3B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B6BE on black background.


Color preview on white background

This text has color #C3B6BE on white background.



Black color preview on #C3B6BE background

This text has black color on #C3B6BE background.


White color preview on #C3B6BE background

This text has white color on #C3B6BE background.