COLOR #A399BD

HEX: #A399BD
RGB: (163,153,189)

Color info

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

RGB color model

#A399BD color RGB value is (163,153,189).

  • red value is 163;
  • green value is 153;
  • blue value is 189.
RGB:
(163,153,189)
(64%,60%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 189 of 255 = 74%

163
153
189

R + G + B ~ 66%. #A399BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 189 = 505 (100%)
R 163 of 505 ~ 32.28%
G 153 of 505 ~ 30.3%
B 189 of 505 ~ 37.43%

%32.28
%30.3
%37.43

CMYK color model

#A399BD color CMYK value is (14,19,0,26).

  • cyan value is 13.76%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,19,0,26)
C14M19Y0K26 
(14%,19%,0%,26%)
(0.14/0.19/0.00/0.26)	

CMYK percentages

%13.76
%19.05
%0
%25.88

Codes

Color #A399BD in popluar color models

A399BD
RGB163153189
HSL257°21.43%67.06%
HSB/HSV257°19.05%74.12%
CMYK13.76%19.05%0.00%
25.88%

Color #A399BD in popluar number systems.

HEXA399BD
Decimal163153189
Binary101000111001100110111101
Octal243231275

Shades and tints

Shades of #A399BD

#A399BD
(163,153,189)
#958CAC
(149,140,172)
#877F9B
(135,127,155)
#79728A
(121,114,138)
#6B6579
(107,101,121)
#5D5868
(93,88,104)
#4F4B57
(79,75,87)
#413E46
(65,62,70)
#333135
(51,49,53)
#252424
(37,36,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A399BD

#A399BD
(163,153,189)
#ABA2C3
(171,162,195)
#B3ABC9
(179,171,201)
#BBB4CF
(187,180,207)
#C3BDD5
(195,189,213)
#CBC6DB
(203,198,219)
#D3CFE1
(211,207,225)
#DBD8E7
(219,216,231)
#E3E1ED
(227,225,237)
#EBEAF3
(235,234,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A399BD color. Also use rgb(163,153,189) instead hex code.

Text Font Color

.myTextColor { color: #A399BD; }

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

This text font color is #A399BD.


Background Color

.myBgColor { background-color: #A399BD; }

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

This div background color is #A399BD.


Border color

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

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

This div border color is #A399BD.


Opacity

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

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

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

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

This text has shadow with #A399BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A399BD on black background.


Color preview on white background

This text has color #A399BD on white background.



Black color preview on #A399BD background

This text has black color on #A399BD background.


White color preview on #A399BD background

This text has white color on #A399BD background.