COLOR #A698B1

HEX: #A698B1 RGB: (166,152,177)

Color info

#A698B1 contains red, green and blue colors in about the same proportion. Web safe color of #A698B1 is #999999 (or #999).

RGB color model

#A698B1 color RGB value is (166,152,177).

RGB: (166,152,177) (65%, 60%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 177 of 255 = 69%

166
152
177

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

Portions of RGB colors in percentages

R + G + B = 166 + 152 + 177 = 495 (100%)
R 166 of 495 ~ 33.54%
G 152 of 495 ~ 30.71%
B 177 of 495 ~ 35.76'%

%33.54
%30.71
%35.76

CMYK color model

#A698B1 color CMYK value is (6,14,0,31).

  • cyan value is 6.21%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (6,14,0,31)
C6M14Y0K31 (6%, 14%, 0%, 31%)
(0.06 / 0.14 / 0.00 / 0.31)

CMYK percentages

%6.21
%14.12
%0
%30.59

Codes

Color #A698B1 in popluar color models

A6 98 B1
RGB 166 152 177
HSL 274° 13.81% 64.51%
HSB/HSV 274° 14.12% 69.41%
CMYK 6.21% 14.12% 0.00%
30.59%

Color #A698B1 in popluar number systems.

HEX A6 98 B1
Decimal 166 152 177
Binary 10100110 10011000 10110001
Octal 246 230 261

Shades and tints

Shades of #A698B1

#A698B1
(166,152,177)
#978BA1
(151,139,161)
#887E91
(136,126,145)
#797181
(121,113,129)
#6A6471
(106,100,113)
#5B5761
(91,87,97)
#4C4A51
(76,74,81)
#3D3D41
(61,61,65)
#2E3031
(46,48,49)
#1F2321
(31,35,33)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #A698B1

#A698B1
(166,152,177)
#AEA1B8
(174,161,184)
#B6AABF
(182,170,191)
#BEB3C6
(190,179,198)
#C6BCCD
(198,188,205)
#CEC5D4
(206,197,212)
#D6CEDB
(214,206,219)
#DED7E2
(222,215,226)
#E6E0E9
(230,224,233)
#EEE9F0
(238,233,240)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A698B1; }

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

This text font color is #A698B1.

Background Color

.myBgColor { background-color: #A698B1; }

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

This div background color is #A698B1.

Border color

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

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

This div border color is #A698B1.

Opacity

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

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

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

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

This text has shadow with #A698B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A698B1.

Preview

Color preview on black background

This text has color #A698B1 on black background.


Color preview on white background

This text has color #A698B1 on white background.


Black color preview on #A698B1 background

This text has black color on #A698B1 background.


White color preview on #A698B1 background

This text has white color on #A698B1 background.


Related colors

Complementary color

Complementary color for #hex is #59674E.


I love getcolorcode.com

Triadic colors

1 #B1A698 and #98B1A6 with #A698B1 are triadic colors.

2 #B198A6 and #98A6B1 with #A698B1 are triadic colors.