COLOR #A695BE

HEX: #A695BE
RGB: (166,149,190)

Color info

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

RGB color model

#A695BE color RGB value is (166,149,190).

  • red value is 166;
  • green value is 149;
  • blue value is 190.
RGB:
(166,149,190)
(65%,58%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 190 of 255 = 75%

166
149
190

R + G + B ~ 66%. #A695BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 149 + 190 = 505 (100%)
R 166 of 505 ~ 32.87%
G 149 of 505 ~ 29.5%
B 190 of 505 ~ 37.62%

%32.87
%29.5
%37.62

CMYK color model

#A695BE color CMYK value is (13,22,0,25).

  • cyan value is 12.63%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,22,0,25)
C13M22Y0K25 
(13%,22%,0%,25%)
(0.13/0.22/0.00/0.25)	

CMYK percentages

%12.63
%21.58
%0
%25.49

Codes

Color #A695BE in popluar color models

A695BE
RGB166149190
HSL265°23.98%66.47%
HSB/HSV265°21.58%74.51%
CMYK12.63%21.58%0.00%
25.49%

Color #A695BE in popluar number systems.

HEXA695BE
Decimal166149190
Binary101001101001010110111110
Octal246225276

Shades and tints

Shades of #A695BE

#A695BE
(166,149,190)
#9788AD
(151,136,173)
#887B9C
(136,123,156)
#796E8B
(121,110,139)
#6A617A
(106,97,122)
#5B5469
(91,84,105)
#4C4758
(76,71,88)
#3D3A47
(61,58,71)
#2E2D36
(46,45,54)
#1F2025
(31,32,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A695BE

#A695BE
(166,149,190)
#AE9EC3
(174,158,195)
#B6A7C8
(182,167,200)
#BEB0CD
(190,176,205)
#C6B9D2
(198,185,210)
#CEC2D7
(206,194,215)
#D6CBDC
(214,203,220)
#DED4E1
(222,212,225)
#E6DDE6
(230,221,230)
#EEE6EB
(238,230,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A695BE; }

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

This text font color is #A695BE.


Background Color

.myBgColor { background-color: #A695BE; }

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

This div background color is #A695BE.


Border color

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

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

This div border color is #A695BE.


Opacity

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

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

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

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

This text has shadow with #A695BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A695BE on black background.


Color preview on white background

This text has color #A695BE on white background.



Black color preview on #A695BE background

This text has black color on #A695BE background.


White color preview on #A695BE background

This text has white color on #A695BE background.