COLOR #C3B1BE

HEX: #C3B1BE
RGB: (195,177,190)

Color info

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

RGB color model

#C3B1BE color RGB value is (195,177,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 177 of 255 = 69%
B 190 of 255 = 75%

195
177
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 177 + 190 = 562 (100%)
R 195 of 562 ~ 34.7%
G 177 of 562 ~ 31.49%
B 190 of 562 ~ 33.81%

%34.7
%31.49
%33.81

CMYK color model

#C3B1BE color CMYK value is (0,9,3,24).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(0,9,3,24)
C0M9Y3K24 
(0%,9%,3%,24%)
(0.00/0.09/0.03/0.24)	

CMYK percentages

%0
%9.23
%2.56
%23.53

Codes

Color #C3B1BE in popluar color models

C3B1BE
RGB195177190
HSL317°13.04%72.94%
HSB/HSV317°9.23%76.47%
CMYK0.00%9.23%2.56%
23.53%

Color #C3B1BE in popluar number systems.

HEXC3B1BE
Decimal195177190
Binary110000111011000110111110
Octal303261276

Shades and tints

Shades of #C3B1BE

#C3B1BE
(195,177,190)
#B2A1AD
(178,161,173)
#A1919C
(161,145,156)
#90818B
(144,129,139)
#7F717A
(127,113,122)
#6E6169
(110,97,105)
#5D5158
(93,81,88)
#4C4147
(76,65,71)
#3B3136
(59,49,54)
#2A2125
(42,33,37)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C3B1BE

#C3B1BE
(195,177,190)
#C8B8C3
(200,184,195)
#CDBFC8
(205,191,200)
#D2C6CD
(210,198,205)
#D7CDD2
(215,205,210)
#DCD4D7
(220,212,215)
#E1DBDC
(225,219,220)
#E6E2E1
(230,226,225)
#EBE9E6
(235,233,230)
#F0F0EB
(240,240,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B1BE; }

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

This text font color is #C3B1BE.


Background Color

.myBgColor { background-color: #C3B1BE; }

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

This div background color is #C3B1BE.


Border color

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

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

This div border color is #C3B1BE.


Opacity

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

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

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

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

This text has shadow with #C3B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B1BE on black background.


Color preview on white background

This text has color #C3B1BE on white background.



Black color preview on #C3B1BE background

This text has black color on #C3B1BE background.


White color preview on #C3B1BE background

This text has white color on #C3B1BE background.