COLOR #CB88BD

HEX: #CB88BD
RGB: (203,136,189)

Color info

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

RGB color model

#CB88BD color RGB value is (203,136,189).

  • red value is 203;
  • green value is 136;
  • blue value is 189.
RGB:
(203,136,189)
(80%,53%,74%)

RGB channels and saturation

R 203 of 255 = 80%
G 136 of 255 = 53%
B 189 of 255 = 74%

203
136
189

R + G + B ~ 69%. #CB88BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 136 + 189 = 528 (100%)
R 203 of 528 ~ 38.45%
G 136 of 528 ~ 25.76%
B 189 of 528 ~ 35.8%

%38.45
%25.76
%35.8

CMYK color model

#CB88BD color CMYK value is (0,33,7,20).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(0,33,7,20)
C0M33Y7K20 
(0%,33%,7%,20%)
(0.00/0.33/0.07/0.20)	

CMYK percentages

%0
%33
%6.9
%20.39

Codes

Color #CB88BD in popluar color models

CB88BD
RGB203136189
HSL313°39.18%66.47%
HSB/HSV313°33.00%79.61%
CMYK0.00%33.00%6.90%
20.39%

Color #CB88BD in popluar number systems.

HEXCB88BD
Decimal203136189
Binary110010111000100010111101
Octal313210275

Shades and tints

Shades of #CB88BD

#CB88BD
(203,136,189)
#B97CAC
(185,124,172)
#A7709B
(167,112,155)
#95648A
(149,100,138)
#835879
(131,88,121)
#714C68
(113,76,104)
#5F4057
(95,64,87)
#4D3446
(77,52,70)
#3B2835
(59,40,53)
#291C24
(41,28,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #CB88BD

#CB88BD
(203,136,189)
#CF92C3
(207,146,195)
#D39CC9
(211,156,201)
#D7A6CF
(215,166,207)
#DBB0D5
(219,176,213)
#DFBADB
(223,186,219)
#E3C4E1
(227,196,225)
#E7CEE7
(231,206,231)
#EBD8ED
(235,216,237)
#EFE2F3
(239,226,243)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB88BD color. Also use rgb(203,136,189) instead hex code.

Text Font Color

.myTextColor { color: #CB88BD; }

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

This text font color is #CB88BD.


Background Color

.myBgColor { background-color: #CB88BD; }

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

This div background color is #CB88BD.


Border color

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

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

This div border color is #CB88BD.


Opacity

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

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

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

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

This text has shadow with #CB88BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB88BD on black background.


Color preview on white background

This text has color #CB88BD on white background.



Black color preview on #CB88BD background

This text has black color on #CB88BD background.


White color preview on #CB88BD background

This text has white color on #CB88BD background.