COLOR #CC9BFA

HEX: #CC9BFA
RGB: (204,155,250)

Color info

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

RGB color model

#CC9BFA color RGB value is (204,155,250).

  • red value is 204;
  • green value is 155;
  • blue value is 250.
RGB:
(204,155,250)
(80%,61%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 250 of 255 = 98%

204
155
250

R + G + B ~ 80%. #CC9BFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 155 + 250 = 609 (100%)
R 204 of 609 ~ 33.5%
G 155 of 609 ~ 25.45%
B 250 of 609 ~ 41.05%

%33.5
%25.45
%41.05

CMYK color model

#CC9BFA color CMYK value is (18,38,0,2).

  • cyan value is 18.40%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,38,0,2)
C18M38Y0K2 
(18%,38%,0%,2%)
(0.18/0.38/0.00/0.02)	

CMYK percentages

%18.4
%38
%0
%1.96

Codes

Color #CC9BFA in popluar color models

CC9BFA
RGB204155250
HSL271°90.48%79.41%
HSB/HSV271°38.00%98.04%
CMYK18.40%38.00%0.00%
1.96%

Color #CC9BFA in popluar number systems.

HEXCC9BFA
Decimal204155250
Binary110011001001101111111010
Octal314233372

Shades and tints

Shades of #CC9BFA

#CC9BFA
(204,155,250)
#BA8DE4
(186,141,228)
#A87FCE
(168,127,206)
#9671B8
(150,113,184)
#8463A2
(132,99,162)
#72558C
(114,85,140)
#604776
(96,71,118)
#4E3960
(78,57,96)
#3C2B4A
(60,43,74)
#2A1D34
(42,29,52)
#180F1E
(24,15,30)
#000000
(0,0,0)

Tints of #CC9BFA

#CC9BFA
(204,155,250)
#D0A4FA
(208,164,250)
#D4ADFA
(212,173,250)
#D8B6FA
(216,182,250)
#DCBFFA
(220,191,250)
#E0C8FA
(224,200,250)
#E4D1FA
(228,209,250)
#E8DAFA
(232,218,250)
#ECE3FA
(236,227,250)
#F0ECFA
(240,236,250)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9BFA color. Also use rgb(204,155,250) instead hex code.

Text Font Color

.myTextColor { color: #CC9BFA; }

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

This text font color is #CC9BFA.


Background Color

.myBgColor { background-color: #CC9BFA; }

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

This div background color is #CC9BFA.


Border color

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

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

This div border color is #CC9BFA.


Opacity

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

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

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

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

This text has shadow with #CC9BFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9BFA on black background.


Color preview on white background

This text has color #CC9BFA on white background.



Black color preview on #CC9BFA background

This text has black color on #CC9BFA background.


White color preview on #CC9BFA background

This text has white color on #CC9BFA background.