COLOR #A099CB

HEX: #A099CB RGB: (160,153,203)

Color info

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

RGB color model

#A099CB color RGB value is (160,153,203).

RGB: (160,153,203) (63%, 60%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 203 of 255 = 80%

160
153
203

R + G + B ~ 68%. #A099CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 203 = 516 (100%)
R 160 of 516 ~ 31.01%
G 153 of 516 ~ 29.65%
B 203 of 516 ~ 39.34'%

%31.01
%29.65
%39.34

CMYK color model

#A099CB color CMYK value is (21,25,0,20).

  • cyan value is 21.18%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (21,25,0,20)
C21M25Y0K20 (21%, 25%, 0%, 20%)
(0.21 / 0.25 / 0.00 / 0.20)

CMYK percentages

%21.18
%24.63
%0
%20.39

Codes

Color #A099CB in popluar color models

A0 99 CB
RGB 160 153 203
HSL 248° 32.47% 69.80%
HSB/HSV 248° 24.63% 79.61%
CMYK 21.18% 24.63% 0.00%
20.39%

Color #A099CB in popluar number systems.

HEX A0 99 CB
Decimal 160 153 203
Binary 10100000 10011001 11001011
Octal 240 231 313

Shades and tints

Shades of #A099CB

#A099CB
(160,153,203)
#928CB9
(146,140,185)
#847FA7
(132,127,167)
#767295
(118,114,149)
#686583
(104,101,131)
#5A5871
(90,88,113)
#4C4B5F
(76,75,95)
#3E3E4D
(62,62,77)
#30313B
(48,49,59)
#222429
(34,36,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A099CB

#A099CB
(160,153,203)
#A8A2CF
(168,162,207)
#B0ABD3
(176,171,211)
#B8B4D7
(184,180,215)
#C0BDDB
(192,189,219)
#C8C6DF
(200,198,223)
#D0CFE3
(208,207,227)
#D8D8E7
(216,216,231)
#E0E1EB
(224,225,235)
#E8EAEF
(232,234,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A099CB; }

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

This text font color is #A099CB.

Background Color

.myBgColor { background-color: #A099CB; }

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

This div background color is #A099CB.

Border color

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

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

This div border color is #A099CB.

Opacity

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

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

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

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

This text has shadow with #A099CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A099CB.

Preview

Color preview on black background

This text has color #A099CB on black background.


Color preview on white background

This text has color #A099CB on white background.


Black color preview on #A099CB background

This text has black color on #A099CB background.


White color preview on #A099CB background

This text has white color on #A099CB background.


Related colors

Complementary color

Complementary color for #hex is #5F6634.


I love getcolorcode.com

Triadic colors

1 #CBA099 and #99CBA0 with #A099CB are triadic colors.

2 #CB99A0 and #99A0CB with #A099CB are triadic colors.