COLOR #A396BC

HEX: #A396BC
RGB: (163,150,188)

Color info

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

RGB color model

#A396BC color RGB value is (163,150,188).

  • red value is 163;
  • green value is 150;
  • blue value is 188.
RGB:
(163,150,188)
(64%,59%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 188 of 255 = 74%

163
150
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 188 = 501 (100%)
R 163 of 501 ~ 32.53%
G 150 of 501 ~ 29.94%
B 188 of 501 ~ 37.52%

%32.53
%29.94
%37.52

CMYK color model

#A396BC color CMYK value is (13,20,0,26).

  • cyan value is 13.30%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,20,0,26)
C13M20Y0K26 
(13%,20%,0%,26%)
(0.13/0.20/0.00/0.26)	

CMYK percentages

%13.3
%20.21
%0
%26.27

Codes

Color #A396BC in popluar color models

A396BC
RGB163150188
HSL261°22.09%66.27%
HSB/HSV261°20.21%73.73%
CMYK13.30%20.21%0.00%
26.27%

Color #A396BC in popluar number systems.

HEXA396BC
Decimal163150188
Binary101000111001011010111100
Octal243226274

Shades and tints

Shades of #A396BC

#A396BC
(163,150,188)
#9589AB
(149,137,171)
#877C9A
(135,124,154)
#796F89
(121,111,137)
#6B6278
(107,98,120)
#5D5567
(93,85,103)
#4F4856
(79,72,86)
#413B45
(65,59,69)
#332E34
(51,46,52)
#252123
(37,33,35)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A396BC

#A396BC
(163,150,188)
#AB9FC2
(171,159,194)
#B3A8C8
(179,168,200)
#BBB1CE
(187,177,206)
#C3BAD4
(195,186,212)
#CBC3DA
(203,195,218)
#D3CCE0
(211,204,224)
#DBD5E6
(219,213,230)
#E3DEEC
(227,222,236)
#EBE7F2
(235,231,242)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A396BC color. Also use rgb(163,150,188) instead hex code.

Text Font Color

.myTextColor { color: #A396BC; }

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

This text font color is #A396BC.


Background Color

.myBgColor { background-color: #A396BC; }

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

This div background color is #A396BC.


Border color

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

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

This div border color is #A396BC.


Opacity

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

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

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

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

This text has shadow with #A396BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A396BC on black background.


Color preview on white background

This text has color #A396BC on white background.



Black color preview on #A396BC background

This text has black color on #A396BC background.


White color preview on #A396BC background

This text has white color on #A396BC background.