COLOR #CCABEC

HEX: #CCABEC RGB: (204,171,236)

Color info

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

RGB color model

#CCABEC color RGB value is (204,171,236).

RGB: (204,171,236) (80%, 67%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 236 of 255 = 93%

204
171
236

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

Portions of RGB colors in percentages

R + G + B = 204 + 171 + 236 = 611 (100%)
R 204 of 611 ~ 33.39%
G 171 of 611 ~ 27.99%
B 236 of 611 ~ 38.63'%

%33.39
%27.99
%38.63

CMYK color model

#CCABEC color CMYK value is (14,28,0,7).

  • cyan value is 13.56%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (14,28,0,7)
C14M28Y0K7 (14%, 28%, 0%, 7%)
(0.14 / 0.28 / 0.00 / 0.07)

CMYK percentages

%13.56
%27.54
%0
%7.45

Codes

Color #CCABEC in popluar color models

CC AB EC
RGB 204 171 236
HSL 270° 63.11% 79.80%
HSB/HSV 270° 27.54% 92.55%
CMYK 13.56% 27.54% 0.00%
7.45%

Color #CCABEC in popluar number systems.

HEX CC AB EC
Decimal 204 171 236
Binary 11001100 10101011 11101100
Octal 314 253 354

Shades and tints

Shades of #CCABEC

#CCABEC
(204,171,236)
#BA9CD7
(186,156,215)
#A88DC2
(168,141,194)
#967EAD
(150,126,173)
#846F98
(132,111,152)
#726083
(114,96,131)
#60516E
(96,81,110)
#4E4259
(78,66,89)
#3C3344
(60,51,68)
#2A242F
(42,36,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #CCABEC

#CCABEC
(204,171,236)
#D0B2ED
(208,178,237)
#D4B9EE
(212,185,238)
#D8C0EF
(216,192,239)
#DCC7F0
(220,199,240)
#E0CEF1
(224,206,241)
#E4D5F2
(228,213,242)
#E8DCF3
(232,220,243)
#ECE3F4
(236,227,244)
#F0EAF5
(240,234,245)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCABEC; }

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

This text font color is #CCABEC.

Background Color

.myBgColor { background-color: #CCABEC; }

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

This div background color is #CCABEC.

Border color

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

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

This div border color is #CCABEC.

Opacity

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

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

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

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

This text has shadow with #CCABEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCABEC.

Preview

Color preview on black background

This text has color #CCABEC on black background.


Color preview on white background

This text has color #CCABEC on white background.


Black color preview on #CCABEC background

This text has black color on #CCABEC background.


White color preview on #CCABEC background

This text has white color on #CCABEC background.


Related colors

Complementary color

Complementary color for #hex is #335413.


I love getcolorcode.com

Triadic colors

1 #ECCCAB and #ABECCC with #CCABEC are triadic colors.

2 #ECABCC and #ABCCEC with #CCABEC are triadic colors.