COLOR #CC88A9

HEX: #CC88A9 RGB: (204,136,169)

Color info

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

RGB color model

#CC88A9 color RGB value is (204,136,169).

RGB: (204,136,169) (80%, 53%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 136 of 255 = 53%
B 169 of 255 = 66%

204
136
169

R + G + B ~ 66%. #CC88A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 136 + 169 = 509 (100%)
R 204 of 509 ~ 40.08%
G 136 of 509 ~ 26.72%
B 169 of 509 ~ 33.2'%

%40.08
%26.72
%33.2

CMYK color model

#CC88A9 color CMYK value is (0,33,17,20).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 17.16%
  • key color value is 20.00%

CMYK: (0,33,17,20)
C0M33Y17K20 (0%, 33%, 17%, 20%)
(0.00 / 0.33 / 0.17 / 0.20)

CMYK percentages

%0
%33.33
%17.16
%20

Codes

Color #CC88A9 in popluar color models

CC 88 A9
RGB 204 136 169
HSL 331° 40.00% 66.67%
HSB/HSV 331° 33.33% 80.00%
CMYK 0.00% 33.33% 17.16%
20.00%

Color #CC88A9 in popluar number systems.

HEX CC 88 A9
Decimal 204 136 169
Binary 11001100 10001000 10101001
Octal 314 210 251

Shades and tints

Shades of #CC88A9

#CC88A9
(204,136,169)
#BA7C9A
(186,124,154)
#A8708B
(168,112,139)
#96647C
(150,100,124)
#84586D
(132,88,109)
#724C5E
(114,76,94)
#60404F
(96,64,79)
#4E3440
(78,52,64)
#3C2831
(60,40,49)
#2A1C22
(42,28,34)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #CC88A9

#CC88A9
(204,136,169)
#D092B0
(208,146,176)
#D49CB7
(212,156,183)
#D8A6BE
(216,166,190)
#DCB0C5
(220,176,197)
#E0BACC
(224,186,204)
#E4C4D3
(228,196,211)
#E8CEDA
(232,206,218)
#ECD8E1
(236,216,225)
#F0E2E8
(240,226,232)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC88A9 color. Also use rgb(204,136,169) instead hex code.

Text Font Color

.myTextColor { color: #CC88A9; }

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

This text font color is #CC88A9.

Background Color

.myBgColor { background-color: #CC88A9; }

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

This div background color is #CC88A9.

Border color

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

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

This div border color is #CC88A9.

Opacity

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

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

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

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

This text has shadow with #CC88A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC88A9.

Preview

Color preview on black background

This text has color #CC88A9 on black background.


Color preview on white background

This text has color #CC88A9 on white background.


Black color preview on #CC88A9 background

This text has black color on #CC88A9 background.


White color preview on #CC88A9 background

This text has white color on #CC88A9 background.


Related colors

Complementary color

Complementary color for #hex is #337756.


I love getcolorcode.com

Triadic colors

1 #A9CC88 and #88A9CC with #CC88A9 are triadic colors.

2 #A988CC and #88CCA9 with #CC88A9 are triadic colors.