COLOR #CA82BB

HEX: #CA82BB
RGB: (202,130,187)

Color info

#CA82BB contains mainly red and blue colors. Web safe color of #CA82BB is #CC99CC (or #C9C).

RGB color model

#CA82BB color RGB value is (202,130,187).

  • red value is 202;
  • green value is 130;
  • blue value is 187.
RGB:
(202,130,187)
(79%,51%,73%)

RGB channels and saturation

R 202 of 255 = 79%
G 130 of 255 = 51%
B 187 of 255 = 73%

202
130
187

R + G + B ~ 68%. #CA82BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 130 + 187 = 519 (100%)
R 202 of 519 ~ 38.92%
G 130 of 519 ~ 25.05%
B 187 of 519 ~ 36.03%

%38.92
%25.05
%36.03

CMYK color model

#CA82BB color CMYK value is (0,36,7,21).

  • cyan value is 0.00%
  • magenta value is 35.64%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK:
(0,36,7,21)
C0M36Y7K21 
(0%,36%,7%,21%)
(0.00/0.36/0.07/0.21)	

CMYK percentages

%0
%35.64
%7.43
%20.78

Codes

Color #CA82BB in popluar color models

CA82BB
RGB202130187
HSL313°40.45%65.10%
HSB/HSV313°35.64%79.22%
CMYK0.00%35.64%7.43%
20.78%

Color #CA82BB in popluar number systems.

HEXCA82BB
Decimal202130187
Binary110010101000001010111011
Octal312202273

Shades and tints

Shades of #CA82BB

#CA82BB
(202,130,187)
#B877AA
(184,119,170)
#A66C99
(166,108,153)
#946188
(148,97,136)
#825677
(130,86,119)
#704B66
(112,75,102)
#5E4055
(94,64,85)
#4C3544
(76,53,68)
#3A2A33
(58,42,51)
#281F22
(40,31,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #CA82BB

#CA82BB
(202,130,187)
#CE8DC1
(206,141,193)
#D298C7
(210,152,199)
#D6A3CD
(214,163,205)
#DAAED3
(218,174,211)
#DEB9D9
(222,185,217)
#E2C4DF
(226,196,223)
#E6CFE5
(230,207,229)
#EADAEB
(234,218,235)
#EEE5F1
(238,229,241)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA82BB color. Also use rgb(202,130,187) instead hex code.

Text Font Color

.myTextColor { color: #CA82BB; }

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

This text font color is #CA82BB.


Background Color

.myBgColor { background-color: #CA82BB; }

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

This div background color is #CA82BB.


Border color

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

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

This div border color is #CA82BB.


Opacity

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

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

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

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

This text has shadow with #CA82BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA82BB on black background.


Color preview on white background

This text has color #CA82BB on white background.



Black color preview on #CA82BB background

This text has black color on #CA82BB background.


White color preview on #CA82BB background

This text has white color on #CA82BB background.