COLOR #A8BEB4

HEX: #A8BEB4 RGB: (168,190,180)

Color info

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

RGB color model

#A8BEB4 color RGB value is (168,190,180).

RGB: (168,190,180) (66%, 75%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 180 of 255 = 71%

168
190
180

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

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 180 = 538 (100%)
R 168 of 538 ~ 31.23%
G 190 of 538 ~ 35.32%
B 180 of 538 ~ 33.46'%

%31.23
%35.32
%33.46

CMYK color model

#A8BEB4 color CMYK value is (12,0,5,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 25.49%

CMYK: (12,0,5,25)
C12M0Y5K25 (12%, 0%, 5%, 25%)
(0.12 / 0.00 / 0.05 / 0.25)

CMYK percentages

%11.58
%0
%5.26
%25.49

Codes

Color #A8BEB4 in popluar color models

A8 BE B4
RGB 168 190 180
HSL 153° 14.47% 70.20%
HSB/HSV 153° 11.58% 74.51%
CMYK 11.58% 0.00% 5.26%
25.49%

Color #A8BEB4 in popluar number systems.

HEX A8 BE B4
Decimal 168 190 180
Binary 10101000 10111110 10110100
Octal 250 276 264

Shades and tints

Shades of #A8BEB4

#A8BEB4
(168,190,180)
#99ADA4
(153,173,164)
#8A9C94
(138,156,148)
#7B8B84
(123,139,132)
#6C7A74
(108,122,116)
#5D6964
(93,105,100)
#4E5854
(78,88,84)
#3F4744
(63,71,68)
#303634
(48,54,52)
#212524
(33,37,36)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8BEB4

#A8BEB4
(168,190,180)
#AFC3BA
(175,195,186)
#B6C8C0
(182,200,192)
#BDCDC6
(189,205,198)
#C4D2CC
(196,210,204)
#CBD7D2
(203,215,210)
#D2DCD8
(210,220,216)
#D9E1DE
(217,225,222)
#E0E6E4
(224,230,228)
#E7EBEA
(231,235,234)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BEB4 color. Also use rgb(168,190,180) instead hex code.

Text Font Color

.myTextColor { color: #A8BEB4; }

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

This text font color is #A8BEB4.

Background Color

.myBgColor { background-color: #A8BEB4; }

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

This div background color is #A8BEB4.

Border color

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

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

This div border color is #A8BEB4.

Opacity

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

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

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

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

This text has shadow with #A8BEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BEB4.

Preview

Color preview on black background

This text has color #A8BEB4 on black background.


Color preview on white background

This text has color #A8BEB4 on white background.


Black color preview on #A8BEB4 background

This text has black color on #A8BEB4 background.


White color preview on #A8BEB4 background

This text has white color on #A8BEB4 background.


Related colors

Complementary color

Complementary color for #hex is #57414B.


I love getcolorcode.com

Triadic colors

1 #B4A8BE and #BEB4A8 with #A8BEB4 are triadic colors.

2 #B4BEA8 and #BEA8B4 with #A8BEB4 are triadic colors.