COLOR #CB8AD4

HEX: #CB8AD4
RGB: (203,138,212)

Color info

#CB8AD4 contains mainly red and blue colors. Web safe color of #CB8AD4 is #CC99CC (or #C9C).

RGB color model

#CB8AD4 color RGB value is (203,138,212).

  • red value is 203;
  • green value is 138;
  • blue value is 212.
RGB:
(203,138,212)
(80%,54%,83%)

RGB channels and saturation

R 203 of 255 = 80%
G 138 of 255 = 54%
B 212 of 255 = 83%

203
138
212

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

Portions of RGB colors in percentages

R + G + B =
203 + 138 + 212 = 553 (100%)
R 203 of 553 ~ 36.71%
G 138 of 553 ~ 24.95%
B 212 of 553 ~ 38.34%

%36.71
%24.95
%38.34

CMYK color model

#CB8AD4 color CMYK value is (4,35,0,17).

  • cyan value is 4.25%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(4,35,0,17)
C4M35Y0K17 
(4%,35%,0%,17%)
(0.04/0.35/0.00/0.17)	

CMYK percentages

%4.25
%34.91
%0
%16.86

Codes

Color #CB8AD4 in popluar color models

CB8AD4
RGB203138212
HSL293°46.25%68.63%
HSB/HSV293°34.91%83.14%
CMYK4.25%34.91%0.00%
16.86%

Color #CB8AD4 in popluar number systems.

HEXCB8AD4
Decimal203138212
Binary110010111000101011010100
Octal313212324

Shades and tints

Shades of #CB8AD4

#CB8AD4
(203,138,212)
#B97EC1
(185,126,193)
#A772AE
(167,114,174)
#95669B
(149,102,155)
#835A88
(131,90,136)
#714E75
(113,78,117)
#5F4262
(95,66,98)
#4D364F
(77,54,79)
#3B2A3C
(59,42,60)
#291E29
(41,30,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #CB8AD4

#CB8AD4
(203,138,212)
#CF94D7
(207,148,215)
#D39EDA
(211,158,218)
#D7A8DD
(215,168,221)
#DBB2E0
(219,178,224)
#DFBCE3
(223,188,227)
#E3C6E6
(227,198,230)
#E7D0E9
(231,208,233)
#EBDAEC
(235,218,236)
#EFE4EF
(239,228,239)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB8AD4 color. Also use rgb(203,138,212) instead hex code.

Text Font Color

.myTextColor { color: #CB8AD4; }

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

This text font color is #CB8AD4.


Background Color

.myBgColor { background-color: #CB8AD4; }

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

This div background color is #CB8AD4.


Border color

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

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

This div border color is #CB8AD4.


Opacity

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

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

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

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

This text has shadow with #CB8AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB8AD4 on black background.


Color preview on white background

This text has color #CB8AD4 on white background.



Black color preview on #CB8AD4 background

This text has black color on #CB8AD4 background.


White color preview on #CB8AD4 background

This text has white color on #CB8AD4 background.