COLOR #A2CCB9

HEX: #A2CCB9
RGB: (162,204,185)

Color info

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

RGB color model

#A2CCB9 color RGB value is (162,204,185).

  • red value is 162;
  • green value is 204;
  • blue value is 185.
RGB:
(162,204,185)
(64%,80%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 204 of 255 = 80%
B 185 of 255 = 73%

162
204
185

R + G + B ~ 72%. #A2CCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 204 + 185 = 551 (100%)
R 162 of 551 ~ 29.4%
G 204 of 551 ~ 37.02%
B 185 of 551 ~ 33.58%

%29.4
%37.02
%33.58

CMYK color model

#A2CCB9 color CMYK value is (21,0,9,20).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(21,0,9,20)
C21M0Y9K20 
(21%,0%,9%,20%)
(0.21/0.00/0.09/0.20)	

CMYK percentages

%20.59
%0
%9.31
%20

Codes

Color #A2CCB9 in popluar color models

A2CCB9
RGB162204185
HSL153°29.17%71.76%
HSB/HSV153°20.59%80.00%
CMYK20.59%0.00%9.31%
20.00%

Color #A2CCB9 in popluar number systems.

HEXA2CCB9
Decimal162204185
Binary101000101100110010111001
Octal242314271

Shades and tints

Shades of #A2CCB9

#A2CCB9
(162,204,185)
#94BAA9
(148,186,169)
#86A899
(134,168,153)
#789689
(120,150,137)
#6A8479
(106,132,121)
#5C7269
(92,114,105)
#4E6059
(78,96,89)
#404E49
(64,78,73)
#323C39
(50,60,57)
#242A29
(36,42,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #A2CCB9

#A2CCB9
(162,204,185)
#AAD0BF
(170,208,191)
#B2D4C5
(178,212,197)
#BAD8CB
(186,216,203)
#C2DCD1
(194,220,209)
#CAE0D7
(202,224,215)
#D2E4DD
(210,228,221)
#DAE8E3
(218,232,227)
#E2ECE9
(226,236,233)
#EAF0EF
(234,240,239)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CCB9 color. Also use rgb(162,204,185) instead hex code.

Text Font Color

.myTextColor { color: #A2CCB9; }

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

This text font color is #A2CCB9.


Background Color

.myBgColor { background-color: #A2CCB9; }

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

This div background color is #A2CCB9.


Border color

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

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

This div border color is #A2CCB9.


Opacity

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

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

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

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

This text has shadow with #A2CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CCB9 on black background.


Color preview on white background

This text has color #A2CCB9 on white background.



Black color preview on #A2CCB9 background

This text has black color on #A2CCB9 background.


White color preview on #A2CCB9 background

This text has white color on #A2CCB9 background.