COLOR #A69BE9

HEX: #A69BE9
RGB: (166,155,233)

Color info

#A69BE9 contains mainly blue color. Web safe color of #A69BE9 is #9999FF (or #99F).

RGB color model

#A69BE9 color RGB value is (166,155,233).

  • red value is 166;
  • green value is 155;
  • blue value is 233.
RGB:
(166,155,233)
(65%,61%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 233 of 255 = 91%

166
155
233

R + G + B ~ 72%. #A69BE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 233 = 554 (100%)
R 166 of 554 ~ 29.96%
G 155 of 554 ~ 27.98%
B 233 of 554 ~ 42.06%

%29.96
%27.98
%42.06

CMYK color model

#A69BE9 color CMYK value is (29,33,0,9).

  • cyan value is 28.76%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,33,0,9)
C29M33Y0K9 
(29%,33%,0%,9%)
(0.29/0.33/0.00/0.09)	

CMYK percentages

%28.76
%33.48
%0
%8.63

Codes

Color #A69BE9 in popluar color models

A69BE9
RGB166155233
HSL248°63.93%76.08%
HSB/HSV248°33.48%91.37%
CMYK28.76%33.48%0.00%
8.63%

Color #A69BE9 in popluar number systems.

HEXA69BE9
Decimal166155233
Binary101001101001101111101001
Octal246233351

Shades and tints

Shades of #A69BE9

#A69BE9
(166,155,233)
#978DD4
(151,141,212)
#887FBF
(136,127,191)
#7971AA
(121,113,170)
#6A6395
(106,99,149)
#5B5580
(91,85,128)
#4C476B
(76,71,107)
#3D3956
(61,57,86)
#2E2B41
(46,43,65)
#1F1D2C
(31,29,44)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #A69BE9

#A69BE9
(166,155,233)
#AEA4EB
(174,164,235)
#B6ADED
(182,173,237)
#BEB6EF
(190,182,239)
#C6BFF1
(198,191,241)
#CEC8F3
(206,200,243)
#D6D1F5
(214,209,245)
#DEDAF7
(222,218,247)
#E6E3F9
(230,227,249)
#EEECFB
(238,236,251)
#F6F5FD
(246,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69BE9 color. Also use rgb(166,155,233) instead hex code.

Text Font Color

.myTextColor { color: #A69BE9; }

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

This text font color is #A69BE9.


Background Color

.myBgColor { background-color: #A69BE9; }

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

This div background color is #A69BE9.


Border color

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

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

This div border color is #A69BE9.


Opacity

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

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

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

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

This text has shadow with #A69BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69BE9 on black background.


Color preview on white background

This text has color #A69BE9 on white background.



Black color preview on #A69BE9 background

This text has black color on #A69BE9 background.


White color preview on #A69BE9 background

This text has white color on #A69BE9 background.