COLOR #A698B5

HEX: #A698B5
RGB: (166,152,181)

Color info

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

RGB color model

#A698B5 color RGB value is (166,152,181).

  • red value is 166;
  • green value is 152;
  • blue value is 181.
RGB:
(166,152,181)
(65%,60%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 181 of 255 = 71%

166
152
181

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

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 181 = 499 (100%)
R 166 of 499 ~ 33.27%
G 152 of 499 ~ 30.46%
B 181 of 499 ~ 36.27%

%33.27
%30.46
%36.27

CMYK color model

#A698B5 color CMYK value is (8,16,0,29).

  • cyan value is 8.29%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(8,16,0,29)
C8M16Y0K29 
(8%,16%,0%,29%)
(0.08/0.16/0.00/0.29)	

CMYK percentages

%8.29
%16.02
%0
%29.02

Codes

Color #A698B5 in popluar color models

A698B5
RGB166152181
HSL269°16.38%65.29%
HSB/HSV269°16.02%70.98%
CMYK8.29%16.02%0.00%
29.02%

Color #A698B5 in popluar number systems.

HEXA698B5
Decimal166152181
Binary101001101001100010110101
Octal246230265

Shades and tints

Shades of #A698B5

#A698B5
(166,152,181)
#978BA5
(151,139,165)
#887E95
(136,126,149)
#797185
(121,113,133)
#6A6475
(106,100,117)
#5B5765
(91,87,101)
#4C4A55
(76,74,85)
#3D3D45
(61,61,69)
#2E3035
(46,48,53)
#1F2325
(31,35,37)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A698B5

#A698B5
(166,152,181)
#AEA1BB
(174,161,187)
#B6AAC1
(182,170,193)
#BEB3C7
(190,179,199)
#C6BCCD
(198,188,205)
#CEC5D3
(206,197,211)
#D6CED9
(214,206,217)
#DED7DF
(222,215,223)
#E6E0E5
(230,224,229)
#EEE9EB
(238,233,235)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A698B5 color. Also use rgb(166,152,181) instead hex code.

Text Font Color

.myTextColor { color: #A698B5; }

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

This text font color is #A698B5.


Background Color

.myBgColor { background-color: #A698B5; }

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

This div background color is #A698B5.


Border color

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

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

This div border color is #A698B5.


Opacity

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

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

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

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

This text has shadow with #A698B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A698B5 on black background.


Color preview on white background

This text has color #A698B5 on white background.



Black color preview on #A698B5 background

This text has black color on #A698B5 background.


White color preview on #A698B5 background

This text has white color on #A698B5 background.