COLOR #A3B88E

HEX: #A3B88E
RGB: (163,184,142)

Color info

#A3B88E contains red, green and blue colors in about the same proportion. Web safe color of #A3B88E is #99CC99 (or #9C9).

RGB color model

#A3B88E color RGB value is (163,184,142).

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

RGB channels and saturation

R 163 of 255 = 64%
G 184 of 255 = 72%
B 142 of 255 = 56%

163
184
142

R + G + B ~ 64%. #A3B88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 184 + 142 = 489 (100%)
R 163 of 489 ~ 33.33%
G 184 of 489 ~ 37.63%
B 142 of 489 ~ 29.04%

%33.33
%37.63
%29.04

CMYK color model

#A3B88E color CMYK value is (11,0,23,28).

  • cyan value is 11.41%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 27.84%
CMYK:
(11,0,23,28)
C11M0Y23K28 
(11%,0%,23%,28%)
(0.11/0.00/0.23/0.28)	

CMYK percentages

%11.41
%0
%22.83
%27.84

Codes

Color #A3B88E in popluar color models

A3B88E
RGB163184142
HSL90°22.83%63.92%
HSB/HSV90°22.83%72.16%
CMYK11.41%0.00%22.83%
27.84%

Color #A3B88E in popluar number systems.

HEXA3B88E
Decimal163184142
Binary101000111011100010001110
Octal243270216

Shades and tints

Shades of #A3B88E

#A3B88E
(163,184,142)
#95A882
(149,168,130)
#879876
(135,152,118)
#79886A
(121,136,106)
#6B785E
(107,120,94)
#5D6852
(93,104,82)
#4F5846
(79,88,70)
#41483A
(65,72,58)
#33382E
(51,56,46)
#252822
(37,40,34)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #A3B88E

#A3B88E
(163,184,142)
#ABBE98
(171,190,152)
#B3C4A2
(179,196,162)
#BBCAAC
(187,202,172)
#C3D0B6
(195,208,182)
#CBD6C0
(203,214,192)
#D3DCCA
(211,220,202)
#DBE2D4
(219,226,212)
#E3E8DE
(227,232,222)
#EBEEE8
(235,238,232)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B88E; }

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

This text font color is #A3B88E.


Background Color

.myBgColor { background-color: #A3B88E; }

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

This div background color is #A3B88E.


Border color

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

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

This div border color is #A3B88E.


Opacity

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

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

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

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

This text has shadow with #A3B88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B88E on black background.


Color preview on white background

This text has color #A3B88E on white background.



Black color preview on #A3B88E background

This text has black color on #A3B88E background.


White color preview on #A3B88E background

This text has white color on #A3B88E background.