COLOR #A7BEDF

HEX: #A7BEDF
RGB: (167,190,223)

Color info

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

RGB color model

#A7BEDF color RGB value is (167,190,223).

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

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 223 of 255 = 87%

167
190
223

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

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 223 = 580 (100%)
R 167 of 580 ~ 28.79%
G 190 of 580 ~ 32.76%
B 223 of 580 ~ 38.45%

%28.79
%32.76
%38.45

CMYK color model

#A7BEDF color CMYK value is (25,15,0,13).

  • cyan value is 25.11%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (25,15,0,13) C25M15Y0K13 (25%,15%,0%,13%) (0.25/0.15/0.00/0.13)

CMYK percentages

%25.11
%14.8
%0
%12.55

Codes

Color #A7BEDF in popluar color models

A7BEDF
RGB167190223
HSL215°46.67%76.47%
HSB/HSV215°25.11%87.45%
CMYK25.11%14.80%0.00%
12.55%

Color #A7BEDF in popluar number systems.

HEXA7BEDF
Decimal167190223
Binary101001111011111011011111
Octal247276337

Shades and tints

Shades of #A7BEDF

#A7BEDF
(167,190,223)
#98ADCB
(152,173,203)
#899CB7
(137,156,183)
#7A8BA3
(122,139,163)
#6B7A8F
(107,122,143)
#5C697B
(92,105,123)
#4D5867
(77,88,103)
#3E4753
(62,71,83)
#2F363F
(47,54,63)
#20252B
(32,37,43)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7BEDF

#A7BEDF
(167,190,223)
#AFC3E1
(175,195,225)
#B7C8E3
(183,200,227)
#BFCDE5
(191,205,229)
#C7D2E7
(199,210,231)
#CFD7E9
(207,215,233)
#D7DCEB
(215,220,235)
#DFE1ED
(223,225,237)
#E7E6EF
(231,230,239)
#EFEBF1
(239,235,241)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BEDF; }

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

This text font color is #A7BEDF.


Background Color

.myBgColor { background-color: #A7BEDF; }

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

This div background color is #A7BEDF.


Border color

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

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

This div border color is #A7BEDF.


Opacity

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

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

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

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

This text has shadow with #A7BEDF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7BEDF on black background.


Color preview on white background

This text has color #A7BEDF on white background.



Black color preview on #A7BEDF background

This text has black color on #A7BEDF background.


White color preview on #A7BEDF background

This text has white color on #A7BEDF background.