COLOR #CCB9FA

HEX: #CCB9FA
RGB: (204,185,250)

Color info

#CCB9FA contains mainly red and blue colors. Web safe color of #CCB9FA is #CCCCFF (or #CCF).

RGB color model

#CCB9FA color RGB value is (204,185,250).

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

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 250 of 255 = 98%

204
185
250

R + G + B ~ 84%. #CCB9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 185 + 250 = 639 (100%)
R 204 of 639 ~ 31.92%
G 185 of 639 ~ 28.95%
B 250 of 639 ~ 39.12%

%31.92
%28.95
%39.12

CMYK color model

#CCB9FA color CMYK value is (18,26,0,2).

  • cyan value is 18.40%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,26,0,2)
C18M26Y0K2 
(18%,26%,0%,2%)
(0.18/0.26/0.00/0.02)	

CMYK percentages

%18.4
%26
%0
%1.96

Codes

Color #CCB9FA in popluar color models

CCB9FA
RGB204185250
HSL258°86.67%85.29%
HSB/HSV258°26.00%98.04%
CMYK18.40%26.00%0.00%
1.96%

Color #CCB9FA in popluar number systems.

HEXCCB9FA
Decimal204185250
Binary110011001011100111111010
Octal314271372

Shades and tints

Shades of #CCB9FA

#CCB9FA
(204,185,250)
#BAA9E4
(186,169,228)
#A899CE
(168,153,206)
#9689B8
(150,137,184)
#8479A2
(132,121,162)
#72698C
(114,105,140)
#605976
(96,89,118)
#4E4960
(78,73,96)
#3C394A
(60,57,74)
#2A2934
(42,41,52)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #CCB9FA

#CCB9FA
(204,185,250)
#D0BFFA
(208,191,250)
#D4C5FA
(212,197,250)
#D8CBFA
(216,203,250)
#DCD1FA
(220,209,250)
#E0D7FA
(224,215,250)
#E4DDFA
(228,221,250)
#E8E3FA
(232,227,250)
#ECE9FA
(236,233,250)
#F0EFFA
(240,239,250)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB9FA; }

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

This text font color is #CCB9FA.


Background Color

.myBgColor { background-color: #CCB9FA; }

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

This div background color is #CCB9FA.


Border color

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

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

This div border color is #CCB9FA.


Opacity

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

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

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

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

This text has shadow with #CCB9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB9FA on black background.


Color preview on white background

This text has color #CCB9FA on white background.



Black color preview on #CCB9FA background

This text has black color on #CCB9FA background.


White color preview on #CCB9FA background

This text has white color on #CCB9FA background.