COLOR #A7BECB

HEX: #A7BECB
RGB: (167,190,203)

Color info

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

RGB color model

#A7BECB color RGB value is (167,190,203).

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

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 203 of 255 = 80%

167
190
203

R + G + B ~ 73%. #A7BECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 203 = 560 (100%)
R 167 of 560 ~ 29.82%
G 190 of 560 ~ 33.93%
B 203 of 560 ~ 36.25%

%29.82
%33.93
%36.25

CMYK color model

#A7BECB color CMYK value is (18,6,0,20).

  • cyan value is 17.73%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(18,6,0,20)
C18M6Y0K20 
(18%,6%,0%,20%)
(0.18/0.06/0.00/0.20)	

CMYK percentages

%17.73
%6.4
%0
%20.39

Codes

Color #A7BECB in popluar color models

A7BECB
RGB167190203
HSL202°25.71%72.55%
HSB/HSV202°17.73%79.61%
CMYK17.73%6.40%0.00%
20.39%

Color #A7BECB in popluar number systems.

HEXA7BECB
Decimal167190203
Binary101001111011111011001011
Octal247276313

Shades and tints

Shades of #A7BECB

#A7BECB
(167,190,203)
#98ADB9
(152,173,185)
#899CA7
(137,156,167)
#7A8B95
(122,139,149)
#6B7A83
(107,122,131)
#5C6971
(92,105,113)
#4D585F
(77,88,95)
#3E474D
(62,71,77)
#2F363B
(47,54,59)
#202529
(32,37,41)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7BECB

#A7BECB
(167,190,203)
#AFC3CF
(175,195,207)
#B7C8D3
(183,200,211)
#BFCDD7
(191,205,215)
#C7D2DB
(199,210,219)
#CFD7DF
(207,215,223)
#D7DCE3
(215,220,227)
#DFE1E7
(223,225,231)
#E7E6EB
(231,230,235)
#EFEBEF
(239,235,239)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BECB; }

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

This text font color is #A7BECB.


Background Color

.myBgColor { background-color: #A7BECB; }

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

This div background color is #A7BECB.


Border color

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

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

This div border color is #A7BECB.


Opacity

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

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

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

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

This text has shadow with #A7BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BECB on black background.


Color preview on white background

This text has color #A7BECB on white background.



Black color preview on #A7BECB background

This text has black color on #A7BECB background.


White color preview on #A7BECB background

This text has white color on #A7BECB background.