COLOR #CCA7FD

HEX: #CCA7FD RGB: (204,167,253)

Color info

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

RGB color model

#CCA7FD color RGB value is (204,167,253).

RGB: (204,167,253) (80%, 65%, 99%)

RGB channels and saturation

R 204 of 255 = 80%
G 167 of 255 = 65%
B 253 of 255 = 99%

204
167
253

R + G + B ~ 81%. #CCA7FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 167 + 253 = 624 (100%)
R 204 of 624 ~ 32.69%
G 167 of 624 ~ 26.76%
B 253 of 624 ~ 40.54'%

%32.69
%26.76
%40.54

CMYK color model

#CCA7FD color CMYK value is (19,34,0,1).

  • cyan value is 19.37%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (19,34,0,1)
C19M34Y0K1 (19%, 34%, 0%, 1%)
(0.19 / 0.34 / 0.00 / 0.01)

CMYK percentages

%19.37
%33.99
%0
%0.78

Codes

Color #CCA7FD in popluar color models

CC A7 FD
RGB 204 167 253
HSL 266° 95.56% 82.35%
HSB/HSV 266° 33.99% 99.22%
CMYK 19.37% 33.99% 0.00%
0.78%

Color #CCA7FD in popluar number systems.

HEX CC A7 FD
Decimal 204 167 253
Binary 11001100 10100111 11111101
Octal 314 247 375

Shades and tints

Shades of #CCA7FD

#CCA7FD
(204,167,253)
#BA98E6
(186,152,230)
#A889CF
(168,137,207)
#967AB8
(150,122,184)
#846BA1
(132,107,161)
#725C8A
(114,92,138)
#604D73
(96,77,115)
#4E3E5C
(78,62,92)
#3C2F45
(60,47,69)
#2A202E
(42,32,46)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #CCA7FD

#CCA7FD
(204,167,253)
#D0AFFD
(208,175,253)
#D4B7FD
(212,183,253)
#D8BFFD
(216,191,253)
#DCC7FD
(220,199,253)
#E0CFFD
(224,207,253)
#E4D7FD
(228,215,253)
#E8DFFD
(232,223,253)
#ECE7FD
(236,231,253)
#F0EFFD
(240,239,253)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA7FD color. Also use rgb(204,167,253) instead hex code.

Text Font Color

.myTextColor { color: #CCA7FD; }

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

This text font color is #CCA7FD.

Background Color

.myBgColor { background-color: #CCA7FD; }

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

This div background color is #CCA7FD.

Border color

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

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

This div border color is #CCA7FD.

Opacity

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

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

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

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

This text has shadow with #CCA7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA7FD.

Preview

Color preview on black background

This text has color #CCA7FD on black background.


Color preview on white background

This text has color #CCA7FD on white background.


Black color preview on #CCA7FD background

This text has black color on #CCA7FD background.


White color preview on #CCA7FD background

This text has white color on #CCA7FD background.


Related colors

Complementary color

Complementary color for #hex is #335802.


I love getcolorcode.com

Triadic colors

1 #FDCCA7 and #A7FDCC with #CCA7FD are triadic colors.

2 #FDA7CC and #A7CCFD with #CCA7FD are triadic colors.