COLOR #A3C8B2

HEX: #A3C8B2
RGB: (163,200,178)

Color info

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

RGB color model

#A3C8B2 color RGB value is (163,200,178).

  • red value is 163;
  • green value is 200;
  • blue value is 178.
RGB: (163,200,178) (64%,78%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 200 of 255 = 78%
B 178 of 255 = 70%

163
200
178

R + G + B ~ 71%. #A3C8B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 200 + 178 = 541 (100%)
R 163 of 541 ~ 30.13%
G 200 of 541 ~ 36.97%
B 178 of 541 ~ 32.9%

%30.13
%36.97
%32.9

CMYK color model

#A3C8B2 color CMYK value is (19,0,11,22).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 21.57%
CMYK: (19,0,11,22) C19M0Y11K22 (19%,0%,11%,22%) (0.19/0.00/0.11/0.22)

CMYK percentages

%18.5
%0
%11
%21.57

Codes

Color #A3C8B2 in popluar color models

A3C8B2
RGB163200178
HSL144°25.17%71.18%
HSB/HSV144°18.50%78.43%
CMYK18.50%0.00%11.00%
21.57%

Color #A3C8B2 in popluar number systems.

HEXA3C8B2
Decimal163200178
Binary101000111100100010110010
Octal243310262

Shades and tints

Shades of #A3C8B2

#A3C8B2
(163,200,178)
#95B6A2
(149,182,162)
#87A492
(135,164,146)
#799282
(121,146,130)
#6B8072
(107,128,114)
#5D6E62
(93,110,98)
#4F5C52
(79,92,82)
#414A42
(65,74,66)
#333832
(51,56,50)
#252622
(37,38,34)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A3C8B2

#A3C8B2
(163,200,178)
#ABCDB9
(171,205,185)
#B3D2C0
(179,210,192)
#BBD7C7
(187,215,199)
#C3DCCE
(195,220,206)
#CBE1D5
(203,225,213)
#D3E6DC
(211,230,220)
#DBEBE3
(219,235,227)
#E3F0EA
(227,240,234)
#EBF5F1
(235,245,241)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C8B2 color. Also use rgb(163,200,178) instead hex code.

Text Font Color

.myTextColor { color: #A3C8B2; }

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

This text font color is #A3C8B2.


Background Color

.myBgColor { background-color: #A3C8B2; }

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

This div background color is #A3C8B2.


Border color

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

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

This div border color is #A3C8B2.


Opacity

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

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

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

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

This text has shadow with #A3C8B2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3C8B2 on black background.


Color preview on white background

This text has color #A3C8B2 on white background.



Black color preview on #A3C8B2 background

This text has black color on #A3C8B2 background.


White color preview on #A3C8B2 background

This text has white color on #A3C8B2 background.