COLOR #A8B2ED

HEX: #A8B2ED RGB: (168,178,237)

Color info

#A8B2ED contains mainly green and blue colors. Web safe color of #A8B2ED is #9999FF (or #99F).

RGB color model

#A8B2ED color RGB value is (168,178,237).

RGB: (168,178,237) (66%, 70%, 93%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 237 of 255 = 93%

168
178
237

R + G + B ~ 76%. #A8B2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 178 + 237 = 583 (100%)
R 168 of 583 ~ 28.82%
G 178 of 583 ~ 30.53%
B 237 of 583 ~ 40.65'%

%28.82
%30.53
%40.65

CMYK color model

#A8B2ED color CMYK value is (29,25,0,7).

  • cyan value is 29.11%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (29,25,0,7)
C29M25Y0K7 (29%, 25%, 0%, 7%)
(0.29 / 0.25 / 0.00 / 0.07)

CMYK percentages

%29.11
%24.89
%0
%7.06

Codes

Color #A8B2ED in popluar color models

A8 B2 ED
RGB 168 178 237
HSL 231° 65.71% 79.41%
HSB/HSV 231° 29.11% 92.94%
CMYK 29.11% 24.89% 0.00%
7.06%

Color #A8B2ED in popluar number systems.

HEX A8 B2 ED
Decimal 168 178 237
Binary 10101000 10110010 11101101
Octal 250 262 355

Shades and tints

Shades of #A8B2ED

#A8B2ED
(168,178,237)
#99A2D8
(153,162,216)
#8A92C3
(138,146,195)
#7B82AE
(123,130,174)
#6C7299
(108,114,153)
#5D6284
(93,98,132)
#4E526F
(78,82,111)
#3F425A
(63,66,90)
#303245
(48,50,69)
#212230
(33,34,48)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #A8B2ED

#A8B2ED
(168,178,237)
#AFB9EE
(175,185,238)
#B6C0EF
(182,192,239)
#BDC7F0
(189,199,240)
#C4CEF1
(196,206,241)
#CBD5F2
(203,213,242)
#D2DCF3
(210,220,243)
#D9E3F4
(217,227,244)
#E0EAF5
(224,234,245)
#E7F1F6
(231,241,246)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B2ED; }

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

This text font color is #A8B2ED.

Background Color

.myBgColor { background-color: #A8B2ED; }

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

This div background color is #A8B2ED.

Border color

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

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

This div border color is #A8B2ED.

Opacity

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

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

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

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

This text has shadow with #A8B2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B2ED.

Preview

Color preview on black background

This text has color #A8B2ED on black background.


Color preview on white background

This text has color #A8B2ED on white background.


Black color preview on #A8B2ED background

This text has black color on #A8B2ED background.


White color preview on #A8B2ED background

This text has white color on #A8B2ED background.


Related colors

Complementary color

Complementary color for #hex is #574D12.


I love getcolorcode.com

Triadic colors

1 #EDA8B2 and #B2EDA8 with #A8B2ED are triadic colors.

2 #EDB2A8 and #B2A8ED with #A8B2ED are triadic colors.