COLOR #CB6AB5

HEX: #CB6AB5 RGB: (203,106,181)

Color info

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

RGB color model

#CB6AB5 color RGB value is (203,106,181).

RGB: (203,106,181) (80%, 42%, 71%)

RGB channels and saturation

R 203 of 255 = 80%
G 106 of 255 = 42%
B 181 of 255 = 71%

203
106
181

R + G + B ~ 64%. #CB6AB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 106 + 181 = 490 (100%)
R 203 of 490 ~ 41.43%
G 106 of 490 ~ 21.63%
B 181 of 490 ~ 36.94'%

%41.43
%21.63
%36.94

CMYK color model

#CB6AB5 color CMYK value is (0,48,11,20).

  • cyan value is 0.00%
  • magenta value is 47.78%
  • yellow value is 10.84%
  • key color value is 20.39%

CMYK: (0,48,11,20)
C0M48Y11K20 (0%, 48%, 11%, 20%)
(0.00 / 0.48 / 0.11 / 0.20)

CMYK percentages

%0
%47.78
%10.84
%20.39

Codes

Color #CB6AB5 in popluar color models

CB 6A B5
RGB 203 106 181
HSL 314° 48.26% 60.59%
HSB/HSV 314° 47.78% 79.61%
CMYK 0.00% 47.78% 10.84%
20.39%

Color #CB6AB5 in popluar number systems.

HEX CB 6A B5
Decimal 203 106 181
Binary 11001011 1101010 10110101
Octal 313 152 265

Shades and tints

Shades of #CB6AB5

#CB6AB5
(203,106,181)
#B961A5
(185,97,165)
#A75895
(167,88,149)
#954F85
(149,79,133)
#834675
(131,70,117)
#713D65
(113,61,101)
#5F3455
(95,52,85)
#4D2B45
(77,43,69)
#3B2235
(59,34,53)
#291925
(41,25,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #CB6AB5

#CB6AB5
(203,106,181)
#CF77BB
(207,119,187)
#D384C1
(211,132,193)
#D791C7
(215,145,199)
#DB9ECD
(219,158,205)
#DFABD3
(223,171,211)
#E3B8D9
(227,184,217)
#E7C5DF
(231,197,223)
#EBD2E5
(235,210,229)
#EFDFEB
(239,223,235)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6AB5 color. Also use rgb(203,106,181) instead hex code.

Text Font Color

.myTextColor { color: #CB6AB5; }

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

This text font color is #CB6AB5.

Background Color

.myBgColor { background-color: #CB6AB5; }

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

This div background color is #CB6AB5.

Border color

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

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

This div border color is #CB6AB5.

Opacity

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

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

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

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

This text has shadow with #CB6AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB6AB5.

Preview

Color preview on black background

This text has color #CB6AB5 on black background.


Color preview on white background

This text has color #CB6AB5 on white background.


Black color preview on #CB6AB5 background

This text has black color on #CB6AB5 background.


White color preview on #CB6AB5 background

This text has white color on #CB6AB5 background.


Related colors

Complementary color

Complementary color for #hex is #34954A.


I love getcolorcode.com

Triadic colors

1 #B5CB6A and #6AB5CB with #CB6AB5 are triadic colors.

2 #B56ACB and #6ACBB5 with #CB6AB5 are triadic colors.