COLOR #CCB1F8

HEX: #CCB1F8
RGB: (204,177,248)

Color info

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

RGB color model

#CCB1F8 color RGB value is (204,177,248).

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

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 248 of 255 = 97%

204
177
248

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

Portions of RGB colors in percentages

R + G + B =
204 + 177 + 248 = 629 (100%)
R 204 of 629 ~ 32.43%
G 177 of 629 ~ 28.14%
B 248 of 629 ~ 39.43%

%32.43
%28.14
%39.43

CMYK color model

#CCB1F8 color CMYK value is (18,29,0,3).

  • cyan value is 17.74%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(18,29,0,3)
C18M29Y0K3 
(18%,29%,0%,3%)
(0.18/0.29/0.00/0.03)	

CMYK percentages

%17.74
%28.63
%0
%2.75

Codes

Color #CCB1F8 in popluar color models

CCB1F8
RGB204177248
HSL263°83.53%83.33%
HSB/HSV263°28.63%97.25%
CMYK17.74%28.63%0.00%
2.75%

Color #CCB1F8 in popluar number systems.

HEXCCB1F8
Decimal204177248
Binary110011001011000111111000
Octal314261370

Shades and tints

Shades of #CCB1F8

#CCB1F8
(204,177,248)
#BAA1E2
(186,161,226)
#A891CC
(168,145,204)
#9681B6
(150,129,182)
#8471A0
(132,113,160)
#72618A
(114,97,138)
#605174
(96,81,116)
#4E415E
(78,65,94)
#3C3148
(60,49,72)
#2A2132
(42,33,50)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #CCB1F8

#CCB1F8
(204,177,248)
#D0B8F8
(208,184,248)
#D4BFF8
(212,191,248)
#D8C6F8
(216,198,248)
#DCCDF8
(220,205,248)
#E0D4F8
(224,212,248)
#E4DBF8
(228,219,248)
#E8E2F8
(232,226,248)
#ECE9F8
(236,233,248)
#F0F0F8
(240,240,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB1F8; }

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

This text font color is #CCB1F8.


Background Color

.myBgColor { background-color: #CCB1F8; }

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

This div background color is #CCB1F8.


Border color

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

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

This div border color is #CCB1F8.


Opacity

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

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

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

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

This text has shadow with #CCB1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB1F8 on black background.


Color preview on white background

This text has color #CCB1F8 on white background.



Black color preview on #CCB1F8 background

This text has black color on #CCB1F8 background.


White color preview on #CCB1F8 background

This text has white color on #CCB1F8 background.