COLOR #CB5DBA

HEX: #CB5DBA
RGB: (203,93,186)

Color info

#CB5DBA contains mainly red and blue colors. Web safe color of #CB5DBA is #CC66CC (or #C6C).

RGB color model

#CB5DBA color RGB value is (203,93,186).

  • red value is 203;
  • green value is 93;
  • blue value is 186.
RGB:
(203,93,186)
(80%,36%,73%)

RGB channels and saturation

R 203 of 255 = 80%
G 93 of 255 = 36%
B 186 of 255 = 73%

203
93
186

R + G + B ~ 63%. #CB5DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 93 + 186 = 482 (100%)
R 203 of 482 ~ 42.12%
G 93 of 482 ~ 19.29%
B 186 of 482 ~ 38.59%

%42.12
%19.29
%38.59

CMYK color model

#CB5DBA color CMYK value is (0,54,8,20).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 8.37%
  • key color value is 20.39%
CMYK:
(0,54,8,20)
C0M54Y8K20 
(0%,54%,8%,20%)
(0.00/0.54/0.08/0.20)	

CMYK percentages

%0
%54.19
%8.37
%20.39

Codes

Color #CB5DBA in popluar color models

CB5DBA
RGB20393186
HSL309°51.40%58.04%
HSB/HSV309°54.19%79.61%
CMYK0.00%54.19%8.37%
20.39%

Color #CB5DBA in popluar number systems.

HEXCB5DBA
Decimal20393186
Binary11001011101110110111010
Octal313135272

Shades and tints

Shades of #CB5DBA

#CB5DBA
(203,93,186)
#B955AA
(185,85,170)
#A74D9A
(167,77,154)
#95458A
(149,69,138)
#833D7A
(131,61,122)
#71356A
(113,53,106)
#5F2D5A
(95,45,90)
#4D254A
(77,37,74)
#3B1D3A
(59,29,58)
#29152A
(41,21,42)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #CB5DBA

#CB5DBA
(203,93,186)
#CF6BC0
(207,107,192)
#D379C6
(211,121,198)
#D787CC
(215,135,204)
#DB95D2
(219,149,210)
#DFA3D8
(223,163,216)
#E3B1DE
(227,177,222)
#E7BFE4
(231,191,228)
#EBCDEA
(235,205,234)
#EFDBF0
(239,219,240)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5DBA color. Also use rgb(203,93,186) instead hex code.

Text Font Color

.myTextColor { color: #CB5DBA; }

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

This text font color is #CB5DBA.


Background Color

.myBgColor { background-color: #CB5DBA; }

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

This div background color is #CB5DBA.


Border color

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

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

This div border color is #CB5DBA.


Opacity

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

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

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

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

This text has shadow with #CB5DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5DBA on black background.


Color preview on white background

This text has color #CB5DBA on white background.



Black color preview on #CB5DBA background

This text has black color on #CB5DBA background.


White color preview on #CB5DBA background

This text has white color on #CB5DBA background.