COLOR #CB7DB9

HEX: #CB7DB9
RGB: (203,125,185)

Color info

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

RGB color model

#CB7DB9 color RGB value is (203,125,185).

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

RGB channels and saturation

R 203 of 255 = 80%
G 125 of 255 = 49%
B 185 of 255 = 73%

203
125
185

R + G + B ~ 67%. #CB7DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 125 + 185 = 513 (100%)
R 203 of 513 ~ 39.57%
G 125 of 513 ~ 24.37%
B 185 of 513 ~ 36.06%

%39.57
%24.37
%36.06

CMYK color model

#CB7DB9 color CMYK value is (0,38,9,20).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(0,38,9,20)
C0M38Y9K20 
(0%,38%,9%,20%)
(0.00/0.38/0.09/0.20)	

CMYK percentages

%0
%38.42
%8.87
%20.39

Codes

Color #CB7DB9 in popluar color models

CB7DB9
RGB203125185
HSL314°42.86%64.31%
HSB/HSV314°38.42%79.61%
CMYK0.00%38.42%8.87%
20.39%

Color #CB7DB9 in popluar number systems.

HEXCB7DB9
Decimal203125185
Binary11001011111110110111001
Octal313175271

Shades and tints

Shades of #CB7DB9

#CB7DB9
(203,125,185)
#B972A9
(185,114,169)
#A76799
(167,103,153)
#955C89
(149,92,137)
#835179
(131,81,121)
#714669
(113,70,105)
#5F3B59
(95,59,89)
#4D3049
(77,48,73)
#3B2539
(59,37,57)
#291A29
(41,26,41)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #CB7DB9

#CB7DB9
(203,125,185)
#CF88BF
(207,136,191)
#D393C5
(211,147,197)
#D79ECB
(215,158,203)
#DBA9D1
(219,169,209)
#DFB4D7
(223,180,215)
#E3BFDD
(227,191,221)
#E7CAE3
(231,202,227)
#EBD5E9
(235,213,233)
#EFE0EF
(239,224,239)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB7DB9; }

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

This text font color is #CB7DB9.


Background Color

.myBgColor { background-color: #CB7DB9; }

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

This div background color is #CB7DB9.


Border color

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

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

This div border color is #CB7DB9.


Opacity

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

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

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

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

This text has shadow with #CB7DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7DB9 on black background.


Color preview on white background

This text has color #CB7DB9 on white background.



Black color preview on #CB7DB9 background

This text has black color on #CB7DB9 background.


White color preview on #CB7DB9 background

This text has white color on #CB7DB9 background.