COLOR #CB68B9

HEX: #CB68B9
RGB: (203,104,185)

Color info

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

RGB color model

#CB68B9 color RGB value is (203,104,185).

  • red value is 203;
  • green value is 104;
  • blue value is 185.
RGB:
(203,104,185)
(80%,41%,73%)

RGB channels and saturation

R 203 of 255 = 80%
G 104 of 255 = 41%
B 185 of 255 = 73%

203
104
185

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

Portions of RGB colors in percentages

R + G + B =
203 + 104 + 185 = 492 (100%)
R 203 of 492 ~ 41.26%
G 104 of 492 ~ 21.14%
B 185 of 492 ~ 37.6%

%41.26
%21.14
%37.6

CMYK color model

#CB68B9 color CMYK value is (0,49,9,20).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(0,49,9,20)
C0M49Y9K20 
(0%,49%,9%,20%)
(0.00/0.49/0.09/0.20)	

CMYK percentages

%0
%48.77
%8.87
%20.39

Codes

Color #CB68B9 in popluar color models

CB68B9
RGB203104185
HSL311°48.77%60.20%
HSB/HSV311°48.77%79.61%
CMYK0.00%48.77%8.87%
20.39%

Color #CB68B9 in popluar number systems.

HEXCB68B9
Decimal203104185
Binary11001011110100010111001
Octal313150271

Shades and tints

Shades of #CB68B9

#CB68B9
(203,104,185)
#B95FA9
(185,95,169)
#A75699
(167,86,153)
#954D89
(149,77,137)
#834479
(131,68,121)
#713B69
(113,59,105)
#5F3259
(95,50,89)
#4D2949
(77,41,73)
#3B2039
(59,32,57)
#291729
(41,23,41)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #CB68B9

#CB68B9
(203,104,185)
#CF75BF
(207,117,191)
#D382C5
(211,130,197)
#D78FCB
(215,143,203)
#DB9CD1
(219,156,209)
#DFA9D7
(223,169,215)
#E3B6DD
(227,182,221)
#E7C3E3
(231,195,227)
#EBD0E9
(235,208,233)
#EFDDEF
(239,221,239)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB68B9 color. Also use rgb(203,104,185) instead hex code.

Text Font Color

.myTextColor { color: #CB68B9; }

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

This text font color is #CB68B9.


Background Color

.myBgColor { background-color: #CB68B9; }

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

This div background color is #CB68B9.


Border color

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

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

This div border color is #CB68B9.


Opacity

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

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

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

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

This text has shadow with #CB68B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB68B9 on black background.


Color preview on white background

This text has color #CB68B9 on white background.



Black color preview on #CB68B9 background

This text has black color on #CB68B9 background.


White color preview on #CB68B9 background

This text has white color on #CB68B9 background.