COLOR #CB80D9

HEX: #CB80D9
RGB: (203,128,217)

Color info

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

RGB color model

#CB80D9 color RGB value is (203,128,217).

  • red value is 203;
  • green value is 128;
  • blue value is 217.
RGB:
(203,128,217)
(80%,50%,85%)

RGB channels and saturation

R 203 of 255 = 80%
G 128 of 255 = 50%
B 217 of 255 = 85%

203
128
217

R + G + B ~ 72%. #CB80D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 128 + 217 = 548 (100%)
R 203 of 548 ~ 37.04%
G 128 of 548 ~ 23.36%
B 217 of 548 ~ 39.6%

%37.04
%23.36
%39.6

CMYK color model

#CB80D9 color CMYK value is (6,41,0,15).

  • cyan value is 6.45%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,41,0,15)
C6M41Y0K15 
(6%,41%,0%,15%)
(0.06/0.41/0.00/0.15)	

CMYK percentages

%6.45
%41.01
%0
%14.9

Codes

Color #CB80D9 in popluar color models

CB80D9
RGB203128217
HSL291°53.94%67.65%
HSB/HSV291°41.01%85.10%
CMYK6.45%41.01%0.00%
14.90%

Color #CB80D9 in popluar number systems.

HEXCB80D9
Decimal203128217
Binary110010111000000011011001
Octal313200331

Shades and tints

Shades of #CB80D9

#CB80D9
(203,128,217)
#B975C6
(185,117,198)
#A76AB3
(167,106,179)
#955FA0
(149,95,160)
#83548D
(131,84,141)
#71497A
(113,73,122)
#5F3E67
(95,62,103)
#4D3354
(77,51,84)
#3B2841
(59,40,65)
#291D2E
(41,29,46)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #CB80D9

#CB80D9
(203,128,217)
#CF8BDC
(207,139,220)
#D396DF
(211,150,223)
#D7A1E2
(215,161,226)
#DBACE5
(219,172,229)
#DFB7E8
(223,183,232)
#E3C2EB
(227,194,235)
#E7CDEE
(231,205,238)
#EBD8F1
(235,216,241)
#EFE3F4
(239,227,244)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB80D9 color. Also use rgb(203,128,217) instead hex code.

Text Font Color

.myTextColor { color: #CB80D9; }

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

This text font color is #CB80D9.


Background Color

.myBgColor { background-color: #CB80D9; }

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

This div background color is #CB80D9.


Border color

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

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

This div border color is #CB80D9.


Opacity

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

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

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

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

This text has shadow with #CB80D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB80D9 on black background.


Color preview on white background

This text has color #CB80D9 on white background.



Black color preview on #CB80D9 background

This text has black color on #CB80D9 background.


White color preview on #CB80D9 background

This text has white color on #CB80D9 background.