COLOR #CD93B5

HEX: #CD93B5
RGB: (205,147,181)

Color info

#CD93B5 contains red, green and blue colors in about the same proportion. Web safe color of #CD93B5 is #CC99CC (or #C9C).

RGB color model

#CD93B5 color RGB value is (205,147,181).

  • red value is 205;
  • green value is 147;
  • blue value is 181.
RGB:
(205,147,181)
(80%,58%,71%)

RGB channels and saturation

R 205 of 255 = 80%
G 147 of 255 = 58%
B 181 of 255 = 71%

205
147
181

R + G + B ~ 70%. #CD93B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 147 + 181 = 533 (100%)
R 205 of 533 ~ 38.46%
G 147 of 533 ~ 27.58%
B 181 of 533 ~ 33.96%

%38.46
%27.58
%33.96

CMYK color model

#CD93B5 color CMYK value is (0,28,12,20).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 11.71%
  • key color value is 19.61%
CMYK:
(0,28,12,20)
C0M28Y12K20 
(0%,28%,12%,20%)
(0.00/0.28/0.12/0.20)	

CMYK percentages

%0
%28.29
%11.71
%19.61

Codes

Color #CD93B5 in popluar color models

CD93B5
RGB205147181
HSL325°36.71%69.02%
HSB/HSV325°28.29%80.39%
CMYK0.00%28.29%11.71%
19.61%

Color #CD93B5 in popluar number systems.

HEXCD93B5
Decimal205147181
Binary110011011001001110110101
Octal315223265

Shades and tints

Shades of #CD93B5

#CD93B5
(205,147,181)
#BB86A5
(187,134,165)
#A97995
(169,121,149)
#976C85
(151,108,133)
#855F75
(133,95,117)
#735265
(115,82,101)
#614555
(97,69,85)
#4F3845
(79,56,69)
#3D2B35
(61,43,53)
#2B1E25
(43,30,37)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #CD93B5

#CD93B5
(205,147,181)
#D19CBB
(209,156,187)
#D5A5C1
(213,165,193)
#D9AEC7
(217,174,199)
#DDB7CD
(221,183,205)
#E1C0D3
(225,192,211)
#E5C9D9
(229,201,217)
#E9D2DF
(233,210,223)
#EDDBE5
(237,219,229)
#F1E4EB
(241,228,235)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD93B5 color. Also use rgb(205,147,181) instead hex code.

Text Font Color

.myTextColor { color: #CD93B5; }

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

This text font color is #CD93B5.


Background Color

.myBgColor { background-color: #CD93B5; }

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

This div background color is #CD93B5.


Border color

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

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

This div border color is #CD93B5.


Opacity

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

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

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

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

This text has shadow with #CD93B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD93B5 on black background.


Color preview on white background

This text has color #CD93B5 on white background.



Black color preview on #CD93B5 background

This text has black color on #CD93B5 background.


White color preview on #CD93B5 background

This text has white color on #CD93B5 background.