COLOR #A3C4BB

HEX: #A3C4BB
RGB: (163,196,187)

Color info

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

RGB color model

#A3C4BB color RGB value is (163,196,187).

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

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 187 of 255 = 73%

163
196
187

R + G + B ~ 71%. #A3C4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 196 + 187 = 546 (100%)
R 163 of 546 ~ 29.85%
G 196 of 546 ~ 35.9%
B 187 of 546 ~ 34.25%

%29.85
%35.9
%34.25

CMYK color model

#A3C4BB color CMYK value is (17,0,5,23).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(17,0,5,23)
C17M0Y5K23 
(17%,0%,5%,23%)
(0.17/0.00/0.05/0.23)	

CMYK percentages

%16.84
%0
%4.59
%23.14

Codes

Color #A3C4BB in popluar color models

A3C4BB
RGB163196187
HSL164°21.85%70.39%
HSB/HSV164°16.84%76.86%
CMYK16.84%0.00%4.59%
23.14%

Color #A3C4BB in popluar number systems.

HEXA3C4BB
Decimal163196187
Binary101000111100010010111011
Octal243304273

Shades and tints

Shades of #A3C4BB

#A3C4BB
(163,196,187)
#95B3AA
(149,179,170)
#87A299
(135,162,153)
#799188
(121,145,136)
#6B8077
(107,128,119)
#5D6F66
(93,111,102)
#4F5E55
(79,94,85)
#414D44
(65,77,68)
#333C33
(51,60,51)
#252B22
(37,43,34)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #A3C4BB

#A3C4BB
(163,196,187)
#ABC9C1
(171,201,193)
#B3CEC7
(179,206,199)
#BBD3CD
(187,211,205)
#C3D8D3
(195,216,211)
#CBDDD9
(203,221,217)
#D3E2DF
(211,226,223)
#DBE7E5
(219,231,229)
#E3ECEB
(227,236,235)
#EBF1F1
(235,241,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C4BB; }

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

This text font color is #A3C4BB.


Background Color

.myBgColor { background-color: #A3C4BB; }

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

This div background color is #A3C4BB.


Border color

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

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

This div border color is #A3C4BB.


Opacity

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

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

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

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

This text has shadow with #A3C4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C4BB on black background.


Color preview on white background

This text has color #A3C4BB on white background.



Black color preview on #A3C4BB background

This text has black color on #A3C4BB background.


White color preview on #A3C4BB background

This text has white color on #A3C4BB background.