COLOR #CC6FBD

HEX: #CC6FBD
RGB: (204,111,189)

Color info

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

RGB color model

#CC6FBD color RGB value is (204,111,189).

  • red value is 204;
  • green value is 111;
  • blue value is 189.
RGB:
(204,111,189)
(80%,44%,74%)

RGB channels and saturation

R 204 of 255 = 80%
G 111 of 255 = 44%
B 189 of 255 = 74%

204
111
189

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

Portions of RGB colors in percentages

R + G + B =
204 + 111 + 189 = 504 (100%)
R 204 of 504 ~ 40.48%
G 111 of 504 ~ 22.02%
B 189 of 504 ~ 37.5%

%40.48
%22.02
%37.5

CMYK color model

#CC6FBD color CMYK value is (0,46,7,20).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(0,46,7,20)
C0M46Y7K20 
(0%,46%,7%,20%)
(0.00/0.46/0.07/0.20)	

CMYK percentages

%0
%45.59
%7.35
%20

Codes

Color #CC6FBD in popluar color models

CC6FBD
RGB204111189
HSL310°47.69%61.76%
HSB/HSV310°45.59%80.00%
CMYK0.00%45.59%7.35%
20.00%

Color #CC6FBD in popluar number systems.

HEXCC6FBD
Decimal204111189
Binary11001100110111110111101
Octal314157275

Shades and tints

Shades of #CC6FBD

#CC6FBD
(204,111,189)
#BA65AC
(186,101,172)
#A85B9B
(168,91,155)
#96518A
(150,81,138)
#844779
(132,71,121)
#723D68
(114,61,104)
#603357
(96,51,87)
#4E2946
(78,41,70)
#3C1F35
(60,31,53)
#2A1524
(42,21,36)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #CC6FBD

#CC6FBD
(204,111,189)
#D07CC3
(208,124,195)
#D489C9
(212,137,201)
#D896CF
(216,150,207)
#DCA3D5
(220,163,213)
#E0B0DB
(224,176,219)
#E4BDE1
(228,189,225)
#E8CAE7
(232,202,231)
#ECD7ED
(236,215,237)
#F0E4F3
(240,228,243)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6FBD color. Also use rgb(204,111,189) instead hex code.

Text Font Color

.myTextColor { color: #CC6FBD; }

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

This text font color is #CC6FBD.


Background Color

.myBgColor { background-color: #CC6FBD; }

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

This div background color is #CC6FBD.


Border color

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

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

This div border color is #CC6FBD.


Opacity

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

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

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

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

This text has shadow with #CC6FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6FBD on black background.


Color preview on white background

This text has color #CC6FBD on white background.



Black color preview on #CC6FBD background

This text has black color on #CC6FBD background.


White color preview on #CC6FBD background

This text has white color on #CC6FBD background.