COLOR #CC9DEB

HEX: #CC9DEB RGB: (204,157,235)

Color info

#CC9DEB contains mainly red and blue colors. Web safe color of #CC9DEB is #CC99FF (or #C9F).

RGB color model

#CC9DEB color RGB value is (204,157,235).

RGB: (204,157,235) (80%, 62%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 235 of 255 = 92%

204
157
235

R + G + B ~ 78%. #CC9DEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 157 + 235 = 596 (100%)
R 204 of 596 ~ 34.23%
G 157 of 596 ~ 26.34%
B 235 of 596 ~ 39.43'%

%34.23
%26.34
%39.43

CMYK color model

#CC9DEB color CMYK value is (13,33,0,8).

  • cyan value is 13.19%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (13,33,0,8)
C13M33Y0K8 (13%, 33%, 0%, 8%)
(0.13 / 0.33 / 0.00 / 0.08)

CMYK percentages

%13.19
%33.19
%0
%7.84

Codes

Color #CC9DEB in popluar color models

CC 9D EB
RGB 204 157 235
HSL 276° 66.10% 76.86%
HSB/HSV 276° 33.19% 92.16%
CMYK 13.19% 33.19% 0.00%
7.84%

Color #CC9DEB in popluar number systems.

HEX CC 9D EB
Decimal 204 157 235
Binary 11001100 10011101 11101011
Octal 314 235 353

Shades and tints

Shades of #CC9DEB

#CC9DEB
(204,157,235)
#BA8FD6
(186,143,214)
#A881C1
(168,129,193)
#9673AC
(150,115,172)
#846597
(132,101,151)
#725782
(114,87,130)
#60496D
(96,73,109)
#4E3B58
(78,59,88)
#3C2D43
(60,45,67)
#2A1F2E
(42,31,46)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #CC9DEB

#CC9DEB
(204,157,235)
#D0A5EC
(208,165,236)
#D4ADED
(212,173,237)
#D8B5EE
(216,181,238)
#DCBDEF
(220,189,239)
#E0C5F0
(224,197,240)
#E4CDF1
(228,205,241)
#E8D5F2
(232,213,242)
#ECDDF3
(236,221,243)
#F0E5F4
(240,229,244)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9DEB color. Also use rgb(204,157,235) instead hex code.

Text Font Color

.myTextColor { color: #CC9DEB; }

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

This text font color is #CC9DEB.

Background Color

.myBgColor { background-color: #CC9DEB; }

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

This div background color is #CC9DEB.

Border color

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

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

This div border color is #CC9DEB.

Opacity

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

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

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

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

This text has shadow with #CC9DEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9DEB.

Preview

Color preview on black background

This text has color #CC9DEB on black background.


Color preview on white background

This text has color #CC9DEB on white background.


Black color preview on #CC9DEB background

This text has black color on #CC9DEB background.


White color preview on #CC9DEB background

This text has white color on #CC9DEB background.


Related colors

Complementary color

Complementary color for #hex is #336214.


I love getcolorcode.com

Triadic colors

1 #EBCC9D and #9DEBCC with #CC9DEB are triadic colors.

2 #EB9DCC and #9DCCEB with #CC9DEB are triadic colors.