COLOR #A691B8

HEX: #A691B8
RGB: (166,145,184)

Color info

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

RGB color model

#A691B8 color RGB value is (166,145,184).

  • red value is 166;
  • green value is 145;
  • blue value is 184.
RGB:
(166,145,184)
(65%,57%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 184 of 255 = 72%

166
145
184

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

Portions of RGB colors in percentages

R + G + B =
166 + 145 + 184 = 495 (100%)
R 166 of 495 ~ 33.54%
G 145 of 495 ~ 29.29%
B 184 of 495 ~ 37.17%

%33.54
%29.29
%37.17

CMYK color model

#A691B8 color CMYK value is (10,21,0,28).

  • cyan value is 9.78%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,21,0,28)
C10M21Y0K28 
(10%,21%,0%,28%)
(0.10/0.21/0.00/0.28)	

CMYK percentages

%9.78
%21.2
%0
%27.84

Codes

Color #A691B8 in popluar color models

A691B8
RGB166145184
HSL272°21.55%64.51%
HSB/HSV272°21.20%72.16%
CMYK9.78%21.20%0.00%
27.84%

Color #A691B8 in popluar number systems.

HEXA691B8
Decimal166145184
Binary101001101001000110111000
Octal246221270

Shades and tints

Shades of #A691B8

#A691B8
(166,145,184)
#9784A8
(151,132,168)
#887798
(136,119,152)
#796A88
(121,106,136)
#6A5D78
(106,93,120)
#5B5068
(91,80,104)
#4C4358
(76,67,88)
#3D3648
(61,54,72)
#2E2938
(46,41,56)
#1F1C28
(31,28,40)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #A691B8

#A691B8
(166,145,184)
#AE9BBE
(174,155,190)
#B6A5C4
(182,165,196)
#BEAFCA
(190,175,202)
#C6B9D0
(198,185,208)
#CEC3D6
(206,195,214)
#D6CDDC
(214,205,220)
#DED7E2
(222,215,226)
#E6E1E8
(230,225,232)
#EEEBEE
(238,235,238)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A691B8 color. Also use rgb(166,145,184) instead hex code.

Text Font Color

.myTextColor { color: #A691B8; }

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

This text font color is #A691B8.


Background Color

.myBgColor { background-color: #A691B8; }

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

This div background color is #A691B8.


Border color

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

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

This div border color is #A691B8.


Opacity

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

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

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

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

This text has shadow with #A691B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A691B8 on black background.


Color preview on white background

This text has color #A691B8 on white background.



Black color preview on #A691B8 background

This text has black color on #A691B8 background.


White color preview on #A691B8 background

This text has white color on #A691B8 background.