COLOR #C2B3BE

HEX: #C2B3BE
RGB: (194,179,190)

Color info

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

RGB color model

#C2B3BE color RGB value is (194,179,190).

  • red value is 194;
  • green value is 179;
  • blue value is 190.
RGB:
(194,179,190)
(76%,70%,75%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 190 of 255 = 75%

194
179
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 190 = 563 (100%)
R 194 of 563 ~ 34.46%
G 179 of 563 ~ 31.79%
B 190 of 563 ~ 33.75%

%34.46
%31.79
%33.75

CMYK color model

#C2B3BE color CMYK value is (0,8,2,24).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 2.06%
  • key color value is 23.92%
CMYK:
(0,8,2,24)
C0M8Y2K24 
(0%,8%,2%,24%)
(0.00/0.08/0.02/0.24)	

CMYK percentages

%0
%7.73
%2.06
%23.92

Codes

Color #C2B3BE in popluar color models

C2B3BE
RGB194179190
HSL316°10.95%73.14%
HSB/HSV316°7.73%76.08%
CMYK0.00%7.73%2.06%
23.92%

Color #C2B3BE in popluar number systems.

HEXC2B3BE
Decimal194179190
Binary110000101011001110111110
Octal302263276

Shades and tints

Shades of #C2B3BE

#C2B3BE
(194,179,190)
#B1A3AD
(177,163,173)
#A0939C
(160,147,156)
#8F838B
(143,131,139)
#7E737A
(126,115,122)
#6D6369
(109,99,105)
#5C5358
(92,83,88)
#4B4347
(75,67,71)
#3A3336
(58,51,54)
#292325
(41,35,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C2B3BE

#C2B3BE
(194,179,190)
#C7B9C3
(199,185,195)
#CCBFC8
(204,191,200)
#D1C5CD
(209,197,205)
#D6CBD2
(214,203,210)
#DBD1D7
(219,209,215)
#E0D7DC
(224,215,220)
#E5DDE1
(229,221,225)
#EAE3E6
(234,227,230)
#EFE9EB
(239,233,235)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B3BE color. Also use rgb(194,179,190) instead hex code.

Text Font Color

.myTextColor { color: #C2B3BE; }

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

This text font color is #C2B3BE.


Background Color

.myBgColor { background-color: #C2B3BE; }

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

This div background color is #C2B3BE.


Border color

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

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

This div border color is #C2B3BE.


Opacity

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

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

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

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

This text has shadow with #C2B3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B3BE on black background.


Color preview on white background

This text has color #C2B3BE on white background.



Black color preview on #C2B3BE background

This text has black color on #C2B3BE background.


White color preview on #C2B3BE background

This text has white color on #C2B3BE background.