COLOR #CCB3F8

HEX: #CCB3F8
RGB: (204,179,248)

Color info

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

RGB color model

#CCB3F8 color RGB value is (204,179,248).

  • red value is 204;
  • green value is 179;
  • blue value is 248.
RGB:
(204,179,248)
(80%,70%,97%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 248 of 255 = 97%

204
179
248

R + G + B ~ 82%. #CCB3F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 248 = 631 (100%)
R 204 of 631 ~ 32.33%
G 179 of 631 ~ 28.37%
B 248 of 631 ~ 39.3%

%32.33
%28.37
%39.3

CMYK color model

#CCB3F8 color CMYK value is (18,28,0,3).

  • cyan value is 17.74%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(18,28,0,3)
C18M28Y0K3 
(18%,28%,0%,3%)
(0.18/0.28/0.00/0.03)	

CMYK percentages

%17.74
%27.82
%0
%2.75

Codes

Color #CCB3F8 in popluar color models

CCB3F8
RGB204179248
HSL262°83.13%83.73%
HSB/HSV262°27.82%97.25%
CMYK17.74%27.82%0.00%
2.75%

Color #CCB3F8 in popluar number systems.

HEXCCB3F8
Decimal204179248
Binary110011001011001111111000
Octal314263370

Shades and tints

Shades of #CCB3F8

#CCB3F8
(204,179,248)
#BAA3E2
(186,163,226)
#A893CC
(168,147,204)
#9683B6
(150,131,182)
#8473A0
(132,115,160)
#72638A
(114,99,138)
#605374
(96,83,116)
#4E435E
(78,67,94)
#3C3348
(60,51,72)
#2A2332
(42,35,50)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #CCB3F8

#CCB3F8
(204,179,248)
#D0B9F8
(208,185,248)
#D4BFF8
(212,191,248)
#D8C5F8
(216,197,248)
#DCCBF8
(220,203,248)
#E0D1F8
(224,209,248)
#E4D7F8
(228,215,248)
#E8DDF8
(232,221,248)
#ECE3F8
(236,227,248)
#F0E9F8
(240,233,248)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB3F8 color. Also use rgb(204,179,248) instead hex code.

Text Font Color

.myTextColor { color: #CCB3F8; }

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

This text font color is #CCB3F8.


Background Color

.myBgColor { background-color: #CCB3F8; }

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

This div background color is #CCB3F8.


Border color

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

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

This div border color is #CCB3F8.


Opacity

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

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

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

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

This text has shadow with #CCB3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB3F8 on black background.


Color preview on white background

This text has color #CCB3F8 on white background.



Black color preview on #CCB3F8 background

This text has black color on #CCB3F8 background.


White color preview on #CCB3F8 background

This text has white color on #CCB3F8 background.