COLOR #A3CBA2

HEX: #A3CBA2
RGB: (163,203,162)

Color info

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

RGB color model

#A3CBA2 color RGB value is (163,203,162).

  • red value is 163;
  • green value is 203;
  • blue value is 162.
RGB:
(163,203,162)
(64%,80%,64%)

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 162 of 255 = 64%

163
203
162

R + G + B ~ 69%. #A3CBA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 162 = 528 (100%)
R 163 of 528 ~ 30.87%
G 203 of 528 ~ 38.45%
B 162 of 528 ~ 30.68%

%30.87
%38.45
%30.68

CMYK color model

#A3CBA2 color CMYK value is (20,0,20,20).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 20.39%
CMYK:
(20,0,20,20)
C20M0Y20K20 
(20%,0%,20%,20%)
(0.20/0.00/0.20/0.20)	

CMYK percentages

%19.7
%0
%20.2
%20.39

Codes

Color #A3CBA2 in popluar color models

A3CBA2
RGB163203162
HSL119°28.28%71.57%
HSB/HSV119°20.20%79.61%
CMYK19.70%0.00%20.20%
20.39%

Color #A3CBA2 in popluar number systems.

HEXA3CBA2
Decimal163203162
Binary101000111100101110100010
Octal243313242

Shades and tints

Shades of #A3CBA2

#A3CBA2
(163,203,162)
#95B994
(149,185,148)
#87A786
(135,167,134)
#799578
(121,149,120)
#6B836A
(107,131,106)
#5D715C
(93,113,92)
#4F5F4E
(79,95,78)
#414D40
(65,77,64)
#333B32
(51,59,50)
#252924
(37,41,36)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3CBA2

#A3CBA2
(163,203,162)
#ABCFAA
(171,207,170)
#B3D3B2
(179,211,178)
#BBD7BA
(187,215,186)
#C3DBC2
(195,219,194)
#CBDFCA
(203,223,202)
#D3E3D2
(211,227,210)
#DBE7DA
(219,231,218)
#E3EBE2
(227,235,226)
#EBEFEA
(235,239,234)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CBA2 color. Also use rgb(163,203,162) instead hex code.

Text Font Color

.myTextColor { color: #A3CBA2; }

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

This text font color is #A3CBA2.


Background Color

.myBgColor { background-color: #A3CBA2; }

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

This div background color is #A3CBA2.


Border color

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

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

This div border color is #A3CBA2.


Opacity

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

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

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

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

This text has shadow with #A3CBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CBA2 on black background.


Color preview on white background

This text has color #A3CBA2 on white background.



Black color preview on #A3CBA2 background

This text has black color on #A3CBA2 background.


White color preview on #A3CBA2 background

This text has white color on #A3CBA2 background.