COLOR #CC80B4

HEX: #CC80B4 RGB: (204,128,180)

Color info

#CC80B4 contains mainly red and blue colors. Web safe color of #CC80B4 is #CC66CC (or #C6C).

RGB color model

#CC80B4 color RGB value is (204,128,180).

RGB: (204,128,180) (80%, 50%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 128 of 255 = 50%
B 180 of 255 = 71%

204
128
180

R + G + B ~ 67%. #CC80B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 128 + 180 = 512 (100%)
R 204 of 512 ~ 39.84%
G 128 of 512 ~ 25%
B 180 of 512 ~ 35.16'%

%39.84
%25
%35.16

CMYK color model

#CC80B4 color CMYK value is (0,37,12,20).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 11.76%
  • key color value is 20.00%

CMYK: (0,37,12,20)
C0M37Y12K20 (0%, 37%, 12%, 20%)
(0.00 / 0.37 / 0.12 / 0.20)

CMYK percentages

%0
%37.25
%11.76
%20

Codes

Color #CC80B4 in popluar color models

CC 80 B4
RGB 204 128 180
HSL 319° 42.70% 65.10%
HSB/HSV 319° 37.25% 80.00%
CMYK 0.00% 37.25% 11.76%
20.00%

Color #CC80B4 in popluar number systems.

HEX CC 80 B4
Decimal 204 128 180
Binary 11001100 10000000 10110100
Octal 314 200 264

Shades and tints

Shades of #CC80B4

#CC80B4
(204,128,180)
#BA75A4
(186,117,164)
#A86A94
(168,106,148)
#965F84
(150,95,132)
#845474
(132,84,116)
#724964
(114,73,100)
#603E54
(96,62,84)
#4E3344
(78,51,68)
#3C2834
(60,40,52)
#2A1D24
(42,29,36)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #CC80B4

#CC80B4
(204,128,180)
#D08BBA
(208,139,186)
#D496C0
(212,150,192)
#D8A1C6
(216,161,198)
#DCACCC
(220,172,204)
#E0B7D2
(224,183,210)
#E4C2D8
(228,194,216)
#E8CDDE
(232,205,222)
#ECD8E4
(236,216,228)
#F0E3EA
(240,227,234)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC80B4 color. Also use rgb(204,128,180) instead hex code.

Text Font Color

.myTextColor { color: #CC80B4; }

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

This text font color is #CC80B4.

Background Color

.myBgColor { background-color: #CC80B4; }

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

This div background color is #CC80B4.

Border color

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

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

This div border color is #CC80B4.

Opacity

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

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

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

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

This text has shadow with #CC80B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC80B4.

Preview

Color preview on black background

This text has color #CC80B4 on black background.


Color preview on white background

This text has color #CC80B4 on white background.


Black color preview on #CC80B4 background

This text has black color on #CC80B4 background.


White color preview on #CC80B4 background

This text has white color on #CC80B4 background.


Related colors

Complementary color

Complementary color for #hex is #337F4B.


I love getcolorcode.com

Triadic colors

1 #B4CC80 and #80B4CC with #CC80B4 are triadic colors.

2 #B480CC and #80CCB4 with #CC80B4 are triadic colors.