COLOR #A8BECB

HEX: #A8BECB
RGB: (168,190,203)

Color info

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

RGB color model

#A8BECB color RGB value is (168,190,203).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 203 of 255 = 80%

168
190
203

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 203 = 561 (100%)
R 168 of 561 ~ 29.95%
G 190 of 561 ~ 33.87%
B 203 of 561 ~ 36.19%

%29.95
%33.87
%36.19

CMYK color model

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

  • cyan value is 17.24%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,6,0,20)
C17M6Y0K20 
(17%,6%,0%,20%)
(0.17/0.06/0.00/0.20)	

CMYK percentages

%17.24
%6.4
%0
%20.39

Codes

Color #A8BECB in popluar color models

A8BECB
RGB168190203
HSL202°25.18%72.75%
HSB/HSV202°17.24%79.61%
CMYK17.24%6.40%0.00%
20.39%

Color #A8BECB in popluar number systems.

HEXA8BECB
Decimal168190203
Binary101010001011111011001011
Octal250276313

Shades and tints

Shades of #A8BECB

#A8BECB
(168,190,203)
#99ADB9
(153,173,185)
#8A9CA7
(138,156,167)
#7B8B95
(123,139,149)
#6C7A83
(108,122,131)
#5D6971
(93,105,113)
#4E585F
(78,88,95)
#3F474D
(63,71,77)
#30363B
(48,54,59)
#212529
(33,37,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8BECB

#A8BECB
(168,190,203)
#AFC3CF
(175,195,207)
#B6C8D3
(182,200,211)
#BDCDD7
(189,205,215)
#C4D2DB
(196,210,219)
#CBD7DF
(203,215,223)
#D2DCE3
(210,220,227)
#D9E1E7
(217,225,231)
#E0E6EB
(224,230,235)
#E7EBEF
(231,235,239)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BECB; }

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

This text font color is #A8BECB.


Background Color

.myBgColor { background-color: #A8BECB; }

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

This div background color is #A8BECB.


Border color

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

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

This div border color is #A8BECB.


Opacity

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

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

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

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

This text has shadow with #A8BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BECB on black background.


Color preview on white background

This text has color #A8BECB on white background.



Black color preview on #A8BECB background

This text has black color on #A8BECB background.


White color preview on #A8BECB background

This text has white color on #A8BECB background.