COLOR #CCC6FF

HEX: #CCC6FF RGB: (204,198,255)

Color info

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

RGB color model

#CCC6FF color RGB value is (204,198,255).

RGB: (204,198,255) (80%, 78%, 100%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 255 of 255 = 100%

204
198
255

R + G + B ~ 86%. #CCC6FF is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 255 = 657 (100%)
R 204 of 657 ~ 31.05%
G 198 of 657 ~ 30.14%
B 255 of 657 ~ 38.81'%

%31.05
%30.14
%38.81

CMYK color model

#CCC6FF color CMYK value is (20,22,0,0).

  • cyan value is 20.00%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (20,22,0,0)
C20M22Y0K0 (20%, 22%, 0%, 0%)
(0.20 / 0.22 / 0.00 / 0.00)

CMYK percentages

%20
%22.35
%0
%0

Codes

Color #CCC6FF in popluar color models

CC C6 FF
RGB 204 198 255
HSL 246° 100.00% 88.82%
HSB/HSV 246° 22.35% 100.00%
CMYK 20.00% 22.35% 0.00%
0.00%

Color #CCC6FF in popluar number systems.

HEX CC C6 FF
Decimal 204 198 255
Binary 11001100 11000110 11111111
Octal 314 306 377

Shades and tints

Shades of #CCC6FF

#CCC6FF
(204,198,255)
#BAB4E8
(186,180,232)
#A8A2D1
(168,162,209)
#9690BA
(150,144,186)
#847EA3
(132,126,163)
#726C8C
(114,108,140)
#605A75
(96,90,117)
#4E485E
(78,72,94)
#3C3647
(60,54,71)
#2A2430
(42,36,48)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCC6FF

#CCC6FF
(204,198,255)
#D0CBFF
(208,203,255)
#D4D0FF
(212,208,255)
#D8D5FF
(216,213,255)
#DCDAFF
(220,218,255)
#E0DFFF
(224,223,255)
#E4E4FF
(228,228,255)
#E8E9FF
(232,233,255)
#ECEEFF
(236,238,255)
#F0F3FF
(240,243,255)
#F4F8FF
(244,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6FF; }

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

This text font color is #CCC6FF.

Background Color

.myBgColor { background-color: #CCC6FF; }

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

This div background color is #CCC6FF.

Border color

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

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

This div border color is #CCC6FF.

Opacity

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

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

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

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

This text has shadow with #CCC6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6FF.

Preview

Color preview on black background

This text has color #CCC6FF on black background.


Color preview on white background

This text has color #CCC6FF on white background.


Black color preview on #CCC6FF background

This text has black color on #CCC6FF background.


White color preview on #CCC6FF background

This text has white color on #CCC6FF background.


Related colors

Complementary color

Complementary color for #hex is #333900.


I love getcolorcode.com

Triadic colors

1 #FFCCC6 and #C6FFCC with #CCC6FF are triadic colors.

2 #FFC6CC and #C6CCFF with #CCC6FF are triadic colors.