COLOR #A6CBEA

HEX: #A6CBEA RGB: (166,203,234)

Color info

#A6CBEA contains mainly green and blue colors. Web safe color of #A6CBEA is #99CCFF (or #9CF).

RGB color model

#A6CBEA color RGB value is (166,203,234).

RGB: (166,203,234) (65%, 80%, 92%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 234 of 255 = 92%

166
203
234

R + G + B ~ 79%. #A6CBEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 203 + 234 = 603 (100%)
R 166 of 603 ~ 27.53%
G 203 of 603 ~ 33.67%
B 234 of 603 ~ 38.81'%

%27.53
%33.67
%38.81

CMYK color model

#A6CBEA color CMYK value is (29,13,0,8).

  • cyan value is 29.06%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (29,13,0,8)
C29M13Y0K8 (29%, 13%, 0%, 8%)
(0.29 / 0.13 / 0.00 / 0.08)

CMYK percentages

%29.06
%13.25
%0
%8.24

Codes

Color #A6CBEA in popluar color models

A6 CB EA
RGB 166 203 234
HSL 207° 61.82% 78.43%
HSB/HSV 207° 29.06% 91.76%
CMYK 29.06% 13.25% 0.00%
8.24%

Color #A6CBEA in popluar number systems.

HEX A6 CB EA
Decimal 166 203 234
Binary 10100110 11001011 11101010
Octal 246 313 352

Shades and tints

Shades of #A6CBEA

#A6CBEA
(166,203,234)
#97B9D5
(151,185,213)
#88A7C0
(136,167,192)
#7995AB
(121,149,171)
#6A8396
(106,131,150)
#5B7181
(91,113,129)
#4C5F6C
(76,95,108)
#3D4D57
(61,77,87)
#2E3B42
(46,59,66)
#1F292D
(31,41,45)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #A6CBEA

#A6CBEA
(166,203,234)
#AECFEB
(174,207,235)
#B6D3EC
(182,211,236)
#BED7ED
(190,215,237)
#C6DBEE
(198,219,238)
#CEDFEF
(206,223,239)
#D6E3F0
(214,227,240)
#DEE7F1
(222,231,241)
#E6EBF2
(230,235,242)
#EEEFF3
(238,239,243)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CBEA color. Also use rgb(166,203,234) instead hex code.

Text Font Color

.myTextColor { color: #A6CBEA; }

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

This text font color is #A6CBEA.

Background Color

.myBgColor { background-color: #A6CBEA; }

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

This div background color is #A6CBEA.

Border color

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

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

This div border color is #A6CBEA.

Opacity

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

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

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

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

This text has shadow with #A6CBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CBEA.

Preview

Color preview on black background

This text has color #A6CBEA on black background.


Color preview on white background

This text has color #A6CBEA on white background.


Black color preview on #A6CBEA background

This text has black color on #A6CBEA background.


White color preview on #A6CBEA background

This text has white color on #A6CBEA background.


Related colors

Complementary color

Complementary color for #hex is #593415.


I love getcolorcode.com

Triadic colors

1 #EAA6CB and #CBEAA6 with #A6CBEA are triadic colors.

2 #EACBA6 and #CBA6EA with #A6CBEA are triadic colors.