COLOR #CC90C4

HEX: #CC90C4
RGB: (204,144,196)

Color info

#CC90C4 contains mainly red and blue colors. Web safe color of #CC90C4 is #CC99CC (or #C9C).

RGB color model

#CC90C4 color RGB value is (204,144,196).

  • red value is 204;
  • green value is 144;
  • blue value is 196.
RGB:
(204,144,196)
(80%,56%,77%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 196 of 255 = 77%

204
144
196

R + G + B ~ 71%. #CC90C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 144 + 196 = 544 (100%)
R 204 of 544 ~ 37.5%
G 144 of 544 ~ 26.47%
B 196 of 544 ~ 36.03%

%37.5
%26.47
%36.03

CMYK color model

#CC90C4 color CMYK value is (0,29,4,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 3.92%
  • key color value is 20.00%
CMYK:
(0,29,4,20)
C0M29Y4K20 
(0%,29%,4%,20%)
(0.00/0.29/0.04/0.20)	

CMYK percentages

%0
%29.41
%3.92
%20

Codes

Color #CC90C4 in popluar color models

CC90C4
RGB204144196
HSL308°37.04%68.24%
HSB/HSV308°29.41%80.00%
CMYK0.00%29.41%3.92%
20.00%

Color #CC90C4 in popluar number systems.

HEXCC90C4
Decimal204144196
Binary110011001001000011000100
Octal314220304

Shades and tints

Shades of #CC90C4

#CC90C4
(204,144,196)
#BA83B3
(186,131,179)
#A876A2
(168,118,162)
#966991
(150,105,145)
#845C80
(132,92,128)
#724F6F
(114,79,111)
#60425E
(96,66,94)
#4E354D
(78,53,77)
#3C283C
(60,40,60)
#2A1B2B
(42,27,43)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #CC90C4

#CC90C4
(204,144,196)
#D09AC9
(208,154,201)
#D4A4CE
(212,164,206)
#D8AED3
(216,174,211)
#DCB8D8
(220,184,216)
#E0C2DD
(224,194,221)
#E4CCE2
(228,204,226)
#E8D6E7
(232,214,231)
#ECE0EC
(236,224,236)
#F0EAF1
(240,234,241)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC90C4 color. Also use rgb(204,144,196) instead hex code.

Text Font Color

.myTextColor { color: #CC90C4; }

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

This text font color is #CC90C4.


Background Color

.myBgColor { background-color: #CC90C4; }

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

This div background color is #CC90C4.


Border color

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

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

This div border color is #CC90C4.


Opacity

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

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

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

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

This text has shadow with #CC90C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC90C4 on black background.


Color preview on white background

This text has color #CC90C4 on white background.



Black color preview on #CC90C4 background

This text has black color on #CC90C4 background.


White color preview on #CC90C4 background

This text has white color on #CC90C4 background.