COLOR #CCAFFF

HEX: #CCAFFF RGB: (204,175,255)

Color info

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

RGB color model

#CCAFFF color RGB value is (204,175,255).

RGB: (204,175,255) (80%, 69%, 100%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 255 of 255 = 100%

204
175
255

R + G + B ~ 83%. #CCAFFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 255 = 634 (100%)
R 204 of 634 ~ 32.18%
G 175 of 634 ~ 27.6%
B 255 of 634 ~ 40.22'%

%32.18
%27.6
%40.22

CMYK color model

#CCAFFF color CMYK value is (20,31,0,0).

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

CMYK: (20,31,0,0)
C20M31Y0K0 (20%, 31%, 0%, 0%)
(0.20 / 0.31 / 0.00 / 0.00)

CMYK percentages

%20
%31.37
%0
%0

Codes

Color #CCAFFF in popluar color models

CC AF FF
RGB 204 175 255
HSL 262° 100.00% 84.31%
HSB/HSV 262° 31.37% 100.00%
CMYK 20.00% 31.37% 0.00%
0.00%

Color #CCAFFF in popluar number systems.

HEX CC AF FF
Decimal 204 175 255
Binary 11001100 10101111 11111111
Octal 314 257 377

Shades and tints

Shades of #CCAFFF

#CCAFFF
(204,175,255)
#BAA0E8
(186,160,232)
#A891D1
(168,145,209)
#9682BA
(150,130,186)
#8473A3
(132,115,163)
#72648C
(114,100,140)
#605575
(96,85,117)
#4E465E
(78,70,94)
#3C3747
(60,55,71)
#2A2830
(42,40,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCAFFF

#CCAFFF
(204,175,255)
#D0B6FF
(208,182,255)
#D4BDFF
(212,189,255)
#D8C4FF
(216,196,255)
#DCCBFF
(220,203,255)
#E0D2FF
(224,210,255)
#E4D9FF
(228,217,255)
#E8E0FF
(232,224,255)
#ECE7FF
(236,231,255)
#F0EEFF
(240,238,255)
#F4F5FF
(244,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAFFF; }

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

This text font color is #CCAFFF.

Background Color

.myBgColor { background-color: #CCAFFF; }

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

This div background color is #CCAFFF.

Border color

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

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

This div border color is #CCAFFF.

Opacity

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

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

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

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

This text has shadow with #CCAFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFFF.

Preview

Color preview on black background

This text has color #CCAFFF on black background.


Color preview on white background

This text has color #CCAFFF on white background.


Black color preview on #CCAFFF background

This text has black color on #CCAFFF background.


White color preview on #CCAFFF background

This text has white color on #CCAFFF background.


Related colors

Complementary color

Complementary color for #hex is #335000.


I love getcolorcode.com

Triadic colors

1 #FFCCAF and #AFFFCC with #CCAFFF are triadic colors.

2 #FFAFCC and #AFCCFF with #CCAFFF are triadic colors.