COLOR #A7CEC6

HEX: #A7CEC6
RGB: (167,206,198)

Color info

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

RGB color model

#A7CEC6 color RGB value is (167,206,198).

  • red value is 167;
  • green value is 206;
  • blue value is 198.
RGB:
(167,206,198)
(65%,81%,78%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 198 of 255 = 78%

167
206
198

R + G + B ~ 75%. #A7CEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 198 = 571 (100%)
R 167 of 571 ~ 29.25%
G 206 of 571 ~ 36.08%
B 198 of 571 ~ 34.68%

%29.25
%36.08
%34.68

CMYK color model

#A7CEC6 color CMYK value is (19,0,4,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(19,0,4,19)
C19M0Y4K19 
(19%,0%,4%,19%)
(0.19/0.00/0.04/0.19)	

CMYK percentages

%18.93
%0
%3.88
%19.22

Codes

Color #A7CEC6 in popluar color models

A7CEC6
RGB167206198
HSL168°28.47%73.14%
HSB/HSV168°18.93%80.78%
CMYK18.93%0.00%3.88%
19.22%

Color #A7CEC6 in popluar number systems.

HEXA7CEC6
Decimal167206198
Binary101001111100111011000110
Octal247316306

Shades and tints

Shades of #A7CEC6

#A7CEC6
(167,206,198)
#98BCB4
(152,188,180)
#89AAA2
(137,170,162)
#7A9890
(122,152,144)
#6B867E
(107,134,126)
#5C746C
(92,116,108)
#4D625A
(77,98,90)
#3E5048
(62,80,72)
#2F3E36
(47,62,54)
#202C24
(32,44,36)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #A7CEC6

#A7CEC6
(167,206,198)
#AFD2CB
(175,210,203)
#B7D6D0
(183,214,208)
#BFDAD5
(191,218,213)
#C7DEDA
(199,222,218)
#CFE2DF
(207,226,223)
#D7E6E4
(215,230,228)
#DFEAE9
(223,234,233)
#E7EEEE
(231,238,238)
#EFF2F3
(239,242,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CEC6; }

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

This text font color is #A7CEC6.


Background Color

.myBgColor { background-color: #A7CEC6; }

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

This div background color is #A7CEC6.


Border color

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

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

This div border color is #A7CEC6.


Opacity

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

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

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

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

This text has shadow with #A7CEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CEC6 on black background.


Color preview on white background

This text has color #A7CEC6 on white background.



Black color preview on #A7CEC6 background

This text has black color on #A7CEC6 background.


White color preview on #A7CEC6 background

This text has white color on #A7CEC6 background.