COLOR #C99BF5

HEX: #C99BF5
RGB: (201,155,245)

Color info

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

RGB color model

#C99BF5 color RGB value is (201,155,245).

  • red value is 201;
  • green value is 155;
  • blue value is 245.
RGB:
(201,155,245)
(79%,61%,96%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 245 of 255 = 96%

201
155
245

R + G + B ~ 79%. #C99BF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 155 + 245 = 601 (100%)
R 201 of 601 ~ 33.44%
G 155 of 601 ~ 25.79%
B 245 of 601 ~ 40.77%

%33.44
%25.79
%40.77

CMYK color model

#C99BF5 color CMYK value is (18,37,0,4).

  • cyan value is 17.96%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(18,37,0,4)
C18M37Y0K4 
(18%,37%,0%,4%)
(0.18/0.37/0.00/0.04)	

CMYK percentages

%17.96
%36.73
%0
%3.92

Codes

Color #C99BF5 in popluar color models

C99BF5
RGB201155245
HSL271°81.82%78.43%
HSB/HSV271°36.73%96.08%
CMYK17.96%36.73%0.00%
3.92%

Color #C99BF5 in popluar number systems.

HEXC99BF5
Decimal201155245
Binary110010011001101111110101
Octal311233365

Shades and tints

Shades of #C99BF5

#C99BF5
(201,155,245)
#B78DDF
(183,141,223)
#A57FC9
(165,127,201)
#9371B3
(147,113,179)
#81639D
(129,99,157)
#6F5587
(111,85,135)
#5D4771
(93,71,113)
#4B395B
(75,57,91)
#392B45
(57,43,69)
#271D2F
(39,29,47)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #C99BF5

#C99BF5
(201,155,245)
#CDA4F5
(205,164,245)
#D1ADF5
(209,173,245)
#D5B6F5
(213,182,245)
#D9BFF5
(217,191,245)
#DDC8F5
(221,200,245)
#E1D1F5
(225,209,245)
#E5DAF5
(229,218,245)
#E9E3F5
(233,227,245)
#EDECF5
(237,236,245)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99BF5 color. Also use rgb(201,155,245) instead hex code.

Text Font Color

.myTextColor { color: #C99BF5; }

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

This text font color is #C99BF5.


Background Color

.myBgColor { background-color: #C99BF5; }

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

This div background color is #C99BF5.


Border color

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

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

This div border color is #C99BF5.


Opacity

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

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

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

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

This text has shadow with #C99BF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BF5 on black background.


Color preview on white background

This text has color #C99BF5 on white background.



Black color preview on #C99BF5 background

This text has black color on #C99BF5 background.


White color preview on #C99BF5 background

This text has white color on #C99BF5 background.