COLOR #CC6BB3

HEX: #CC6BB3
RGB: (204,107,179)

Color info

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

RGB color model

#CC6BB3 color RGB value is (204,107,179).

  • red value is 204;
  • green value is 107;
  • blue value is 179.
RGB:
(204,107,179)
(80%,42%,70%)

RGB channels and saturation

R 204 of 255 = 80%
G 107 of 255 = 42%
B 179 of 255 = 70%

204
107
179

R + G + B ~ 64%. #CC6BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 107 + 179 = 490 (100%)
R 204 of 490 ~ 41.63%
G 107 of 490 ~ 21.84%
B 179 of 490 ~ 36.53%

%41.63
%21.84
%36.53

CMYK color model

#CC6BB3 color CMYK value is (0,48,12,20).

  • cyan value is 0.00%
  • magenta value is 47.55%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(0,48,12,20)
C0M48Y12K20 
(0%,48%,12%,20%)
(0.00/0.48/0.12/0.20)	

CMYK percentages

%0
%47.55
%12.25
%20

Codes

Color #CC6BB3 in popluar color models

CC6BB3
RGB204107179
HSL315°48.74%60.98%
HSB/HSV315°47.55%80.00%
CMYK0.00%47.55%12.25%
20.00%

Color #CC6BB3 in popluar number systems.

HEXCC6BB3
Decimal204107179
Binary11001100110101110110011
Octal314153263

Shades and tints

Shades of #CC6BB3

#CC6BB3
(204,107,179)
#BA62A3
(186,98,163)
#A85993
(168,89,147)
#965083
(150,80,131)
#844773
(132,71,115)
#723E63
(114,62,99)
#603553
(96,53,83)
#4E2C43
(78,44,67)
#3C2333
(60,35,51)
#2A1A23
(42,26,35)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #CC6BB3

#CC6BB3
(204,107,179)
#D078B9
(208,120,185)
#D485BF
(212,133,191)
#D892C5
(216,146,197)
#DC9FCB
(220,159,203)
#E0ACD1
(224,172,209)
#E4B9D7
(228,185,215)
#E8C6DD
(232,198,221)
#ECD3E3
(236,211,227)
#F0E0E9
(240,224,233)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6BB3 color. Also use rgb(204,107,179) instead hex code.

Text Font Color

.myTextColor { color: #CC6BB3; }

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

This text font color is #CC6BB3.


Background Color

.myBgColor { background-color: #CC6BB3; }

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

This div background color is #CC6BB3.


Border color

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

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

This div border color is #CC6BB3.


Opacity

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

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

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

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

This text has shadow with #CC6BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6BB3 on black background.


Color preview on white background

This text has color #CC6BB3 on white background.



Black color preview on #CC6BB3 background

This text has black color on #CC6BB3 background.


White color preview on #CC6BB3 background

This text has white color on #CC6BB3 background.