COLOR #CC67AD

HEX: #CC67AD
RGB: (204,103,173)

Color info

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

RGB color model

#CC67AD color RGB value is (204,103,173).

  • red value is 204;
  • green value is 103;
  • blue value is 173.
RGB:
(204,103,173)
(80%,40%,68%)

RGB channels and saturation

R 204 of 255 = 80%
G 103 of 255 = 40%
B 173 of 255 = 68%

204
103
173

R + G + B ~ 63%. #CC67AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 103 + 173 = 480 (100%)
R 204 of 480 ~ 42.5%
G 103 of 480 ~ 21.46%
B 173 of 480 ~ 36.04%

%42.5
%21.46
%36.04

CMYK color model

#CC67AD color CMYK value is (0,50,15,20).

  • cyan value is 0.00%
  • magenta value is 49.51%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK:
(0,50,15,20)
C0M50Y15K20 
(0%,50%,15%,20%)
(0.00/0.50/0.15/0.20)	

CMYK percentages

%0
%49.51
%15.2
%20

Codes

Color #CC67AD in popluar color models

CC67AD
RGB204103173
HSL318°49.75%60.20%
HSB/HSV318°49.51%80.00%
CMYK0.00%49.51%15.20%
20.00%

Color #CC67AD in popluar number systems.

HEXCC67AD
Decimal204103173
Binary11001100110011110101101
Octal314147255

Shades and tints

Shades of #CC67AD

#CC67AD
(204,103,173)
#BA5E9E
(186,94,158)
#A8558F
(168,85,143)
#964C80
(150,76,128)
#844371
(132,67,113)
#723A62
(114,58,98)
#603153
(96,49,83)
#4E2844
(78,40,68)
#3C1F35
(60,31,53)
#2A1626
(42,22,38)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #CC67AD

#CC67AD
(204,103,173)
#D074B4
(208,116,180)
#D481BB
(212,129,187)
#D88EC2
(216,142,194)
#DC9BC9
(220,155,201)
#E0A8D0
(224,168,208)
#E4B5D7
(228,181,215)
#E8C2DE
(232,194,222)
#ECCFE5
(236,207,229)
#F0DCEC
(240,220,236)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC67AD color. Also use rgb(204,103,173) instead hex code.

Text Font Color

.myTextColor { color: #CC67AD; }

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

This text font color is #CC67AD.


Background Color

.myBgColor { background-color: #CC67AD; }

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

This div background color is #CC67AD.


Border color

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

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

This div border color is #CC67AD.


Opacity

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

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

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

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

This text has shadow with #CC67AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC67AD on black background.


Color preview on white background

This text has color #CC67AD on white background.



Black color preview on #CC67AD background

This text has black color on #CC67AD background.


White color preview on #CC67AD background

This text has white color on #CC67AD background.