COLOR #A683B8

HEX: #A683B8
RGB: (166,131,184)

Color info

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

RGB color model

#A683B8 color RGB value is (166,131,184).

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

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 184 of 255 = 72%

166
131
184

R + G + B ~ 63%. #A683B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 184 = 481 (100%)
R 166 of 481 ~ 34.51%
G 131 of 481 ~ 27.23%
B 184 of 481 ~ 38.25%

%34.51
%27.23
%38.25

CMYK color model

#A683B8 color CMYK value is (10,29,0,28).

  • cyan value is 9.78%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,29,0,28)
C10M29Y0K28 
(10%,29%,0%,28%)
(0.10/0.29/0.00/0.28)	

CMYK percentages

%9.78
%28.8
%0
%27.84

Codes

Color #A683B8 in popluar color models

A683B8
RGB166131184
HSL280°27.18%61.76%
HSB/HSV280°28.80%72.16%
CMYK9.78%28.80%0.00%
27.84%

Color #A683B8 in popluar number systems.

HEXA683B8
Decimal166131184
Binary101001101000001110111000
Octal246203270

Shades and tints

Shades of #A683B8

#A683B8
(166,131,184)
#9778A8
(151,120,168)
#886D98
(136,109,152)
#796288
(121,98,136)
#6A5778
(106,87,120)
#5B4C68
(91,76,104)
#4C4158
(76,65,88)
#3D3648
(61,54,72)
#2E2B38
(46,43,56)
#1F2028
(31,32,40)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A683B8

#A683B8
(166,131,184)
#AE8EBE
(174,142,190)
#B699C4
(182,153,196)
#BEA4CA
(190,164,202)
#C6AFD0
(198,175,208)
#CEBAD6
(206,186,214)
#D6C5DC
(214,197,220)
#DED0E2
(222,208,226)
#E6DBE8
(230,219,232)
#EEE6EE
(238,230,238)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A683B8; }

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

This text font color is #A683B8.


Background Color

.myBgColor { background-color: #A683B8; }

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

This div background color is #A683B8.


Border color

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

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

This div border color is #A683B8.


Opacity

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

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

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

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

This text has shadow with #A683B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A683B8 on black background.


Color preview on white background

This text has color #A683B8 on white background.



Black color preview on #A683B8 background

This text has black color on #A683B8 background.


White color preview on #A683B8 background

This text has white color on #A683B8 background.