COLOR #CB6DB8

HEX: #CB6DB8
RGB: (203,109,184)

Color info

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

RGB color model

#CB6DB8 color RGB value is (203,109,184).

  • red value is 203;
  • green value is 109;
  • blue value is 184.
RGB:
(203,109,184)
(80%,43%,72%)

RGB channels and saturation

R 203 of 255 = 80%
G 109 of 255 = 43%
B 184 of 255 = 72%

203
109
184

R + G + B ~ 65%. #CB6DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 109 + 184 = 496 (100%)
R 203 of 496 ~ 40.93%
G 109 of 496 ~ 21.98%
B 184 of 496 ~ 37.1%

%40.93
%21.98
%37.1

CMYK color model

#CB6DB8 color CMYK value is (0,46,9,20).

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 9.36%
  • key color value is 20.39%
CMYK:
(0,46,9,20)
C0M46Y9K20 
(0%,46%,9%,20%)
(0.00/0.46/0.09/0.20)	

CMYK percentages

%0
%46.31
%9.36
%20.39

Codes

Color #CB6DB8 in popluar color models

CB6DB8
RGB203109184
HSL312°47.47%61.18%
HSB/HSV312°46.31%79.61%
CMYK0.00%46.31%9.36%
20.39%

Color #CB6DB8 in popluar number systems.

HEXCB6DB8
Decimal203109184
Binary11001011110110110111000
Octal313155270

Shades and tints

Shades of #CB6DB8

#CB6DB8
(203,109,184)
#B964A8
(185,100,168)
#A75B98
(167,91,152)
#955288
(149,82,136)
#834978
(131,73,120)
#714068
(113,64,104)
#5F3758
(95,55,88)
#4D2E48
(77,46,72)
#3B2538
(59,37,56)
#291C28
(41,28,40)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #CB6DB8

#CB6DB8
(203,109,184)
#CF7ABE
(207,122,190)
#D387C4
(211,135,196)
#D794CA
(215,148,202)
#DBA1D0
(219,161,208)
#DFAED6
(223,174,214)
#E3BBDC
(227,187,220)
#E7C8E2
(231,200,226)
#EBD5E8
(235,213,232)
#EFE2EE
(239,226,238)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6DB8 color. Also use rgb(203,109,184) instead hex code.

Text Font Color

.myTextColor { color: #CB6DB8; }

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

This text font color is #CB6DB8.


Background Color

.myBgColor { background-color: #CB6DB8; }

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

This div background color is #CB6DB8.


Border color

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

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

This div border color is #CB6DB8.


Opacity

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

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

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

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

This text has shadow with #CB6DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6DB8 on black background.


Color preview on white background

This text has color #CB6DB8 on white background.



Black color preview on #CB6DB8 background

This text has black color on #CB6DB8 background.


White color preview on #CB6DB8 background

This text has white color on #CB6DB8 background.