COLOR #CCA8F9

HEX: #CCA8F9 RGB: (204,168,249)

Color info

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

RGB color model

#CCA8F9 color RGB value is (204,168,249).

RGB: (204,168,249) (80%, 66%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 249 of 255 = 98%

204
168
249

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

Portions of RGB colors in percentages

R + G + B = 204 + 168 + 249 = 621 (100%)
R 204 of 621 ~ 32.85%
G 168 of 621 ~ 27.05%
B 249 of 621 ~ 40.1'%

%32.85
%27.05
%40.1

CMYK color model

#CCA8F9 color CMYK value is (18,33,0,2).

  • cyan value is 18.07%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (18,33,0,2)
C18M33Y0K2 (18%, 33%, 0%, 2%)
(0.18 / 0.33 / 0.00 / 0.02)

CMYK percentages

%18.07
%32.53
%0
%2.35

Codes

Color #CCA8F9 in popluar color models

CC A8 F9
RGB 204 168 249
HSL 267° 87.10% 81.76%
HSB/HSV 267° 32.53% 97.65%
CMYK 18.07% 32.53% 0.00%
2.35%

Color #CCA8F9 in popluar number systems.

HEX CC A8 F9
Decimal 204 168 249
Binary 11001100 10101000 11111001
Octal 314 250 371

Shades and tints

Shades of #CCA8F9

#CCA8F9
(204,168,249)
#BA99E3
(186,153,227)
#A88ACD
(168,138,205)
#967BB7
(150,123,183)
#846CA1
(132,108,161)
#725D8B
(114,93,139)
#604E75
(96,78,117)
#4E3F5F
(78,63,95)
#3C3049
(60,48,73)
#2A2133
(42,33,51)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #CCA8F9

#CCA8F9
(204,168,249)
#D0AFF9
(208,175,249)
#D4B6F9
(212,182,249)
#D8BDF9
(216,189,249)
#DCC4F9
(220,196,249)
#E0CBF9
(224,203,249)
#E4D2F9
(228,210,249)
#E8D9F9
(232,217,249)
#ECE0F9
(236,224,249)
#F0E7F9
(240,231,249)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA8F9 color. Also use rgb(204,168,249) instead hex code.

Text Font Color

.myTextColor { color: #CCA8F9; }

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

This text font color is #CCA8F9.

Background Color

.myBgColor { background-color: #CCA8F9; }

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

This div background color is #CCA8F9.

Border color

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

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

This div border color is #CCA8F9.

Opacity

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

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

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

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

This text has shadow with #CCA8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA8F9.

Preview

Color preview on black background

This text has color #CCA8F9 on black background.


Color preview on white background

This text has color #CCA8F9 on white background.


Black color preview on #CCA8F9 background

This text has black color on #CCA8F9 background.


White color preview on #CCA8F9 background

This text has white color on #CCA8F9 background.


Related colors

Complementary color

Complementary color for #hex is #335706.


I love getcolorcode.com

Triadic colors

1 #F9CCA8 and #A8F9CC with #CCA8F9 are triadic colors.

2 #F9A8CC and #A8CCF9 with #CCA8F9 are triadic colors.