COLOR #A3BDBC

HEX: #A3BDBC
RGB: (163,189,188)

Color info

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

RGB color model

#A3BDBC color RGB value is (163,189,188).

  • red value is 163;
  • green value is 189;
  • blue value is 188.
RGB:
(163,189,188)
(64%,74%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 188 of 255 = 74%

163
189
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 189 + 188 = 540 (100%)
R 163 of 540 ~ 30.19%
G 189 of 540 ~ 35%
B 188 of 540 ~ 34.81%

%30.19
%35
%34.81

CMYK color model

#A3BDBC color CMYK value is (14,0,1,26).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(14,0,1,26)
C14M0Y1K26 
(14%,0%,1%,26%)
(0.14/0.00/0.01/0.26)	

CMYK percentages

%13.76
%0
%0.53
%25.88

Codes

Color #A3BDBC in popluar color models

A3BDBC
RGB163189188
HSL178°16.46%69.02%
HSB/HSV178°13.76%74.12%
CMYK13.76%0.00%0.53%
25.88%

Color #A3BDBC in popluar number systems.

HEXA3BDBC
Decimal163189188
Binary101000111011110110111100
Octal243275274

Shades and tints

Shades of #A3BDBC

#A3BDBC
(163,189,188)
#95ACAB
(149,172,171)
#879B9A
(135,155,154)
#798A89
(121,138,137)
#6B7978
(107,121,120)
#5D6867
(93,104,103)
#4F5756
(79,87,86)
#414645
(65,70,69)
#333534
(51,53,52)
#252423
(37,36,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A3BDBC

#A3BDBC
(163,189,188)
#ABC3C2
(171,195,194)
#B3C9C8
(179,201,200)
#BBCFCE
(187,207,206)
#C3D5D4
(195,213,212)
#CBDBDA
(203,219,218)
#D3E1E0
(211,225,224)
#DBE7E6
(219,231,230)
#E3EDEC
(227,237,236)
#EBF3F2
(235,243,242)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BDBC; }

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

This text font color is #A3BDBC.


Background Color

.myBgColor { background-color: #A3BDBC; }

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

This div background color is #A3BDBC.


Border color

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

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

This div border color is #A3BDBC.


Opacity

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

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

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

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

This text has shadow with #A3BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BDBC on black background.


Color preview on white background

This text has color #A3BDBC on white background.



Black color preview on #A3BDBC background

This text has black color on #A3BDBC background.


White color preview on #A3BDBC background

This text has white color on #A3BDBC background.