COLOR #A7BED2

HEX: #A7BED2 RGB: (167,190,210)

Color info

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

RGB color model

#A7BED2 color RGB value is (167,190,210).

RGB: (167,190,210) (65%, 75%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 210 of 255 = 82%

167
190
210

R + G + B ~ 74%. #A7BED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 190 + 210 = 567 (100%)
R 167 of 567 ~ 29.45%
G 190 of 567 ~ 33.51%
B 210 of 567 ~ 37.04'%

%29.45
%33.51
%37.04

CMYK color model

#A7BED2 color CMYK value is (20,10,0,18).

  • cyan value is 20.48%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (20,10,0,18)
C20M10Y0K18 (20%, 10%, 0%, 18%)
(0.20 / 0.10 / 0.00 / 0.18)

CMYK percentages

%20.48
%9.52
%0
%17.65

Codes

Color #A7BED2 in popluar color models

A7 BE D2
RGB 167 190 210
HSL 208° 32.33% 73.92%
HSB/HSV 208° 20.48% 82.35%
CMYK 20.48% 9.52% 0.00%
17.65%

Color #A7BED2 in popluar number systems.

HEX A7 BE D2
Decimal 167 190 210
Binary 10100111 10111110 11010010
Octal 247 276 322

Shades and tints

Shades of #A7BED2

#A7BED2
(167,190,210)
#98ADBF
(152,173,191)
#899CAC
(137,156,172)
#7A8B99
(122,139,153)
#6B7A86
(107,122,134)
#5C6973
(92,105,115)
#4D5860
(77,88,96)
#3E474D
(62,71,77)
#2F363A
(47,54,58)
#202527
(32,37,39)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7BED2

#A7BED2
(167,190,210)
#AFC3D6
(175,195,214)
#B7C8DA
(183,200,218)
#BFCDDE
(191,205,222)
#C7D2E2
(199,210,226)
#CFD7E6
(207,215,230)
#D7DCEA
(215,220,234)
#DFE1EE
(223,225,238)
#E7E6F2
(231,230,242)
#EFEBF6
(239,235,246)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BED2; }

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

This text font color is #A7BED2.

Background Color

.myBgColor { background-color: #A7BED2; }

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

This div background color is #A7BED2.

Border color

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

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

This div border color is #A7BED2.

Opacity

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

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

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

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

This text has shadow with #A7BED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BED2.

Preview

Color preview on black background

This text has color #A7BED2 on black background.


Color preview on white background

This text has color #A7BED2 on white background.


Black color preview on #A7BED2 background

This text has black color on #A7BED2 background.


White color preview on #A7BED2 background

This text has white color on #A7BED2 background.


Related colors

Complementary color

Complementary color for #hex is #58412D.


I love getcolorcode.com

Triadic colors

1 #D2A7BE and #BED2A7 with #A7BED2 are triadic colors.

2 #D2BEA7 and #BEA7D2 with #A7BED2 are triadic colors.