COLOR #A7CEE6

HEX: #A7CEE6 RGB: (167,206,230)

Color info

#A7CEE6 contains mainly green and blue colors. Web safe color of #A7CEE6 is #99CCCC (or #9CC).

RGB color model

#A7CEE6 color RGB value is (167,206,230).

RGB: (167,206,230) (65%, 81%, 90%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 230 of 255 = 90%

167
206
230

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

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 230 = 603 (100%)
R 167 of 603 ~ 27.69%
G 206 of 603 ~ 34.16%
B 230 of 603 ~ 38.14'%

%27.69
%34.16
%38.14

CMYK color model

#A7CEE6 color CMYK value is (27,10,0,10).

  • cyan value is 27.39%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,10,0,10)
C27M10Y0K10 (27%, 10%, 0%, 10%)
(0.27 / 0.10 / 0.00 / 0.10)

CMYK percentages

%27.39
%10.43
%0
%9.8

Codes

Color #A7CEE6 in popluar color models

A7 CE E6
RGB 167 206 230
HSL 203° 55.75% 77.84%
HSB/HSV 203° 27.39% 90.20%
CMYK 27.39% 10.43% 0.00%
9.80%

Color #A7CEE6 in popluar number systems.

HEX A7 CE E6
Decimal 167 206 230
Binary 10100111 11001110 11100110
Octal 247 316 346

Shades and tints

Shades of #A7CEE6

#A7CEE6
(167,206,230)
#98BCD2
(152,188,210)
#89AABE
(137,170,190)
#7A98AA
(122,152,170)
#6B8696
(107,134,150)
#5C7482
(92,116,130)
#4D626E
(77,98,110)
#3E505A
(62,80,90)
#2F3E46
(47,62,70)
#202C32
(32,44,50)
#111A1E
(17,26,30)
#000000
(0,0,0)

Tints of #A7CEE6

#A7CEE6
(167,206,230)
#AFD2E8
(175,210,232)
#B7D6EA
(183,214,234)
#BFDAEC
(191,218,236)
#C7DEEE
(199,222,238)
#CFE2F0
(207,226,240)
#D7E6F2
(215,230,242)
#DFEAF4
(223,234,244)
#E7EEF6
(231,238,246)
#EFF2F8
(239,242,248)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CEE6 color. Also use rgb(167,206,230) instead hex code.

Text Font Color

.myTextColor { color: #A7CEE6; }

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

This text font color is #A7CEE6.

Background Color

.myBgColor { background-color: #A7CEE6; }

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

This div background color is #A7CEE6.

Border color

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

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

This div border color is #A7CEE6.

Opacity

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

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

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

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

This text has shadow with #A7CEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CEE6.

Preview

Color preview on black background

This text has color #A7CEE6 on black background.


Color preview on white background

This text has color #A7CEE6 on white background.


Black color preview on #A7CEE6 background

This text has black color on #A7CEE6 background.


White color preview on #A7CEE6 background

This text has white color on #A7CEE6 background.


Related colors

Complementary color

Complementary color for #hex is #583119.


I love getcolorcode.com

Triadic colors

1 #E6A7CE and #CEE6A7 with #A7CEE6 are triadic colors.

2 #E6CEA7 and #CEA7E6 with #A7CEE6 are triadic colors.