COLOR #CCA5F3

HEX: #CCA5F3 RGB: (204,165,243)

Color info

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

RGB color model

#CCA5F3 color RGB value is (204,165,243).

RGB: (204,165,243) (80%, 65%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 243 of 255 = 95%

204
165
243

R + G + B ~ 80%. #CCA5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 165 + 243 = 612 (100%)
R 204 of 612 ~ 33.33%
G 165 of 612 ~ 26.96%
B 243 of 612 ~ 39.71'%

%33.33
%26.96
%39.71

CMYK color model

#CCA5F3 color CMYK value is (16,32,0,5).

  • cyan value is 16.05%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (16,32,0,5)
C16M32Y0K5 (16%, 32%, 0%, 5%)
(0.16 / 0.32 / 0.00 / 0.05)

CMYK percentages

%16.05
%32.1
%0
%4.71

Codes

Color #CCA5F3 in popluar color models

CC A5 F3
RGB 204 165 243
HSL 270° 76.47% 80.00%
HSB/HSV 270° 32.10% 95.29%
CMYK 16.05% 32.10% 0.00%
4.71%

Color #CCA5F3 in popluar number systems.

HEX CC A5 F3
Decimal 204 165 243
Binary 11001100 10100101 11110011
Octal 314 245 363

Shades and tints

Shades of #CCA5F3

#CCA5F3
(204,165,243)
#BA96DD
(186,150,221)
#A887C7
(168,135,199)
#9678B1
(150,120,177)
#84699B
(132,105,155)
#725A85
(114,90,133)
#604B6F
(96,75,111)
#4E3C59
(78,60,89)
#3C2D43
(60,45,67)
#2A1E2D
(42,30,45)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CCA5F3

#CCA5F3
(204,165,243)
#D0ADF4
(208,173,244)
#D4B5F5
(212,181,245)
#D8BDF6
(216,189,246)
#DCC5F7
(220,197,247)
#E0CDF8
(224,205,248)
#E4D5F9
(228,213,249)
#E8DDFA
(232,221,250)
#ECE5FB
(236,229,251)
#F0EDFC
(240,237,252)
#F4F5FD
(244,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA5F3 color. Also use rgb(204,165,243) instead hex code.

Text Font Color

.myTextColor { color: #CCA5F3; }

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

This text font color is #CCA5F3.

Background Color

.myBgColor { background-color: #CCA5F3; }

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

This div background color is #CCA5F3.

Border color

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

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

This div border color is #CCA5F3.

Opacity

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

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

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

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

This text has shadow with #CCA5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA5F3.

Preview

Color preview on black background

This text has color #CCA5F3 on black background.


Color preview on white background

This text has color #CCA5F3 on white background.


Black color preview on #CCA5F3 background

This text has black color on #CCA5F3 background.


White color preview on #CCA5F3 background

This text has white color on #CCA5F3 background.


Related colors

Complementary color

Complementary color for #hex is #335A0C.


I love getcolorcode.com

Triadic colors

1 #F3CCA5 and #A5F3CC with #CCA5F3 are triadic colors.

2 #F3A5CC and #A5CCF3 with #CCA5F3 are triadic colors.