COLOR #A6CEED

HEX: #A6CEED
RGB: (166,206,237)

Color info

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

RGB color model

#A6CEED color RGB value is (166,206,237).

  • red value is 166;
  • green value is 206;
  • blue value is 237.
RGB:
(166,206,237)
(65%,81%,93%)

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 237 of 255 = 93%

166
206
237

R + G + B ~ 80%. #A6CEED is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 237 = 609 (100%)
R 166 of 609 ~ 27.26%
G 206 of 609 ~ 33.83%
B 237 of 609 ~ 38.92%

%27.26
%33.83
%38.92

CMYK color model

#A6CEED color CMYK value is (30,13,0,7).

  • cyan value is 29.96%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,13,0,7)
C30M13Y0K7 
(30%,13%,0%,7%)
(0.30/0.13/0.00/0.07)	

CMYK percentages

%29.96
%13.08
%0
%7.06

Codes

Color #A6CEED in popluar color models

A6CEED
RGB166206237
HSL206°66.36%79.02%
HSB/HSV206°29.96%92.94%
CMYK29.96%13.08%0.00%
7.06%

Color #A6CEED in popluar number systems.

HEXA6CEED
Decimal166206237
Binary101001101100111011101101
Octal246316355

Shades and tints

Shades of #A6CEED

#A6CEED
(166,206,237)
#97BCD8
(151,188,216)
#88AAC3
(136,170,195)
#7998AE
(121,152,174)
#6A8699
(106,134,153)
#5B7484
(91,116,132)
#4C626F
(76,98,111)
#3D505A
(61,80,90)
#2E3E45
(46,62,69)
#1F2C30
(31,44,48)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #A6CEED

#A6CEED
(166,206,237)
#AED2EE
(174,210,238)
#B6D6EF
(182,214,239)
#BEDAF0
(190,218,240)
#C6DEF1
(198,222,241)
#CEE2F2
(206,226,242)
#D6E6F3
(214,230,243)
#DEEAF4
(222,234,244)
#E6EEF5
(230,238,245)
#EEF2F6
(238,242,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CEED color. Also use rgb(166,206,237) instead hex code.

Text Font Color

.myTextColor { color: #A6CEED; }

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

This text font color is #A6CEED.


Background Color

.myBgColor { background-color: #A6CEED; }

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

This div background color is #A6CEED.


Border color

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

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

This div border color is #A6CEED.


Opacity

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

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

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

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

This text has shadow with #A6CEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CEED on black background.


Color preview on white background

This text has color #A6CEED on white background.



Black color preview on #A6CEED background

This text has black color on #A6CEED background.


White color preview on #A6CEED background

This text has white color on #A6CEED background.