COLOR #A3C5BE

HEX: #A3C5BE
RGB: (163,197,190)

Color info

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

RGB color model

#A3C5BE color RGB value is (163,197,190).

  • red value is 163;
  • green value is 197;
  • blue value is 190.
RGB:
(163,197,190)
(64%,77%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 190 of 255 = 75%

163
197
190

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

Portions of RGB colors in percentages

R + G + B =
163 + 197 + 190 = 550 (100%)
R 163 of 550 ~ 29.64%
G 197 of 550 ~ 35.82%
B 190 of 550 ~ 34.55%

%29.64
%35.82
%34.55

CMYK color model

#A3C5BE color CMYK value is (17,0,4,23).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(17,0,4,23)
C17M0Y4K23 
(17%,0%,4%,23%)
(0.17/0.00/0.04/0.23)	

CMYK percentages

%17.26
%0
%3.55
%22.75

Codes

Color #A3C5BE in popluar color models

A3C5BE
RGB163197190
HSL168°22.67%70.59%
HSB/HSV168°17.26%77.25%
CMYK17.26%0.00%3.55%
22.75%

Color #A3C5BE in popluar number systems.

HEXA3C5BE
Decimal163197190
Binary101000111100010110111110
Octal243305276

Shades and tints

Shades of #A3C5BE

#A3C5BE
(163,197,190)
#95B4AD
(149,180,173)
#87A39C
(135,163,156)
#79928B
(121,146,139)
#6B817A
(107,129,122)
#5D7069
(93,112,105)
#4F5F58
(79,95,88)
#414E47
(65,78,71)
#333D36
(51,61,54)
#252C25
(37,44,37)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #A3C5BE

#A3C5BE
(163,197,190)
#ABCAC3
(171,202,195)
#B3CFC8
(179,207,200)
#BBD4CD
(187,212,205)
#C3D9D2
(195,217,210)
#CBDED7
(203,222,215)
#D3E3DC
(211,227,220)
#DBE8E1
(219,232,225)
#E3EDE6
(227,237,230)
#EBF2EB
(235,242,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C5BE color. Also use rgb(163,197,190) instead hex code.

Text Font Color

.myTextColor { color: #A3C5BE; }

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

This text font color is #A3C5BE.


Background Color

.myBgColor { background-color: #A3C5BE; }

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

This div background color is #A3C5BE.


Border color

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

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

This div border color is #A3C5BE.


Opacity

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

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

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

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

This text has shadow with #A3C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C5BE on black background.


Color preview on white background

This text has color #A3C5BE on white background.



Black color preview on #A3C5BE background

This text has black color on #A3C5BE background.


White color preview on #A3C5BE background

This text has white color on #A3C5BE background.