COLOR #A099BD

HEX: #A099BD
RGB: (160,153,189)

Color info

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

RGB color model

#A099BD color RGB value is (160,153,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 189 of 255 = 74%

160
153
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 189 = 502 (100%)
R 160 of 502 ~ 31.87%
G 153 of 502 ~ 30.48%
B 189 of 502 ~ 37.65%

%31.87
%30.48
%37.65

CMYK color model

#A099BD color CMYK value is (15,19,0,26).

  • cyan value is 15.34%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,19,0,26)
C15M19Y0K26 
(15%,19%,0%,26%)
(0.15/0.19/0.00/0.26)	

CMYK percentages

%15.34
%19.05
%0
%25.88

Codes

Color #A099BD in popluar color models

A099BD
RGB160153189
HSL252°21.43%67.06%
HSB/HSV252°19.05%74.12%
CMYK15.34%19.05%0.00%
25.88%

Color #A099BD in popluar number systems.

HEXA099BD
Decimal160153189
Binary101000001001100110111101
Octal240231275

Shades and tints

Shades of #A099BD

#A099BD
(160,153,189)
#928CAC
(146,140,172)
#847F9B
(132,127,155)
#76728A
(118,114,138)
#686579
(104,101,121)
#5A5868
(90,88,104)
#4C4B57
(76,75,87)
#3E3E46
(62,62,70)
#303135
(48,49,53)
#222424
(34,36,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A099BD

#A099BD
(160,153,189)
#A8A2C3
(168,162,195)
#B0ABC9
(176,171,201)
#B8B4CF
(184,180,207)
#C0BDD5
(192,189,213)
#C8C6DB
(200,198,219)
#D0CFE1
(208,207,225)
#D8D8E7
(216,216,231)
#E0E1ED
(224,225,237)
#E8EAF3
(232,234,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A099BD; }

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

This text font color is #A099BD.


Background Color

.myBgColor { background-color: #A099BD; }

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

This div background color is #A099BD.


Border color

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

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

This div border color is #A099BD.


Opacity

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

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

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

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

This text has shadow with #A099BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A099BD on black background.


Color preview on white background

This text has color #A099BD on white background.



Black color preview on #A099BD background

This text has black color on #A099BD background.


White color preview on #A099BD background

This text has white color on #A099BD background.