COLOR #CC8AB2

HEX: #CC8AB2
RGB: (204,138,178)

Color info

#CC8AB2 contains mainly red and blue colors. Web safe color of #CC8AB2 is #CC9999 (or #C99).

RGB color model

#CC8AB2 color RGB value is (204,138,178).

  • red value is 204;
  • green value is 138;
  • blue value is 178.
RGB:
(204,138,178)
(80%,54%,70%)

RGB channels and saturation

R 204 of 255 = 80%
G 138 of 255 = 54%
B 178 of 255 = 70%

204
138
178

R + G + B ~ 68%. #CC8AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 138 + 178 = 520 (100%)
R 204 of 520 ~ 39.23%
G 138 of 520 ~ 26.54%
B 178 of 520 ~ 34.23%

%39.23
%26.54
%34.23

CMYK color model

#CC8AB2 color CMYK value is (0,32,13,20).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 12.75%
  • key color value is 20.00%
CMYK:
(0,32,13,20)
C0M32Y13K20 
(0%,32%,13%,20%)
(0.00/0.32/0.13/0.20)	

CMYK percentages

%0
%32.35
%12.75
%20

Codes

Color #CC8AB2 in popluar color models

CC8AB2
RGB204138178
HSL324°39.29%67.06%
HSB/HSV324°32.35%80.00%
CMYK0.00%32.35%12.75%
20.00%

Color #CC8AB2 in popluar number systems.

HEXCC8AB2
Decimal204138178
Binary110011001000101010110010
Octal314212262

Shades and tints

Shades of #CC8AB2

#CC8AB2
(204,138,178)
#BA7EA2
(186,126,162)
#A87292
(168,114,146)
#966682
(150,102,130)
#845A72
(132,90,114)
#724E62
(114,78,98)
#604252
(96,66,82)
#4E3642
(78,54,66)
#3C2A32
(60,42,50)
#2A1E22
(42,30,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CC8AB2

#CC8AB2
(204,138,178)
#D094B9
(208,148,185)
#D49EC0
(212,158,192)
#D8A8C7
(216,168,199)
#DCB2CE
(220,178,206)
#E0BCD5
(224,188,213)
#E4C6DC
(228,198,220)
#E8D0E3
(232,208,227)
#ECDAEA
(236,218,234)
#F0E4F1
(240,228,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8AB2 color. Also use rgb(204,138,178) instead hex code.

Text Font Color

.myTextColor { color: #CC8AB2; }

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

This text font color is #CC8AB2.


Background Color

.myBgColor { background-color: #CC8AB2; }

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

This div background color is #CC8AB2.


Border color

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

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

This div border color is #CC8AB2.


Opacity

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

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

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

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

This text has shadow with #CC8AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8AB2 on black background.


Color preview on white background

This text has color #CC8AB2 on white background.



Black color preview on #CC8AB2 background

This text has black color on #CC8AB2 background.


White color preview on #CC8AB2 background

This text has white color on #CC8AB2 background.