COLOR #A38EB0

HEX: #A38EB0
RGB: (163,142,176)

Color info

#A38EB0 contains red, green and blue colors in about the same proportion. Web safe color of #A38EB0 is #999999 (or #999).

RGB color model

#A38EB0 color RGB value is (163,142,176).

  • red value is 163;
  • green value is 142;
  • blue value is 176.
RGB:
(163,142,176)
(64%,56%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 176 of 255 = 69%

163
142
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 176 = 481 (100%)
R 163 of 481 ~ 33.89%
G 142 of 481 ~ 29.52%
B 176 of 481 ~ 36.59%

%33.89
%29.52
%36.59

CMYK color model

#A38EB0 color CMYK value is (7,19,0,31).

  • cyan value is 7.39%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,19,0,31)
C7M19Y0K31 
(7%,19%,0%,31%)
(0.07/0.19/0.00/0.31)	

CMYK percentages

%7.39
%19.32
%0
%30.98

Codes

Color #A38EB0 in popluar color models

A38EB0
RGB163142176
HSL277°17.71%62.35%
HSB/HSV277°19.32%69.02%
CMYK7.39%19.32%0.00%
30.98%

Color #A38EB0 in popluar number systems.

HEXA38EB0
Decimal163142176
Binary101000111000111010110000
Octal243216260

Shades and tints

Shades of #A38EB0

#A38EB0
(163,142,176)
#9582A0
(149,130,160)
#877690
(135,118,144)
#796A80
(121,106,128)
#6B5E70
(107,94,112)
#5D5260
(93,82,96)
#4F4650
(79,70,80)
#413A40
(65,58,64)
#332E30
(51,46,48)
#252220
(37,34,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #A38EB0

#A38EB0
(163,142,176)
#AB98B7
(171,152,183)
#B3A2BE
(179,162,190)
#BBACC5
(187,172,197)
#C3B6CC
(195,182,204)
#CBC0D3
(203,192,211)
#D3CADA
(211,202,218)
#DBD4E1
(219,212,225)
#E3DEE8
(227,222,232)
#EBE8EF
(235,232,239)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38EB0 color. Also use rgb(163,142,176) instead hex code.

Text Font Color

.myTextColor { color: #A38EB0; }

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

This text font color is #A38EB0.


Background Color

.myBgColor { background-color: #A38EB0; }

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

This div background color is #A38EB0.


Border color

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

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

This div border color is #A38EB0.


Opacity

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

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

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

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

This text has shadow with #A38EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38EB0 on black background.


Color preview on white background

This text has color #A38EB0 on white background.



Black color preview on #A38EB0 background

This text has black color on #A38EB0 background.


White color preview on #A38EB0 background

This text has white color on #A38EB0 background.