COLOR #A3D4BB

HEX: #A3D4BB
RGB: (163,212,187)

Color info

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

RGB color model

#A3D4BB color RGB value is (163,212,187).

  • red value is 163;
  • green value is 212;
  • blue value is 187.
RGB:
(163,212,187)
(64%,83%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 187 of 255 = 73%

163
212
187

R + G + B ~ 73%. #A3D4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 212 + 187 = 562 (100%)
R 163 of 562 ~ 29%
G 212 of 562 ~ 37.72%
B 187 of 562 ~ 33.27%

%29
%37.72
%33.27

CMYK color model

#A3D4BB color CMYK value is (23,0,12,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 16.86%
CMYK:
(23,0,12,17)
C23M0Y12K17 
(23%,0%,12%,17%)
(0.23/0.00/0.12/0.17)	

CMYK percentages

%23.11
%0
%11.79
%16.86

Codes

Color #A3D4BB in popluar color models

A3D4BB
RGB163212187
HSL149°36.30%73.53%
HSB/HSV149°23.11%83.14%
CMYK23.11%0.00%11.79%
16.86%

Color #A3D4BB in popluar number systems.

HEXA3D4BB
Decimal163212187
Binary101000111101010010111011
Octal243324273

Shades and tints

Shades of #A3D4BB

#A3D4BB
(163,212,187)
#95C1AA
(149,193,170)
#87AE99
(135,174,153)
#799B88
(121,155,136)
#6B8877
(107,136,119)
#5D7566
(93,117,102)
#4F6255
(79,98,85)
#414F44
(65,79,68)
#333C33
(51,60,51)
#252922
(37,41,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3D4BB

#A3D4BB
(163,212,187)
#ABD7C1
(171,215,193)
#B3DAC7
(179,218,199)
#BBDDCD
(187,221,205)
#C3E0D3
(195,224,211)
#CBE3D9
(203,227,217)
#D3E6DF
(211,230,223)
#DBE9E5
(219,233,229)
#E3ECEB
(227,236,235)
#EBEFF1
(235,239,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D4BB color. Also use rgb(163,212,187) instead hex code.

Text Font Color

.myTextColor { color: #A3D4BB; }

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

This text font color is #A3D4BB.


Background Color

.myBgColor { background-color: #A3D4BB; }

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

This div background color is #A3D4BB.


Border color

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

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

This div border color is #A3D4BB.


Opacity

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

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

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

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

This text has shadow with #A3D4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D4BB on black background.


Color preview on white background

This text has color #A3D4BB on white background.



Black color preview on #A3D4BB background

This text has black color on #A3D4BB background.


White color preview on #A3D4BB background

This text has white color on #A3D4BB background.