COLOR #CCC6FA

HEX: #CCC6FA
RGB: (204,198,250)

Color info

#CCC6FA contains red, green and blue colors in about the same proportion. Web safe color of #CCC6FA is #CCCCFF (or #CCF).

RGB color model

#CCC6FA color RGB value is (204,198,250).

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

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 250 of 255 = 98%

204
198
250

R + G + B ~ 85%. #CCC6FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 198 + 250 = 652 (100%)
R 204 of 652 ~ 31.29%
G 198 of 652 ~ 30.37%
B 250 of 652 ~ 38.34%

%31.29
%30.37
%38.34

CMYK color model

#CCC6FA color CMYK value is (18,21,0,2).

  • cyan value is 18.40%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,21,0,2)
C18M21Y0K2 
(18%,21%,0%,2%)
(0.18/0.21/0.00/0.02)	

CMYK percentages

%18.4
%20.8
%0
%1.96

Codes

Color #CCC6FA in popluar color models

CCC6FA
RGB204198250
HSL247°83.87%87.84%
HSB/HSV247°20.80%98.04%
CMYK18.40%20.80%0.00%
1.96%

Color #CCC6FA in popluar number systems.

HEXCCC6FA
Decimal204198250
Binary110011001100011011111010
Octal314306372

Shades and tints

Shades of #CCC6FA

#CCC6FA
(204,198,250)
#BAB4E4
(186,180,228)
#A8A2CE
(168,162,206)
#9690B8
(150,144,184)
#847EA2
(132,126,162)
#726C8C
(114,108,140)
#605A76
(96,90,118)
#4E4860
(78,72,96)
#3C364A
(60,54,74)
#2A2434
(42,36,52)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #CCC6FA

#CCC6FA
(204,198,250)
#D0CBFA
(208,203,250)
#D4D0FA
(212,208,250)
#D8D5FA
(216,213,250)
#DCDAFA
(220,218,250)
#E0DFFA
(224,223,250)
#E4E4FA
(228,228,250)
#E8E9FA
(232,233,250)
#ECEEFA
(236,238,250)
#F0F3FA
(240,243,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6FA; }

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

This text font color is #CCC6FA.


Background Color

.myBgColor { background-color: #CCC6FA; }

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

This div background color is #CCC6FA.


Border color

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

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

This div border color is #CCC6FA.


Opacity

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

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

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

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

This text has shadow with #CCC6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC6FA on black background.


Color preview on white background

This text has color #CCC6FA on white background.



Black color preview on #CCC6FA background

This text has black color on #CCC6FA background.


White color preview on #CCC6FA background

This text has white color on #CCC6FA background.