COLOR #CC67A7

HEX: #CC67A7
RGB: (204,103,167)

Color info

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

RGB color model

#CC67A7 color RGB value is (204,103,167).

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

RGB channels and saturation

R 204 of 255 = 80%
G 103 of 255 = 40%
B 167 of 255 = 65%

204
103
167

R + G + B ~ 62%. #CC67A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 103 + 167 = 474 (100%)
R 204 of 474 ~ 43.04%
G 103 of 474 ~ 21.73%
B 167 of 474 ~ 35.23%

%43.04
%21.73
%35.23

CMYK color model

#CC67A7 color CMYK value is (0,50,18,20).

  • cyan value is 0.00%
  • magenta value is 49.51%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK:
(0,50,18,20)
C0M50Y18K20 
(0%,50%,18%,20%)
(0.00/0.50/0.18/0.20)	

CMYK percentages

%0
%49.51
%18.14
%20

Codes

Color #CC67A7 in popluar color models

CC67A7
RGB204103167
HSL322°49.75%60.20%
HSB/HSV322°49.51%80.00%
CMYK0.00%49.51%18.14%
20.00%

Color #CC67A7 in popluar number systems.

HEXCC67A7
Decimal204103167
Binary11001100110011110100111
Octal314147247

Shades and tints

Shades of #CC67A7

#CC67A7
(204,103,167)
#BA5E98
(186,94,152)
#A85589
(168,85,137)
#964C7A
(150,76,122)
#84436B
(132,67,107)
#723A5C
(114,58,92)
#60314D
(96,49,77)
#4E283E
(78,40,62)
#3C1F2F
(60,31,47)
#2A1620
(42,22,32)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #CC67A7

#CC67A7
(204,103,167)
#D074AF
(208,116,175)
#D481B7
(212,129,183)
#D88EBF
(216,142,191)
#DC9BC7
(220,155,199)
#E0A8CF
(224,168,207)
#E4B5D7
(228,181,215)
#E8C2DF
(232,194,223)
#ECCFE7
(236,207,231)
#F0DCEF
(240,220,239)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC67A7; }

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

This text font color is #CC67A7.


Background Color

.myBgColor { background-color: #CC67A7; }

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

This div background color is #CC67A7.


Border color

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

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

This div border color is #CC67A7.


Opacity

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

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

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

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

This text has shadow with #CC67A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC67A7 on black background.


Color preview on white background

This text has color #CC67A7 on white background.



Black color preview on #CC67A7 background

This text has black color on #CC67A7 background.


White color preview on #CC67A7 background

This text has white color on #CC67A7 background.