COLOR #A883B9

HEX: #A883B9 RGB: (168,131,185)

Color info

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

RGB color model

#A883B9 color RGB value is (168,131,185).

RGB: (168,131,185) (66%, 51%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 185 of 255 = 73%

168
131
185

R + G + B ~ 63%. #A883B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 131 + 185 = 484 (100%)
R 168 of 484 ~ 34.71%
G 131 of 484 ~ 27.07%
B 185 of 484 ~ 38.22'%

%34.71
%27.07
%38.22

CMYK color model

#A883B9 color CMYK value is (9,29,0,27).

  • cyan value is 9.19%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (9,29,0,27)
C9M29Y0K27 (9%, 29%, 0%, 27%)
(0.09 / 0.29 / 0.00 / 0.27)

CMYK percentages

%9.19
%29.19
%0
%27.45

Codes

Color #A883B9 in popluar color models

A8 83 B9
RGB 168 131 185
HSL 281° 27.84% 61.96%
HSB/HSV 281° 29.19% 72.55%
CMYK 9.19% 29.19% 0.00%
27.45%

Color #A883B9 in popluar number systems.

HEX A8 83 B9
Decimal 168 131 185
Binary 10101000 10000011 10111001
Octal 250 203 271

Shades and tints

Shades of #A883B9

#A883B9
(168,131,185)
#9978A9
(153,120,169)
#8A6D99
(138,109,153)
#7B6289
(123,98,137)
#6C5779
(108,87,121)
#5D4C69
(93,76,105)
#4E4159
(78,65,89)
#3F3649
(63,54,73)
#302B39
(48,43,57)
#212029
(33,32,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A883B9

#A883B9
(168,131,185)
#AF8EBF
(175,142,191)
#B699C5
(182,153,197)
#BDA4CB
(189,164,203)
#C4AFD1
(196,175,209)
#CBBAD7
(203,186,215)
#D2C5DD
(210,197,221)
#D9D0E3
(217,208,227)
#E0DBE9
(224,219,233)
#E7E6EF
(231,230,239)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A883B9; }

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

This text font color is #A883B9.

Background Color

.myBgColor { background-color: #A883B9; }

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

This div background color is #A883B9.

Border color

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

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

This div border color is #A883B9.

Opacity

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

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

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

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

This text has shadow with #A883B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A883B9.

Preview

Color preview on black background

This text has color #A883B9 on black background.


Color preview on white background

This text has color #A883B9 on white background.


Black color preview on #A883B9 background

This text has black color on #A883B9 background.


White color preview on #A883B9 background

This text has white color on #A883B9 background.


Related colors

Complementary color

Complementary color for #hex is #577C46.


I love getcolorcode.com

Triadic colors

1 #B9A883 and #83B9A8 with #A883B9 are triadic colors.

2 #B983A8 and #83A8B9 with #A883B9 are triadic colors.