COLOR #A7CECE

HEX: #A7CECE RGB: (167,206,206)

Color info

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

RGB color model

#A7CECE color RGB value is (167,206,206).

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

RGB channels and saturation

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

167
206
206

R + G + B ~ 76%. #A7CECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 206 = 579 (100%)
R 167 of 579 ~ 28.84%
G 206 of 579 ~ 35.58%
B 206 of 579 ~ 35.58'%

%28.84
%35.58
%35.58

CMYK color model

#A7CECE color CMYK value is (19,0,0,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (19,0,0,19)
C19M0Y0K19 (19%, 0%, 0%, 19%)
(0.19 / 0.00 / 0.00 / 0.19)

CMYK percentages

%18.93
%0
%0
%19.22

Codes

Color #A7CECE in popluar color models

A7 CE CE
RGB 167 206 206
HSL 180° 28.47% 73.14%
HSB/HSV 180° 18.93% 80.78%
CMYK 18.93% 0.00% 0.00%
19.22%

Color #A7CECE in popluar number systems.

HEX A7 CE CE
Decimal 167 206 206
Binary 10100111 11001110 11001110
Octal 247 316 316

Shades and tints

Shades of #A7CECE

#A7CECE
(167,206,206)
#98BCBC
(152,188,188)
#89AAAA
(137,170,170)
#7A9898
(122,152,152)
#6B8686
(107,134,134)
#5C7474
(92,116,116)
#4D6262
(77,98,98)
#3E5050
(62,80,80)
#2F3E3E
(47,62,62)
#202C2C
(32,44,44)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #A7CECE

#A7CECE
(167,206,206)
#AFD2D2
(175,210,210)
#B7D6D6
(183,214,214)
#BFDADA
(191,218,218)
#C7DEDE
(199,222,222)
#CFE2E2
(207,226,226)
#D7E6E6
(215,230,230)
#DFEAEA
(223,234,234)
#E7EEEE
(231,238,238)
#EFF2F2
(239,242,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CECE; }

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

This text font color is #A7CECE.

Background Color

.myBgColor { background-color: #A7CECE; }

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

This div background color is #A7CECE.

Border color

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

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

This div border color is #A7CECE.

Opacity

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

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

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

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

This text has shadow with #A7CECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CECE.

Preview

Color preview on black background

This text has color #A7CECE on black background.


Color preview on white background

This text has color #A7CECE on white background.


Black color preview on #A7CECE background

This text has black color on #A7CECE background.


White color preview on #A7CECE background

This text has white color on #A7CECE background.


Related colors

Complementary color

Complementary color for #hex is #583131.


I love getcolorcode.com