COLOR #CC92D5

HEX: #CC92D5
RGB: (204,146,213)

Color info

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

RGB color model

#CC92D5 color RGB value is (204,146,213).

  • red value is 204;
  • green value is 146;
  • blue value is 213.
RGB:
(204,146,213)
(80%,57%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 146 of 255 = 57%
B 213 of 255 = 84%

204
146
213

R + G + B ~ 74%. #CC92D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 146 + 213 = 563 (100%)
R 204 of 563 ~ 36.23%
G 146 of 563 ~ 25.93%
B 213 of 563 ~ 37.83%

%36.23
%25.93
%37.83

CMYK color model

#CC92D5 color CMYK value is (4,31,0,16).

  • cyan value is 4.23%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(4,31,0,16)
C4M31Y0K16 
(4%,31%,0%,16%)
(0.04/0.31/0.00/0.16)	

CMYK percentages

%4.23
%31.46
%0
%16.47

Codes

Color #CC92D5 in popluar color models

CC92D5
RGB204146213
HSL292°44.37%70.39%
HSB/HSV292°31.46%83.53%
CMYK4.23%31.46%0.00%
16.47%

Color #CC92D5 in popluar number systems.

HEXCC92D5
Decimal204146213
Binary110011001001001011010101
Octal314222325

Shades and tints

Shades of #CC92D5

#CC92D5
(204,146,213)
#BA85C2
(186,133,194)
#A878AF
(168,120,175)
#966B9C
(150,107,156)
#845E89
(132,94,137)
#725176
(114,81,118)
#604463
(96,68,99)
#4E3750
(78,55,80)
#3C2A3D
(60,42,61)
#2A1D2A
(42,29,42)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #CC92D5

#CC92D5
(204,146,213)
#D09BD8
(208,155,216)
#D4A4DB
(212,164,219)
#D8ADDE
(216,173,222)
#DCB6E1
(220,182,225)
#E0BFE4
(224,191,228)
#E4C8E7
(228,200,231)
#E8D1EA
(232,209,234)
#ECDAED
(236,218,237)
#F0E3F0
(240,227,240)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC92D5 color. Also use rgb(204,146,213) instead hex code.

Text Font Color

.myTextColor { color: #CC92D5; }

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

This text font color is #CC92D5.


Background Color

.myBgColor { background-color: #CC92D5; }

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

This div background color is #CC92D5.


Border color

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

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

This div border color is #CC92D5.


Opacity

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

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

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

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

This text has shadow with #CC92D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC92D5 on black background.


Color preview on white background

This text has color #CC92D5 on white background.



Black color preview on #CC92D5 background

This text has black color on #CC92D5 background.


White color preview on #CC92D5 background

This text has white color on #CC92D5 background.