COLOR #CCACF0

HEX: #CCACF0 RGB: (204,172,240)

Color info

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

RGB color model

#CCACF0 color RGB value is (204,172,240).

RGB: (204,172,240) (80%, 67%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 240 of 255 = 94%

204
172
240

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

Portions of RGB colors in percentages

R + G + B = 204 + 172 + 240 = 616 (100%)
R 204 of 616 ~ 33.12%
G 172 of 616 ~ 27.92%
B 240 of 616 ~ 38.96'%

%33.12
%27.92
%38.96

CMYK color model

#CCACF0 color CMYK value is (15,28,0,6).

  • cyan value is 15.00%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (15,28,0,6)
C15M28Y0K6 (15%, 28%, 0%, 6%)
(0.15 / 0.28 / 0.00 / 0.06)

CMYK percentages

%15
%28.33
%0
%5.88

Codes

Color #CCACF0 in popluar color models

CC AC F0
RGB 204 172 240
HSL 268° 69.39% 80.78%
HSB/HSV 268° 28.33% 94.12%
CMYK 15.00% 28.33% 0.00%
5.88%

Color #CCACF0 in popluar number systems.

HEX CC AC F0
Decimal 204 172 240
Binary 11001100 10101100 11110000
Octal 314 254 360

Shades and tints

Shades of #CCACF0

#CCACF0
(204,172,240)
#BA9DDB
(186,157,219)
#A88EC6
(168,142,198)
#967FB1
(150,127,177)
#84709C
(132,112,156)
#726187
(114,97,135)
#605272
(96,82,114)
#4E435D
(78,67,93)
#3C3448
(60,52,72)
#2A2533
(42,37,51)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #CCACF0

#CCACF0
(204,172,240)
#D0B3F1
(208,179,241)
#D4BAF2
(212,186,242)
#D8C1F3
(216,193,243)
#DCC8F4
(220,200,244)
#E0CFF5
(224,207,245)
#E4D6F6
(228,214,246)
#E8DDF7
(232,221,247)
#ECE4F8
(236,228,248)
#F0EBF9
(240,235,249)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCACF0 color. Also use rgb(204,172,240) instead hex code.

Text Font Color

.myTextColor { color: #CCACF0; }

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

This text font color is #CCACF0.

Background Color

.myBgColor { background-color: #CCACF0; }

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

This div background color is #CCACF0.

Border color

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

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

This div border color is #CCACF0.

Opacity

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

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

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

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

This text has shadow with #CCACF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCACF0.

Preview

Color preview on black background

This text has color #CCACF0 on black background.


Color preview on white background

This text has color #CCACF0 on white background.


Black color preview on #CCACF0 background

This text has black color on #CCACF0 background.


White color preview on #CCACF0 background

This text has white color on #CCACF0 background.


Related colors

Complementary color

Complementary color for #hex is #33530F.


I love getcolorcode.com

Triadic colors

1 #F0CCAC and #ACF0CC with #CCACF0 are triadic colors.

2 #F0ACCC and #ACCCF0 with #CCACF0 are triadic colors.