COLOR #A7BDB8

HEX: #A7BDB8
RGB: (167,189,184)

Color info

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

RGB color model

#A7BDB8 color RGB value is (167,189,184).

  • red value is 167;
  • green value is 189;
  • blue value is 184.
RGB:
(167,189,184)
(65%,74%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 184 of 255 = 72%

167
189
184

R + G + B ~ 70%. #A7BDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 184 = 540 (100%)
R 167 of 540 ~ 30.93%
G 189 of 540 ~ 35%
B 184 of 540 ~ 34.07%

%30.93
%35
%34.07

CMYK color model

#A7BDB8 color CMYK value is (12,0,3,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(12,0,3,26)
C12M0Y3K26 
(12%,0%,3%,26%)
(0.12/0.00/0.03/0.26)	

CMYK percentages

%11.64
%0
%2.65
%25.88

Codes

Color #A7BDB8 in popluar color models

A7BDB8
RGB167189184
HSL166°14.29%69.80%
HSB/HSV166°11.64%74.12%
CMYK11.64%0.00%2.65%
25.88%

Color #A7BDB8 in popluar number systems.

HEXA7BDB8
Decimal167189184
Binary101001111011110110111000
Octal247275270

Shades and tints

Shades of #A7BDB8

#A7BDB8
(167,189,184)
#98ACA8
(152,172,168)
#899B98
(137,155,152)
#7A8A88
(122,138,136)
#6B7978
(107,121,120)
#5C6868
(92,104,104)
#4D5758
(77,87,88)
#3E4648
(62,70,72)
#2F3538
(47,53,56)
#202428
(32,36,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A7BDB8

#A7BDB8
(167,189,184)
#AFC3BE
(175,195,190)
#B7C9C4
(183,201,196)
#BFCFCA
(191,207,202)
#C7D5D0
(199,213,208)
#CFDBD6
(207,219,214)
#D7E1DC
(215,225,220)
#DFE7E2
(223,231,226)
#E7EDE8
(231,237,232)
#EFF3EE
(239,243,238)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BDB8 color. Also use rgb(167,189,184) instead hex code.

Text Font Color

.myTextColor { color: #A7BDB8; }

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

This text font color is #A7BDB8.


Background Color

.myBgColor { background-color: #A7BDB8; }

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

This div background color is #A7BDB8.


Border color

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

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

This div border color is #A7BDB8.


Opacity

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

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

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

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

This text has shadow with #A7BDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BDB8 on black background.


Color preview on white background

This text has color #A7BDB8 on white background.



Black color preview on #A7BDB8 background

This text has black color on #A7BDB8 background.


White color preview on #A7BDB8 background

This text has white color on #A7BDB8 background.