COLOR #CCABF8

HEX: #CCABF8
RGB: (204,171,248)

Color info

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

RGB color model

#CCABF8 color RGB value is (204,171,248).

  • red value is 204;
  • green value is 171;
  • blue value is 248.
RGB:
(204,171,248)
(80%,67%,97%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 248 of 255 = 97%

204
171
248

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

Portions of RGB colors in percentages

R + G + B =
204 + 171 + 248 = 623 (100%)
R 204 of 623 ~ 32.74%
G 171 of 623 ~ 27.45%
B 248 of 623 ~ 39.81%

%32.74
%27.45
%39.81

CMYK color model

#CCABF8 color CMYK value is (18,31,0,3).

  • cyan value is 17.74%
  • magenta value is 31.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(18,31,0,3)
C18M31Y0K3 
(18%,31%,0%,3%)
(0.18/0.31/0.00/0.03)	

CMYK percentages

%17.74
%31.05
%0
%2.75

Codes

Color #CCABF8 in popluar color models

CCABF8
RGB204171248
HSL266°84.62%82.16%
HSB/HSV266°31.05%97.25%
CMYK17.74%31.05%0.00%
2.75%

Color #CCABF8 in popluar number systems.

HEXCCABF8
Decimal204171248
Binary110011001010101111111000
Octal314253370

Shades and tints

Shades of #CCABF8

#CCABF8
(204,171,248)
#BA9CE2
(186,156,226)
#A88DCC
(168,141,204)
#967EB6
(150,126,182)
#846FA0
(132,111,160)
#72608A
(114,96,138)
#605174
(96,81,116)
#4E425E
(78,66,94)
#3C3348
(60,51,72)
#2A2432
(42,36,50)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #CCABF8

#CCABF8
(204,171,248)
#D0B2F8
(208,178,248)
#D4B9F8
(212,185,248)
#D8C0F8
(216,192,248)
#DCC7F8
(220,199,248)
#E0CEF8
(224,206,248)
#E4D5F8
(228,213,248)
#E8DCF8
(232,220,248)
#ECE3F8
(236,227,248)
#F0EAF8
(240,234,248)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCABF8 color. Also use rgb(204,171,248) instead hex code.

Text Font Color

.myTextColor { color: #CCABF8; }

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

This text font color is #CCABF8.


Background Color

.myBgColor { background-color: #CCABF8; }

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

This div background color is #CCABF8.


Border color

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

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

This div border color is #CCABF8.


Opacity

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

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

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

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

This text has shadow with #CCABF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCABF8 on black background.


Color preview on white background

This text has color #CCABF8 on white background.



Black color preview on #CCABF8 background

This text has black color on #CCABF8 background.


White color preview on #CCABF8 background

This text has white color on #CCABF8 background.