COLOR #A7BED5

HEX: #A7BED5
RGB: (167,190,213)

Color info

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

RGB color model

#A7BED5 color RGB value is (167,190,213).

  • red value is 167;
  • green value is 190;
  • blue value is 213.
RGB:
(167,190,213)
(65%,75%,84%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 213 of 255 = 84%

167
190
213

R + G + B ~ 75%. #A7BED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 213 = 570 (100%)
R 167 of 570 ~ 29.3%
G 190 of 570 ~ 33.33%
B 213 of 570 ~ 37.37%

%29.3
%33.33
%37.37

CMYK color model

#A7BED5 color CMYK value is (22,11,0,16).

  • cyan value is 21.60%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,11,0,16)
C22M11Y0K16 
(22%,11%,0%,16%)
(0.22/0.11/0.00/0.16)	

CMYK percentages

%21.6
%10.8
%0
%16.47

Codes

Color #A7BED5 in popluar color models

A7BED5
RGB167190213
HSL210°35.38%74.51%
HSB/HSV210°21.60%83.53%
CMYK21.60%10.80%0.00%
16.47%

Color #A7BED5 in popluar number systems.

HEXA7BED5
Decimal167190213
Binary101001111011111011010101
Octal247276325

Shades and tints

Shades of #A7BED5

#A7BED5
(167,190,213)
#98ADC2
(152,173,194)
#899CAF
(137,156,175)
#7A8B9C
(122,139,156)
#6B7A89
(107,122,137)
#5C6976
(92,105,118)
#4D5863
(77,88,99)
#3E4750
(62,71,80)
#2F363D
(47,54,61)
#20252A
(32,37,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7BED5

#A7BED5
(167,190,213)
#AFC3D8
(175,195,216)
#B7C8DB
(183,200,219)
#BFCDDE
(191,205,222)
#C7D2E1
(199,210,225)
#CFD7E4
(207,215,228)
#D7DCE7
(215,220,231)
#DFE1EA
(223,225,234)
#E7E6ED
(231,230,237)
#EFEBF0
(239,235,240)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BED5; }

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

This text font color is #A7BED5.


Background Color

.myBgColor { background-color: #A7BED5; }

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

This div background color is #A7BED5.


Border color

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

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

This div border color is #A7BED5.


Opacity

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

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

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

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

This text has shadow with #A7BED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BED5 on black background.


Color preview on white background

This text has color #A7BED5 on white background.



Black color preview on #A7BED5 background

This text has black color on #A7BED5 background.


White color preview on #A7BED5 background

This text has white color on #A7BED5 background.