COLOR #A8BEB2

HEX: #A8BEB2 RGB: (168,190,178)

Color info

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

RGB color model

#A8BEB2 color RGB value is (168,190,178).

RGB: (168,190,178) (66%, 75%, 70%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 178 of 255 = 70%

168
190
178

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

Portions of RGB colors in percentages

R + G + B = 168 + 190 + 178 = 536 (100%)
R 168 of 536 ~ 31.34%
G 190 of 536 ~ 35.45%
B 178 of 536 ~ 33.21'%

%31.34
%35.45
%33.21

CMYK color model

#A8BEB2 color CMYK value is (12,0,6,25).

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

CMYK: (12,0,6,25)
C12M0Y6K25 (12%, 0%, 6%, 25%)
(0.12 / 0.00 / 0.06 / 0.25)

CMYK percentages

%11.58
%0
%6.32
%25.49

Codes

Color #A8BEB2 in popluar color models

A8 BE B2
RGB 168 190 178
HSL 147° 14.47% 70.20%
HSB/HSV 147° 11.58% 74.51%
CMYK 11.58% 0.00% 6.32%
25.49%

Color #A8BEB2 in popluar number systems.

HEX A8 BE B2
Decimal 168 190 178
Binary 10101000 10111110 10110010
Octal 250 276 262

Shades and tints

Shades of #A8BEB2

#A8BEB2
(168,190,178)
#99ADA2
(153,173,162)
#8A9C92
(138,156,146)
#7B8B82
(123,139,130)
#6C7A72
(108,122,114)
#5D6962
(93,105,98)
#4E5852
(78,88,82)
#3F4742
(63,71,66)
#303632
(48,54,50)
#212522
(33,37,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8BEB2

#A8BEB2
(168,190,178)
#AFC3B9
(175,195,185)
#B6C8C0
(182,200,192)
#BDCDC7
(189,205,199)
#C4D2CE
(196,210,206)
#CBD7D5
(203,215,213)
#D2DCDC
(210,220,220)
#D9E1E3
(217,225,227)
#E0E6EA
(224,230,234)
#E7EBF1
(231,235,241)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BEB2; }

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

This text font color is #A8BEB2.

Background Color

.myBgColor { background-color: #A8BEB2; }

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

This div background color is #A8BEB2.

Border color

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

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

This div border color is #A8BEB2.

Opacity

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

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

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

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

This text has shadow with #A8BEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BEB2.

Preview

Color preview on black background

This text has color #A8BEB2 on black background.


Color preview on white background

This text has color #A8BEB2 on white background.


Black color preview on #A8BEB2 background

This text has black color on #A8BEB2 background.


White color preview on #A8BEB2 background

This text has white color on #A8BEB2 background.


Related colors

Complementary color

Complementary color for #hex is #57414D.


I love getcolorcode.com

Triadic colors

1 #B2A8BE and #BEB2A8 with #A8BEB2 are triadic colors.

2 #B2BEA8 and #BEA8B2 with #A8BEB2 are triadic colors.