COLOR #CD90CC

HEX: #CD90CC
RGB: (205,144,204)

Color info

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

RGB color model

#CD90CC color RGB value is (205,144,204).

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

RGB channels and saturation

R 205 of 255 = 80%
G 144 of 255 = 56%
B 204 of 255 = 80%

205
144
204

R + G + B ~ 72%. #CD90CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 144 + 204 = 553 (100%)
R 205 of 553 ~ 37.07%
G 144 of 553 ~ 26.04%
B 204 of 553 ~ 36.89%

%37.07
%26.04
%36.89

CMYK color model

#CD90CC color CMYK value is (0,30,0,20).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 0.49%
  • key color value is 19.61%
CMYK:
(0,30,0,20)
C0M30Y0K20 
(0%,30%,0%,20%)
(0.00/0.30/0.00/0.20)	

CMYK percentages

%0
%29.76
%0.49
%19.61

Codes

Color #CD90CC in popluar color models

CD90CC
RGB205144204
HSL301°37.89%68.43%
HSB/HSV301°29.76%80.39%
CMYK0.00%29.76%0.49%
19.61%

Color #CD90CC in popluar number systems.

HEXCD90CC
Decimal205144204
Binary110011011001000011001100
Octal315220314

Shades and tints

Shades of #CD90CC

#CD90CC
(205,144,204)
#BB83BA
(187,131,186)
#A976A8
(169,118,168)
#976996
(151,105,150)
#855C84
(133,92,132)
#734F72
(115,79,114)
#614260
(97,66,96)
#4F354E
(79,53,78)
#3D283C
(61,40,60)
#2B1B2A
(43,27,42)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #CD90CC

#CD90CC
(205,144,204)
#D19AD0
(209,154,208)
#D5A4D4
(213,164,212)
#D9AED8
(217,174,216)
#DDB8DC
(221,184,220)
#E1C2E0
(225,194,224)
#E5CCE4
(229,204,228)
#E9D6E8
(233,214,232)
#EDE0EC
(237,224,236)
#F1EAF0
(241,234,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD90CC; }

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

This text font color is #CD90CC.


Background Color

.myBgColor { background-color: #CD90CC; }

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

This div background color is #CD90CC.


Border color

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

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

This div border color is #CD90CC.


Opacity

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

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

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

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

This text has shadow with #CD90CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD90CC on black background.


Color preview on white background

This text has color #CD90CC on white background.



Black color preview on #CD90CC background

This text has black color on #CD90CC background.


White color preview on #CD90CC background

This text has white color on #CD90CC background.