COLOR #A8BDAE

HEX: #A8BDAE
RGB: (168,189,174)

Color info

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

RGB color model

#A8BDAE color RGB value is (168,189,174).

  • red value is 168;
  • green value is 189;
  • blue value is 174.
RGB:
(168,189,174)
(66%,74%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 174 of 255 = 68%

168
189
174

R + G + B ~ 69%. #A8BDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 189 + 174 = 531 (100%)
R 168 of 531 ~ 31.64%
G 189 of 531 ~ 35.59%
B 174 of 531 ~ 32.77%

%31.64
%35.59
%32.77

CMYK color model

#A8BDAE color CMYK value is (11,0,8,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(11,0,8,26)
C11M0Y8K26 
(11%,0%,8%,26%)
(0.11/0.00/0.08/0.26)	

CMYK percentages

%11.11
%0
%7.94
%25.88

Codes

Color #A8BDAE in popluar color models

A8BDAE
RGB168189174
HSL137°13.73%70.00%
HSB/HSV137°11.11%74.12%
CMYK11.11%0.00%7.94%
25.88%

Color #A8BDAE in popluar number systems.

HEXA8BDAE
Decimal168189174
Binary101010001011110110101110
Octal250275256

Shades and tints

Shades of #A8BDAE

#A8BDAE
(168,189,174)
#99AC9F
(153,172,159)
#8A9B90
(138,155,144)
#7B8A81
(123,138,129)
#6C7972
(108,121,114)
#5D6863
(93,104,99)
#4E5754
(78,87,84)
#3F4645
(63,70,69)
#303536
(48,53,54)
#212427
(33,36,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A8BDAE

#A8BDAE
(168,189,174)
#AFC3B5
(175,195,181)
#B6C9BC
(182,201,188)
#BDCFC3
(189,207,195)
#C4D5CA
(196,213,202)
#CBDBD1
(203,219,209)
#D2E1D8
(210,225,216)
#D9E7DF
(217,231,223)
#E0EDE6
(224,237,230)
#E7F3ED
(231,243,237)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BDAE; }

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

This text font color is #A8BDAE.


Background Color

.myBgColor { background-color: #A8BDAE; }

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

This div background color is #A8BDAE.


Border color

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

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

This div border color is #A8BDAE.


Opacity

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

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

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

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

This text has shadow with #A8BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BDAE on black background.


Color preview on white background

This text has color #A8BDAE on white background.



Black color preview on #A8BDAE background

This text has black color on #A8BDAE background.


White color preview on #A8BDAE background

This text has white color on #A8BDAE background.