COLOR #CB7DB6

HEX: #CB7DB6
RGB: (203,125,182)

Color info

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

RGB color model

#CB7DB6 color RGB value is (203,125,182).

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

RGB channels and saturation

R 203 of 255 = 80%
G 125 of 255 = 49%
B 182 of 255 = 71%

203
125
182

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

Portions of RGB colors in percentages

R + G + B =
203 + 125 + 182 = 510 (100%)
R 203 of 510 ~ 39.8%
G 125 of 510 ~ 24.51%
B 182 of 510 ~ 35.69%

%39.8
%24.51
%35.69

CMYK color model

#CB7DB6 color CMYK value is (0,38,10,20).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 10.34%
  • key color value is 20.39%
CMYK:
(0,38,10,20)
C0M38Y10K20 
(0%,38%,10%,20%)
(0.00/0.38/0.10/0.20)	

CMYK percentages

%0
%38.42
%10.34
%20.39

Codes

Color #CB7DB6 in popluar color models

CB7DB6
RGB203125182
HSL316°42.86%64.31%
HSB/HSV316°38.42%79.61%
CMYK0.00%38.42%10.34%
20.39%

Color #CB7DB6 in popluar number systems.

HEXCB7DB6
Decimal203125182
Binary11001011111110110110110
Octal313175266

Shades and tints

Shades of #CB7DB6

#CB7DB6
(203,125,182)
#B972A6
(185,114,166)
#A76796
(167,103,150)
#955C86
(149,92,134)
#835176
(131,81,118)
#714666
(113,70,102)
#5F3B56
(95,59,86)
#4D3046
(77,48,70)
#3B2536
(59,37,54)
#291A26
(41,26,38)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #CB7DB6

#CB7DB6
(203,125,182)
#CF88BC
(207,136,188)
#D393C2
(211,147,194)
#D79EC8
(215,158,200)
#DBA9CE
(219,169,206)
#DFB4D4
(223,180,212)
#E3BFDA
(227,191,218)
#E7CAE0
(231,202,224)
#EBD5E6
(235,213,230)
#EFE0EC
(239,224,236)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB7DB6; }

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

This text font color is #CB7DB6.


Background Color

.myBgColor { background-color: #CB7DB6; }

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

This div background color is #CB7DB6.


Border color

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

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

This div border color is #CB7DB6.


Opacity

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

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

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

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

This text has shadow with #CB7DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7DB6 on black background.


Color preview on white background

This text has color #CB7DB6 on white background.



Black color preview on #CB7DB6 background

This text has black color on #CB7DB6 background.


White color preview on #CB7DB6 background

This text has white color on #CB7DB6 background.