COLOR #A880BE

HEX: #A880BE
RGB: (168,128,190)

Color info

#A880BE contains mainly red and blue colors. Web safe color of #A880BE is #9966CC (or #96C).

RGB color model

#A880BE color RGB value is (168,128,190).

  • red value is 168;
  • green value is 128;
  • blue value is 190.
RGB:
(168,128,190)
(66%,50%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 190 of 255 = 75%

168
128
190

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

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 190 = 486 (100%)
R 168 of 486 ~ 34.57%
G 128 of 486 ~ 26.34%
B 190 of 486 ~ 39.09%

%34.57
%26.34
%39.09

CMYK color model

#A880BE color CMYK value is (12,33,0,25).

  • cyan value is 11.58%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,33,0,25)
C12M33Y0K25 
(12%,33%,0%,25%)
(0.12/0.33/0.00/0.25)	

CMYK percentages

%11.58
%32.63
%0
%25.49

Codes

Color #A880BE in popluar color models

A880BE
RGB168128190
HSL279°32.29%62.35%
HSB/HSV279°32.63%74.51%
CMYK11.58%32.63%0.00%
25.49%

Color #A880BE in popluar number systems.

HEXA880BE
Decimal168128190
Binary101010001000000010111110
Octal250200276

Shades and tints

Shades of #A880BE

#A880BE
(168,128,190)
#9975AD
(153,117,173)
#8A6A9C
(138,106,156)
#7B5F8B
(123,95,139)
#6C547A
(108,84,122)
#5D4969
(93,73,105)
#4E3E58
(78,62,88)
#3F3347
(63,51,71)
#302836
(48,40,54)
#211D25
(33,29,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A880BE

#A880BE
(168,128,190)
#AF8BC3
(175,139,195)
#B696C8
(182,150,200)
#BDA1CD
(189,161,205)
#C4ACD2
(196,172,210)
#CBB7D7
(203,183,215)
#D2C2DC
(210,194,220)
#D9CDE1
(217,205,225)
#E0D8E6
(224,216,230)
#E7E3EB
(231,227,235)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A880BE color. Also use rgb(168,128,190) instead hex code.

Text Font Color

.myTextColor { color: #A880BE; }

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

This text font color is #A880BE.


Background Color

.myBgColor { background-color: #A880BE; }

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

This div background color is #A880BE.


Border color

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

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

This div border color is #A880BE.


Opacity

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

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

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

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

This text has shadow with #A880BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A880BE on black background.


Color preview on white background

This text has color #A880BE on white background.



Black color preview on #A880BE background

This text has black color on #A880BE background.


White color preview on #A880BE background

This text has white color on #A880BE background.