COLOR #A7CECF

HEX: #A7CECF RGB: (167,206,207)

Color info

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

RGB color model

#A7CECF color RGB value is (167,206,207).

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

RGB channels and saturation

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

167
206
207

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

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 207 = 580 (100%)
R 167 of 580 ~ 28.79%
G 206 of 580 ~ 35.52%
B 207 of 580 ~ 35.69'%

%28.79
%35.52
%35.69

CMYK color model

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

  • cyan value is 19.32%
  • magenta value is 0.48%
  • yellow value is 0.00%
  • key color value is 18.82%

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

CMYK percentages

%19.32
%0.48
%0
%18.82

Codes

Color #A7CECF in popluar color models

A7 CE CF
RGB 167 206 207
HSL 182° 29.41% 73.33%
HSB/HSV 182° 19.32% 81.18%
CMYK 19.32% 0.48% 0.00%
18.82%

Color #A7CECF in popluar number systems.

HEX A7 CE CF
Decimal 167 206 207
Binary 10100111 11001110 11001111
Octal 247 316 317

Shades and tints

Shades of #A7CECF

#A7CECF
(167,206,207)
#98BCBD
(152,188,189)
#89AAAB
(137,170,171)
#7A9899
(122,152,153)
#6B8687
(107,134,135)
#5C7475
(92,116,117)
#4D6263
(77,98,99)
#3E5051
(62,80,81)
#2F3E3F
(47,62,63)
#202C2D
(32,44,45)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #A7CECF

#A7CECF
(167,206,207)
#AFD2D3
(175,210,211)
#B7D6D7
(183,214,215)
#BFDADB
(191,218,219)
#C7DEDF
(199,222,223)
#CFE2E3
(207,226,227)
#D7E6E7
(215,230,231)
#DFEAEB
(223,234,235)
#E7EEEF
(231,238,239)
#EFF2F3
(239,242,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CECF; }

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

This text font color is #A7CECF.

Background Color

.myBgColor { background-color: #A7CECF; }

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

This div background color is #A7CECF.

Border color

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

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

This div border color is #A7CECF.

Opacity

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

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

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

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

This text has shadow with #A7CECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CECF.

Preview

Color preview on black background

This text has color #A7CECF on black background.


Color preview on white background

This text has color #A7CECF on white background.


Black color preview on #A7CECF background

This text has black color on #A7CECF background.


White color preview on #A7CECF background

This text has white color on #A7CECF background.


Related colors

Complementary color

Complementary color for #hex is #583130.


I love getcolorcode.com

Triadic colors

1 #CFA7CE and #CECFA7 with #A7CECF are triadic colors.

2 #CFCEA7 and #CEA7CF with #A7CECF are triadic colors.