COLOR #CB71AA

HEX: #CB71AA
RGB: (203,113,170)

Color info

#CB71AA contains mainly red and blue colors. Web safe color of #CB71AA is #CC6699 (or #C69).

RGB color model

#CB71AA color RGB value is (203,113,170).

  • red value is 203;
  • green value is 113;
  • blue value is 170.
RGB:
(203,113,170)
(80%,44%,67%)

RGB channels and saturation

R 203 of 255 = 80%
G 113 of 255 = 44%
B 170 of 255 = 67%

203
113
170

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

Portions of RGB colors in percentages

R + G + B =
203 + 113 + 170 = 486 (100%)
R 203 of 486 ~ 41.77%
G 113 of 486 ~ 23.25%
B 170 of 486 ~ 34.98%

%41.77
%23.25
%34.98

CMYK color model

#CB71AA color CMYK value is (0,44,16,20).

  • cyan value is 0.00%
  • magenta value is 44.33%
  • yellow value is 16.26%
  • key color value is 20.39%
CMYK:
(0,44,16,20)
C0M44Y16K20 
(0%,44%,16%,20%)
(0.00/0.44/0.16/0.20)	

CMYK percentages

%0
%44.33
%16.26
%20.39

Codes

Color #CB71AA in popluar color models

CB71AA
RGB203113170
HSL322°46.39%61.96%
HSB/HSV322°44.33%79.61%
CMYK0.00%44.33%16.26%
20.39%

Color #CB71AA in popluar number systems.

HEXCB71AA
Decimal203113170
Binary11001011111000110101010
Octal313161252

Shades and tints

Shades of #CB71AA

#CB71AA
(203,113,170)
#B9679B
(185,103,155)
#A75D8C
(167,93,140)
#95537D
(149,83,125)
#83496E
(131,73,110)
#713F5F
(113,63,95)
#5F3550
(95,53,80)
#4D2B41
(77,43,65)
#3B2132
(59,33,50)
#291723
(41,23,35)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #CB71AA

#CB71AA
(203,113,170)
#CF7DB1
(207,125,177)
#D389B8
(211,137,184)
#D795BF
(215,149,191)
#DBA1C6
(219,161,198)
#DFADCD
(223,173,205)
#E3B9D4
(227,185,212)
#E7C5DB
(231,197,219)
#EBD1E2
(235,209,226)
#EFDDE9
(239,221,233)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB71AA color. Also use rgb(203,113,170) instead hex code.

Text Font Color

.myTextColor { color: #CB71AA; }

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

This text font color is #CB71AA.


Background Color

.myBgColor { background-color: #CB71AA; }

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

This div background color is #CB71AA.


Border color

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

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

This div border color is #CB71AA.


Opacity

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

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

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

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

This text has shadow with #CB71AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB71AA on black background.


Color preview on white background

This text has color #CB71AA on white background.



Black color preview on #CB71AA background

This text has black color on #CB71AA background.


White color preview on #CB71AA background

This text has white color on #CB71AA background.