COLOR #A3BECB

HEX: #A3BECB
RGB: (163,190,203)

Color info

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

RGB color model

#A3BECB color RGB value is (163,190,203).

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

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 203 of 255 = 80%

163
190
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 203 = 556 (100%)
R 163 of 556 ~ 29.32%
G 190 of 556 ~ 34.17%
B 203 of 556 ~ 36.51%

%29.32
%34.17
%36.51

CMYK color model

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

  • cyan value is 19.70%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,6,0,20)
C20M6Y0K20 
(20%,6%,0%,20%)
(0.20/0.06/0.00/0.20)	

CMYK percentages

%19.7
%6.4
%0
%20.39

Codes

Color #A3BECB in popluar color models

A3BECB
RGB163190203
HSL200°27.78%71.76%
HSB/HSV200°19.70%79.61%
CMYK19.70%6.40%0.00%
20.39%

Color #A3BECB in popluar number systems.

HEXA3BECB
Decimal163190203
Binary101000111011111011001011
Octal243276313

Shades and tints

Shades of #A3BECB

#A3BECB
(163,190,203)
#95ADB9
(149,173,185)
#879CA7
(135,156,167)
#798B95
(121,139,149)
#6B7A83
(107,122,131)
#5D6971
(93,105,113)
#4F585F
(79,88,95)
#41474D
(65,71,77)
#33363B
(51,54,59)
#252529
(37,37,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A3BECB

#A3BECB
(163,190,203)
#ABC3CF
(171,195,207)
#B3C8D3
(179,200,211)
#BBCDD7
(187,205,215)
#C3D2DB
(195,210,219)
#CBD7DF
(203,215,223)
#D3DCE3
(211,220,227)
#DBE1E7
(219,225,231)
#E3E6EB
(227,230,235)
#EBEBEF
(235,235,239)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BECB; }

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

This text font color is #A3BECB.


Background Color

.myBgColor { background-color: #A3BECB; }

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

This div background color is #A3BECB.


Border color

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

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

This div border color is #A3BECB.


Opacity

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

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

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

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

This text has shadow with #A3BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BECB on black background.


Color preview on white background

This text has color #A3BECB on white background.



Black color preview on #A3BECB background

This text has black color on #A3BECB background.


White color preview on #A3BECB background

This text has white color on #A3BECB background.