COLOR #A6BEBC

HEX: #A6BEBC RGB: (166,190,188)

Color info

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

RGB color model

#A6BEBC color RGB value is (166,190,188).

RGB: (166,190,188) (65%, 75%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 188 of 255 = 74%

166
190
188

R + G + B ~ 71%. #A6BEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 190 + 188 = 544 (100%)
R 166 of 544 ~ 30.51%
G 190 of 544 ~ 34.93%
B 188 of 544 ~ 34.56'%

%30.51
%34.93
%34.56

CMYK color model

#A6BEBC color CMYK value is (13,0,1,25).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (13,0,1,25)
C13M0Y1K25 (13%, 0%, 1%, 25%)
(0.13 / 0.00 / 0.01 / 0.25)

CMYK percentages

%12.63
%0
%1.05
%25.49

Codes

Color #A6BEBC in popluar color models

A6 BE BC
RGB 166 190 188
HSL 175° 15.58% 69.80%
HSB/HSV 175° 12.63% 74.51%
CMYK 12.63% 0.00% 1.05%
25.49%

Color #A6BEBC in popluar number systems.

HEX A6 BE BC
Decimal 166 190 188
Binary 10100110 10111110 10111100
Octal 246 276 274

Shades and tints

Shades of #A6BEBC

#A6BEBC
(166,190,188)
#97ADAB
(151,173,171)
#889C9A
(136,156,154)
#798B89
(121,139,137)
#6A7A78
(106,122,120)
#5B6967
(91,105,103)
#4C5856
(76,88,86)
#3D4745
(61,71,69)
#2E3634
(46,54,52)
#1F2523
(31,37,35)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #A6BEBC

#A6BEBC
(166,190,188)
#AEC3C2
(174,195,194)
#B6C8C8
(182,200,200)
#BECDCE
(190,205,206)
#C6D2D4
(198,210,212)
#CED7DA
(206,215,218)
#D6DCE0
(214,220,224)
#DEE1E6
(222,225,230)
#E6E6EC
(230,230,236)
#EEEBF2
(238,235,242)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BEBC color. Also use rgb(166,190,188) instead hex code.

Text Font Color

.myTextColor { color: #A6BEBC; }

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

This text font color is #A6BEBC.

Background Color

.myBgColor { background-color: #A6BEBC; }

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

This div background color is #A6BEBC.

Border color

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

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

This div border color is #A6BEBC.

Opacity

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

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

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

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

This text has shadow with #A6BEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BEBC.

Preview

Color preview on black background

This text has color #A6BEBC on black background.


Color preview on white background

This text has color #A6BEBC on white background.


Black color preview on #A6BEBC background

This text has black color on #A6BEBC background.


White color preview on #A6BEBC background

This text has white color on #A6BEBC background.


Related colors

Complementary color

Complementary color for #hex is #594143.


I love getcolorcode.com

Triadic colors

1 #BCA6BE and #BEBCA6 with #A6BEBC are triadic colors.

2 #BCBEA6 and #BEA6BC with #A6BEBC are triadic colors.