COLOR #CB5690

HEX: #CB5690
RGB: (203,86,144)

Color info

#CB5690 contains mainly red and blue colors. Web safe color of #CB5690 is #CC6699 (or #C69).

RGB color model

#CB5690 color RGB value is (203,86,144).

  • red value is 203;
  • green value is 86;
  • blue value is 144.
RGB:
(203,86,144)
(80%,34%,56%)

RGB channels and saturation

R 203 of 255 = 80%
G 86 of 255 = 34%
B 144 of 255 = 56%

203
86
144

R + G + B ~ 57%. #CB5690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
203 + 86 + 144 = 433 (100%)
R 203 of 433 ~ 46.88%
G 86 of 433 ~ 19.86%
B 144 of 433 ~ 33.26%

%46.88
%19.86
%33.26

CMYK color model

#CB5690 color CMYK value is (0,58,29,20).

  • cyan value is 0.00%
  • magenta value is 57.64%
  • yellow value is 29.06%
  • key color value is 20.39%
CMYK:
(0,58,29,20)
C0M58Y29K20 
(0%,58%,29%,20%)
(0.00/0.58/0.29/0.20)	

CMYK percentages

%0
%57.64
%29.06
%20.39

Codes

Color #CB5690 in popluar color models

CB5690
RGB20386144
HSL330°52.94%56.67%
HSB/HSV330°57.64%79.61%
CMYK0.00%57.64%29.06%
20.39%

Color #CB5690 in popluar number systems.

HEXCB5690
Decimal20386144
Binary11001011101011010010000
Octal313126220

Shades and tints

Shades of #CB5690

#CB5690
(203,86,144)
#B94F83
(185,79,131)
#A74876
(167,72,118)
#954169
(149,65,105)
#833A5C
(131,58,92)
#71334F
(113,51,79)
#5F2C42
(95,44,66)
#4D2535
(77,37,53)
#3B1E28
(59,30,40)
#29171B
(41,23,27)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #CB5690

#CB5690
(203,86,144)
#CF659A
(207,101,154)
#D374A4
(211,116,164)
#D783AE
(215,131,174)
#DB92B8
(219,146,184)
#DFA1C2
(223,161,194)
#E3B0CC
(227,176,204)
#E7BFD6
(231,191,214)
#EBCEE0
(235,206,224)
#EFDDEA
(239,221,234)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5690 color. Also use rgb(203,86,144) instead hex code.

Text Font Color

.myTextColor { color: #CB5690; }

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

This text font color is #CB5690.


Background Color

.myBgColor { background-color: #CB5690; }

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

This div background color is #CB5690.


Border color

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

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

This div border color is #CB5690.


Opacity

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

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

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

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

This text has shadow with #CB5690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5690 on black background.


Color preview on white background

This text has color #CB5690 on white background.



Black color preview on #CB5690 background

This text has black color on #CB5690 background.


White color preview on #CB5690 background

This text has white color on #CB5690 background.