COLOR #A7BDBD

HEX: #A7BDBD RGB: (167,189,189)

Color info

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

RGB color model

#A7BDBD color RGB value is (167,189,189).

RGB: (167,189,189) (65%, 74%, 74%)

RGB channels and saturation

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

167
189
189

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

Portions of RGB colors in percentages

R + G + B = 167 + 189 + 189 = 545 (100%)
R 167 of 545 ~ 30.64%
G 189 of 545 ~ 34.68%
B 189 of 545 ~ 34.68'%

%30.64
%34.68
%34.68

CMYK color model

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

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (12,0,0,26)
C12M0Y0K26 (12%, 0%, 0%, 26%)
(0.12 / 0.00 / 0.00 / 0.26)

CMYK percentages

%11.64
%0
%0
%25.88

Codes

Color #A7BDBD in popluar color models

A7 BD BD
RGB 167 189 189
HSL 180° 14.29% 69.80%
HSB/HSV 180° 11.64% 74.12%
CMYK 11.64% 0.00% 0.00%
25.88%

Color #A7BDBD in popluar number systems.

HEX A7 BD BD
Decimal 167 189 189
Binary 10100111 10111101 10111101
Octal 247 275 275

Shades and tints

Shades of #A7BDBD

#A7BDBD
(167,189,189)
#98ACAC
(152,172,172)
#899B9B
(137,155,155)
#7A8A8A
(122,138,138)
#6B7979
(107,121,121)
#5C6868
(92,104,104)
#4D5757
(77,87,87)
#3E4646
(62,70,70)
#2F3535
(47,53,53)
#202424
(32,36,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7BDBD

#A7BDBD
(167,189,189)
#AFC3C3
(175,195,195)
#B7C9C9
(183,201,201)
#BFCFCF
(191,207,207)
#C7D5D5
(199,213,213)
#CFDBDB
(207,219,219)
#D7E1E1
(215,225,225)
#DFE7E7
(223,231,231)
#E7EDED
(231,237,237)
#EFF3F3
(239,243,243)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BDBD; }

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

This text font color is #A7BDBD.

Background Color

.myBgColor { background-color: #A7BDBD; }

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

This div background color is #A7BDBD.

Border color

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

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

This div border color is #A7BDBD.

Opacity

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

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

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

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

This text has shadow with #A7BDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BDBD.

Preview

Color preview on black background

This text has color #A7BDBD on black background.


Color preview on white background

This text has color #A7BDBD on white background.


Black color preview on #A7BDBD background

This text has black color on #A7BDBD background.


White color preview on #A7BDBD background

This text has white color on #A7BDBD background.


Related colors

Complementary color

Complementary color for #hex is #584242.


I love getcolorcode.com