COLOR #A3D4BD

HEX: #A3D4BD RGB: (163,212,189)

Color info

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

RGB color model

#A3D4BD color RGB value is (163,212,189).

RGB: (163,212,189) (64%, 83%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 189 of 255 = 74%

163
212
189

R + G + B ~ 74%. #A3D4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 212 + 189 = 564 (100%)
R 163 of 564 ~ 28.9%
G 212 of 564 ~ 37.59%
B 189 of 564 ~ 33.51'%

%28.9
%37.59
%33.51

CMYK color model

#A3D4BD color CMYK value is (23,0,11,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK: (23,0,11,17) C23M0Y11K17 (23%,0%,11%,17%) (0.23/0.00/0.11/0.17) 

CMYK percentages

%23.11
%0
%10.85
%16.86

Codes

Color #A3D4BD in popluar color models

A3 D4 BD
RGB 163 212 189
HSL 152° 36.30% 73.53%
HSB/HSV 152° 23.11% 83.14%
CMYK 23.11% 0.00% 10.85%
16.86%

Color #A3D4BD in popluar number systems.

HEX A3 D4 BD
Decimal 163 212 189
Binary 10100011 11010100 10111101
Octal 243 324 275

Shades and tints

Shades of #A3D4BD

#A3D4BD
(163,212,189)
#95C1AC
(149,193,172)
#87AE9B
(135,174,155)
#799B8A
(121,155,138)
#6B8879
(107,136,121)
#5D7568
(93,117,104)
#4F6257
(79,98,87)
#414F46
(65,79,70)
#333C35
(51,60,53)
#252924
(37,41,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A3D4BD

#A3D4BD
(163,212,189)
#ABD7C3
(171,215,195)
#B3DAC9
(179,218,201)
#BBDDCF
(187,221,207)
#C3E0D5
(195,224,213)
#CBE3DB
(203,227,219)
#D3E6E1
(211,230,225)
#DBE9E7
(219,233,231)
#E3ECED
(227,236,237)
#EBEFF3
(235,239,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D4BD; }

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

This text font color is #A3D4BD.

Background Color

.myBgColor { background-color: #A3D4BD; }

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

This div background color is #A3D4BD.

Border color

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

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

This div border color is #A3D4BD.

Opacity

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

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

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

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

This text has shadow with #A3D4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D4BD.

Preview

Color preview on black background

This text has color #A3D4BD on black background.


Color preview on white background

This text has color #A3D4BD on white background.


Black color preview on #A3D4BD background

This text has black color on #A3D4BD background.


White color preview on #A3D4BD background

This text has white color on #A3D4BD background.


Related colors

Complementary color

Complementary color for #hex is #5C2B42.


I love getcolorcode.com

Triadic colors

1 #BDA3D4 and #D4BDA3 with #A3D4BD are triadic colors.

2 #BDD4A3 and #D4A3BD with #A3D4BD are triadic colors.