COLOR #A698BE

HEX: #A698BE RGB: (166,152,190)

Color info

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

RGB color model

#A698BE color RGB value is (166,152,190).

RGB: (166,152,190) (65%, 60%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 190 of 255 = 75%

166
152
190

R + G + B ~ 67%. #A698BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 152 + 190 = 508 (100%)
R 166 of 508 ~ 32.68%
G 152 of 508 ~ 29.92%
B 190 of 508 ~ 37.4'%

%32.68
%29.92
%37.4

CMYK color model

#A698BE color CMYK value is (13,20,0,25).

  • cyan value is 12.63%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (13,20,0,25)
C13M20Y0K25 (13%, 20%, 0%, 25%)
(0.13 / 0.20 / 0.00 / 0.25)

CMYK percentages

%12.63
%20
%0
%25.49

Codes

Color #A698BE in popluar color models

A6 98 BE
RGB 166 152 190
HSL 262° 22.62% 67.06%
HSB/HSV 262° 20.00% 74.51%
CMYK 12.63% 20.00% 0.00%
25.49%

Color #A698BE in popluar number systems.

HEX A6 98 BE
Decimal 166 152 190
Binary 10100110 10011000 10111110
Octal 246 230 276

Shades and tints

Shades of #A698BE

#A698BE
(166,152,190)
#978BAD
(151,139,173)
#887E9C
(136,126,156)
#79718B
(121,113,139)
#6A647A
(106,100,122)
#5B5769
(91,87,105)
#4C4A58
(76,74,88)
#3D3D47
(61,61,71)
#2E3036
(46,48,54)
#1F2325
(31,35,37)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A698BE

#A698BE
(166,152,190)
#AEA1C3
(174,161,195)
#B6AAC8
(182,170,200)
#BEB3CD
(190,179,205)
#C6BCD2
(198,188,210)
#CEC5D7
(206,197,215)
#D6CEDC
(214,206,220)
#DED7E1
(222,215,225)
#E6E0E6
(230,224,230)
#EEE9EB
(238,233,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A698BE; }

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

This text font color is #A698BE.

Background Color

.myBgColor { background-color: #A698BE; }

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

This div background color is #A698BE.

Border color

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

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

This div border color is #A698BE.

Opacity

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

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

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

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

This text has shadow with #A698BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A698BE.

Preview

Color preview on black background

This text has color #A698BE on black background.


Color preview on white background

This text has color #A698BE on white background.


Black color preview on #A698BE background

This text has black color on #A698BE background.


White color preview on #A698BE background

This text has white color on #A698BE background.


Related colors

Complementary color

Complementary color for #hex is #596741.


I love getcolorcode.com

Triadic colors

1 #BEA698 and #98BEA6 with #A698BE are triadic colors.

2 #BE98A6 and #98A6BE with #A698BE are triadic colors.