COLOR #CC7BB1

HEX: #CC7BB1
RGB: (204,123,177)

Color info

#CC7BB1 contains mainly red and blue colors. Web safe color of #CC7BB1 is #CC6699 (or #C69).

RGB color model

#CC7BB1 color RGB value is (204,123,177).

  • red value is 204;
  • green value is 123;
  • blue value is 177.
RGB:
(204,123,177)
(80%,48%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 123 of 255 = 48%
B 177 of 255 = 69%

204
123
177

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

Portions of RGB colors in percentages

R + G + B =
204 + 123 + 177 = 504 (100%)
R 204 of 504 ~ 40.48%
G 123 of 504 ~ 24.4%
B 177 of 504 ~ 35.12%

%40.48
%24.4
%35.12

CMYK color model

#CC7BB1 color CMYK value is (0,40,13,20).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(0,40,13,20)
C0M40Y13K20 
(0%,40%,13%,20%)
(0.00/0.40/0.13/0.20)	

CMYK percentages

%0
%39.71
%13.24
%20

Codes

Color #CC7BB1 in popluar color models

CC7BB1
RGB204123177
HSL320°44.26%64.12%
HSB/HSV320°39.71%80.00%
CMYK0.00%39.71%13.24%
20.00%

Color #CC7BB1 in popluar number systems.

HEXCC7BB1
Decimal204123177
Binary11001100111101110110001
Octal314173261

Shades and tints

Shades of #CC7BB1

#CC7BB1
(204,123,177)
#BA70A1
(186,112,161)
#A86591
(168,101,145)
#965A81
(150,90,129)
#844F71
(132,79,113)
#724461
(114,68,97)
#603951
(96,57,81)
#4E2E41
(78,46,65)
#3C2331
(60,35,49)
#2A1821
(42,24,33)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #CC7BB1

#CC7BB1
(204,123,177)
#D087B8
(208,135,184)
#D493BF
(212,147,191)
#D89FC6
(216,159,198)
#DCABCD
(220,171,205)
#E0B7D4
(224,183,212)
#E4C3DB
(228,195,219)
#E8CFE2
(232,207,226)
#ECDBE9
(236,219,233)
#F0E7F0
(240,231,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7BB1 color. Also use rgb(204,123,177) instead hex code.

Text Font Color

.myTextColor { color: #CC7BB1; }

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

This text font color is #CC7BB1.


Background Color

.myBgColor { background-color: #CC7BB1; }

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

This div background color is #CC7BB1.


Border color

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

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

This div border color is #CC7BB1.


Opacity

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

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

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

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

This text has shadow with #CC7BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7BB1 on black background.


Color preview on white background

This text has color #CC7BB1 on white background.



Black color preview on #CC7BB1 background

This text has black color on #CC7BB1 background.


White color preview on #CC7BB1 background

This text has white color on #CC7BB1 background.