COLOR #A883BC

HEX: #A883BC
RGB: (168,131,188)

Color info

#A883BC contains red, green and blue colors in about the same proportion. Web safe color of #A883BC is #9999CC (or #99C).

RGB color model

#A883BC color RGB value is (168,131,188).

  • red value is 168;
  • green value is 131;
  • blue value is 188.
RGB:
(168,131,188)
(66%,51%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 188 of 255 = 74%

168
131
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 188 = 487 (100%)
R 168 of 487 ~ 34.5%
G 131 of 487 ~ 26.9%
B 188 of 487 ~ 38.6%

%34.5
%26.9
%38.6

CMYK color model

#A883BC color CMYK value is (11,30,0,26).

  • cyan value is 10.64%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,30,0,26)
C11M30Y0K26 
(11%,30%,0%,26%)
(0.11/0.30/0.00/0.26)	

CMYK percentages

%10.64
%30.32
%0
%26.27

Codes

Color #A883BC in popluar color models

A883BC
RGB168131188
HSL279°29.84%62.55%
HSB/HSV279°30.32%73.73%
CMYK10.64%30.32%0.00%
26.27%

Color #A883BC in popluar number systems.

HEXA883BC
Decimal168131188
Binary101010001000001110111100
Octal250203274

Shades and tints

Shades of #A883BC

#A883BC
(168,131,188)
#9978AB
(153,120,171)
#8A6D9A
(138,109,154)
#7B6289
(123,98,137)
#6C5778
(108,87,120)
#5D4C67
(93,76,103)
#4E4156
(78,65,86)
#3F3645
(63,54,69)
#302B34
(48,43,52)
#212023
(33,32,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A883BC

#A883BC
(168,131,188)
#AF8EC2
(175,142,194)
#B699C8
(182,153,200)
#BDA4CE
(189,164,206)
#C4AFD4
(196,175,212)
#CBBADA
(203,186,218)
#D2C5E0
(210,197,224)
#D9D0E6
(217,208,230)
#E0DBEC
(224,219,236)
#E7E6F2
(231,230,242)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A883BC color. Also use rgb(168,131,188) instead hex code.

Text Font Color

.myTextColor { color: #A883BC; }

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

This text font color is #A883BC.


Background Color

.myBgColor { background-color: #A883BC; }

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

This div background color is #A883BC.


Border color

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

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

This div border color is #A883BC.


Opacity

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

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

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

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

This text has shadow with #A883BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A883BC on black background.


Color preview on white background

This text has color #A883BC on white background.



Black color preview on #A883BC background

This text has black color on #A883BC background.


White color preview on #A883BC background

This text has white color on #A883BC background.