COLOR #C9B3FD

HEX: #C9B3FD
RGB: (201,179,253)

Color info

#C9B3FD contains mainly red and blue colors. Web safe color of #C9B3FD is #CC99FF (or #C9F).

RGB color model

#C9B3FD color RGB value is (201,179,253).

  • red value is 201;
  • green value is 179;
  • blue value is 253.
RGB: (201,179,253) (79%,70%,99%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 253 of 255 = 99%

201
179
253

R + G + B ~ 83%. #C9B3FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 179 + 253 = 633 (100%)
R 201 of 633 ~ 31.75%
G 179 of 633 ~ 28.28%
B 253 of 633 ~ 39.97%

%31.75
%28.28
%39.97

CMYK color model

#C9B3FD color CMYK value is (21,29,0,1).

  • cyan value is 20.55%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (21,29,0,1) C21M29Y0K1 (21%,29%,0%,1%) (0.21/0.29/0.00/0.01)

CMYK percentages

%20.55
%29.25
%0
%0.78

Codes

Color #C9B3FD in popluar color models

C9B3FD
RGB201179253
HSL258°94.87%84.71%
HSB/HSV258°29.25%99.22%
CMYK20.55%29.25%0.00%
0.78%

Color #C9B3FD in popluar number systems.

HEXC9B3FD
Decimal201179253
Binary110010011011001111111101
Octal311263375

Shades and tints

Shades of #C9B3FD

#C9B3FD
(201,179,253)
#B7A3E6
(183,163,230)
#A593CF
(165,147,207)
#9383B8
(147,131,184)
#8173A1
(129,115,161)
#6F638A
(111,99,138)
#5D5373
(93,83,115)
#4B435C
(75,67,92)
#393345
(57,51,69)
#27232E
(39,35,46)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #C9B3FD

#C9B3FD
(201,179,253)
#CDB9FD
(205,185,253)
#D1BFFD
(209,191,253)
#D5C5FD
(213,197,253)
#D9CBFD
(217,203,253)
#DDD1FD
(221,209,253)
#E1D7FD
(225,215,253)
#E5DDFD
(229,221,253)
#E9E3FD
(233,227,253)
#EDE9FD
(237,233,253)
#F1EFFD
(241,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B3FD color. Also use rgb(201,179,253) instead hex code.

Text Font Color

.myTextColor { color: #C9B3FD; }

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

This text font color is #C9B3FD.


Background Color

.myBgColor { background-color: #C9B3FD; }

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

This div background color is #C9B3FD.


Border color

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

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

This div border color is #C9B3FD.


Opacity

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

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

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

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

This text has shadow with #C9B3FD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9B3FD on black background.


Color preview on white background

This text has color #C9B3FD on white background.



Black color preview on #C9B3FD background

This text has black color on #C9B3FD background.


White color preview on #C9B3FD background

This text has white color on #C9B3FD background.