COLOR #A889BE

HEX: #A889BE
RGB: (168,137,190)

Color info

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

RGB color model

#A889BE color RGB value is (168,137,190).

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

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 190 of 255 = 75%

168
137
190

R + G + B ~ 65%. #A889BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 137 + 190 = 495 (100%)
R 168 of 495 ~ 33.94%
G 137 of 495 ~ 27.68%
B 190 of 495 ~ 38.38%

%33.94
%27.68
%38.38

CMYK color model

#A889BE color CMYK value is (12,28,0,25).

  • cyan value is 11.58%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,28,0,25)
C12M28Y0K25 
(12%,28%,0%,25%)
(0.12/0.28/0.00/0.25)	

CMYK percentages

%11.58
%27.89
%0
%25.49

Codes

Color #A889BE in popluar color models

A889BE
RGB168137190
HSL275°28.96%64.12%
HSB/HSV275°27.89%74.51%
CMYK11.58%27.89%0.00%
25.49%

Color #A889BE in popluar number systems.

HEXA889BE
Decimal168137190
Binary101010001000100110111110
Octal250211276

Shades and tints

Shades of #A889BE

#A889BE
(168,137,190)
#997DAD
(153,125,173)
#8A719C
(138,113,156)
#7B658B
(123,101,139)
#6C597A
(108,89,122)
#5D4D69
(93,77,105)
#4E4158
(78,65,88)
#3F3547
(63,53,71)
#302936
(48,41,54)
#211D25
(33,29,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #A889BE

#A889BE
(168,137,190)
#AF93C3
(175,147,195)
#B69DC8
(182,157,200)
#BDA7CD
(189,167,205)
#C4B1D2
(196,177,210)
#CBBBD7
(203,187,215)
#D2C5DC
(210,197,220)
#D9CFE1
(217,207,225)
#E0D9E6
(224,217,230)
#E7E3EB
(231,227,235)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A889BE; }

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

This text font color is #A889BE.


Background Color

.myBgColor { background-color: #A889BE; }

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

This div background color is #A889BE.


Border color

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

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

This div border color is #A889BE.


Opacity

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

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

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

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

This text has shadow with #A889BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A889BE on black background.


Color preview on white background

This text has color #A889BE on white background.



Black color preview on #A889BE background

This text has black color on #A889BE background.


White color preview on #A889BE background

This text has white color on #A889BE background.