COLOR #C5B3D6

HEX: #C5B3D6
RGB: (197,179,214)

Color info

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

RGB color model

#C5B3D6 color RGB value is (197,179,214).

  • red value is 197;
  • green value is 179;
  • blue value is 214.
RGB:
(197,179,214)
(77%,70%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 214 of 255 = 84%

197
179
214

R + G + B ~ 77%. #C5B3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 179 + 214 = 590 (100%)
R 197 of 590 ~ 33.39%
G 179 of 590 ~ 30.34%
B 214 of 590 ~ 36.27%

%33.39
%30.34
%36.27

CMYK color model

#C5B3D6 color CMYK value is (8,16,0,16).

  • cyan value is 7.94%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(8,16,0,16)
C8M16Y0K16 
(8%,16%,0%,16%)
(0.08/0.16/0.00/0.16)	

CMYK percentages

%7.94
%16.36
%0
%16.08

Codes

Color #C5B3D6 in popluar color models

C5B3D6
RGB197179214
HSL271°29.91%77.06%
HSB/HSV271°16.36%83.92%
CMYK7.94%16.36%0.00%
16.08%

Color #C5B3D6 in popluar number systems.

HEXC5B3D6
Decimal197179214
Binary110001011011001111010110
Octal305263326

Shades and tints

Shades of #C5B3D6

#C5B3D6
(197,179,214)
#B4A3C3
(180,163,195)
#A393B0
(163,147,176)
#92839D
(146,131,157)
#81738A
(129,115,138)
#706377
(112,99,119)
#5F5364
(95,83,100)
#4E4351
(78,67,81)
#3D333E
(61,51,62)
#2C232B
(44,35,43)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C5B3D6

#C5B3D6
(197,179,214)
#CAB9D9
(202,185,217)
#CFBFDC
(207,191,220)
#D4C5DF
(212,197,223)
#D9CBE2
(217,203,226)
#DED1E5
(222,209,229)
#E3D7E8
(227,215,232)
#E8DDEB
(232,221,235)
#EDE3EE
(237,227,238)
#F2E9F1
(242,233,241)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B3D6 color. Also use rgb(197,179,214) instead hex code.

Text Font Color

.myTextColor { color: #C5B3D6; }

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

This text font color is #C5B3D6.


Background Color

.myBgColor { background-color: #C5B3D6; }

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

This div background color is #C5B3D6.


Border color

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

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

This div border color is #C5B3D6.


Opacity

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

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

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

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

This text has shadow with #C5B3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B3D6 on black background.


Color preview on white background

This text has color #C5B3D6 on white background.



Black color preview on #C5B3D6 background

This text has black color on #C5B3D6 background.


White color preview on #C5B3D6 background

This text has white color on #C5B3D6 background.