COLOR #CD90C6

HEX: #CD90C6
RGB: (205,144,198)

Color info

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

RGB color model

#CD90C6 color RGB value is (205,144,198).

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

RGB channels and saturation

R 205 of 255 = 80%
G 144 of 255 = 56%
B 198 of 255 = 78%

205
144
198

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

Portions of RGB colors in percentages

R + G + B =
205 + 144 + 198 = 547 (100%)
R 205 of 547 ~ 37.48%
G 144 of 547 ~ 26.33%
B 198 of 547 ~ 36.2%

%37.48
%26.33
%36.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(0,30,3,20)
C0M30Y3K20 
(0%,30%,3%,20%)
(0.00/0.30/0.03/0.20)	

CMYK percentages

%0
%29.76
%3.41
%19.61

Codes

Color #CD90C6 in popluar color models

CD90C6
RGB205144198
HSL307°37.89%68.43%
HSB/HSV307°29.76%80.39%
CMYK0.00%29.76%3.41%
19.61%

Color #CD90C6 in popluar number systems.

HEXCD90C6
Decimal205144198
Binary110011011001000011000110
Octal315220306

Shades and tints

Shades of #CD90C6

#CD90C6
(205,144,198)
#BB83B4
(187,131,180)
#A976A2
(169,118,162)
#976990
(151,105,144)
#855C7E
(133,92,126)
#734F6C
(115,79,108)
#61425A
(97,66,90)
#4F3548
(79,53,72)
#3D2836
(61,40,54)
#2B1B24
(43,27,36)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #CD90C6

#CD90C6
(205,144,198)
#D19ACB
(209,154,203)
#D5A4D0
(213,164,208)
#D9AED5
(217,174,213)
#DDB8DA
(221,184,218)
#E1C2DF
(225,194,223)
#E5CCE4
(229,204,228)
#E9D6E9
(233,214,233)
#EDE0EE
(237,224,238)
#F1EAF3
(241,234,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD90C6; }

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

This text font color is #CD90C6.


Background Color

.myBgColor { background-color: #CD90C6; }

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

This div background color is #CD90C6.


Border color

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

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

This div border color is #CD90C6.


Opacity

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

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

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

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

This text has shadow with #CD90C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD90C6 on black background.


Color preview on white background

This text has color #CD90C6 on white background.



Black color preview on #CD90C6 background

This text has black color on #CD90C6 background.


White color preview on #CD90C6 background

This text has white color on #CD90C6 background.