COLOR #CCB6F6

HEX: #CCB6F6
RGB: (204,182,246)

Color info

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

RGB color model

#CCB6F6 color RGB value is (204,182,246).

  • red value is 204;
  • green value is 182;
  • blue value is 246.
RGB:
(204,182,246)
(80%,71%,96%)

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 246 of 255 = 96%

204
182
246

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

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 246 = 632 (100%)
R 204 of 632 ~ 32.28%
G 182 of 632 ~ 28.8%
B 246 of 632 ~ 38.92%

%32.28
%28.8
%38.92

CMYK color model

#CCB6F6 color CMYK value is (17,26,0,4).

  • cyan value is 17.07%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(17,26,0,4)
C17M26Y0K4 
(17%,26%,0%,4%)
(0.17/0.26/0.00/0.04)	

CMYK percentages

%17.07
%26.02
%0
%3.53

Codes

Color #CCB6F6 in popluar color models

CCB6F6
RGB204182246
HSL261°78.05%83.92%
HSB/HSV261°26.02%96.47%
CMYK17.07%26.02%0.00%
3.53%

Color #CCB6F6 in popluar number systems.

HEXCCB6F6
Decimal204182246
Binary110011001011011011110110
Octal314266366

Shades and tints

Shades of #CCB6F6

#CCB6F6
(204,182,246)
#BAA6E0
(186,166,224)
#A896CA
(168,150,202)
#9686B4
(150,134,180)
#84769E
(132,118,158)
#726688
(114,102,136)
#605672
(96,86,114)
#4E465C
(78,70,92)
#3C3646
(60,54,70)
#2A2630
(42,38,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCB6F6

#CCB6F6
(204,182,246)
#D0BCF6
(208,188,246)
#D4C2F6
(212,194,246)
#D8C8F6
(216,200,246)
#DCCEF6
(220,206,246)
#E0D4F6
(224,212,246)
#E4DAF6
(228,218,246)
#E8E0F6
(232,224,246)
#ECE6F6
(236,230,246)
#F0ECF6
(240,236,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB6F6 color. Also use rgb(204,182,246) instead hex code.

Text Font Color

.myTextColor { color: #CCB6F6; }

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

This text font color is #CCB6F6.


Background Color

.myBgColor { background-color: #CCB6F6; }

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

This div background color is #CCB6F6.


Border color

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

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

This div border color is #CCB6F6.


Opacity

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

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

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

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

This text has shadow with #CCB6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB6F6 on black background.


Color preview on white background

This text has color #CCB6F6 on white background.



Black color preview on #CCB6F6 background

This text has black color on #CCB6F6 background.


White color preview on #CCB6F6 background

This text has white color on #CCB6F6 background.