COLOR #A7CEC7

HEX: #A7CEC7
RGB: (167,206,199)

Color info

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

RGB color model

#A7CEC7 color RGB value is (167,206,199).

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

RGB channels and saturation

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

167
206
199

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

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 199 = 572 (100%)
R 167 of 572 ~ 29.2%
G 206 of 572 ~ 36.01%
B 199 of 572 ~ 34.79%

%29.2
%36.01
%34.79

CMYK color model

#A7CEC7 color CMYK value is (19,0,3,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK:
(19,0,3,19)
C19M0Y3K19 
(19%,0%,3%,19%)
(0.19/0.00/0.03/0.19)	

CMYK percentages

%18.93
%0
%3.4
%19.22

Codes

Color #A7CEC7 in popluar color models

A7CEC7
RGB167206199
HSL169°28.47%73.14%
HSB/HSV169°18.93%80.78%
CMYK18.93%0.00%3.40%
19.22%

Color #A7CEC7 in popluar number systems.

HEXA7CEC7
Decimal167206199
Binary101001111100111011000111
Octal247316307

Shades and tints

Shades of #A7CEC7

#A7CEC7
(167,206,199)
#98BCB5
(152,188,181)
#89AAA3
(137,170,163)
#7A9891
(122,152,145)
#6B867F
(107,134,127)
#5C746D
(92,116,109)
#4D625B
(77,98,91)
#3E5049
(62,80,73)
#2F3E37
(47,62,55)
#202C25
(32,44,37)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7CEC7

#A7CEC7
(167,206,199)
#AFD2CC
(175,210,204)
#B7D6D1
(183,214,209)
#BFDAD6
(191,218,214)
#C7DEDB
(199,222,219)
#CFE2E0
(207,226,224)
#D7E6E5
(215,230,229)
#DFEAEA
(223,234,234)
#E7EEEF
(231,238,239)
#EFF2F4
(239,242,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CEC7; }

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

This text font color is #A7CEC7.


Background Color

.myBgColor { background-color: #A7CEC7; }

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

This div background color is #A7CEC7.


Border color

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

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

This div border color is #A7CEC7.


Opacity

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

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

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

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

This text has shadow with #A7CEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CEC7 on black background.


Color preview on white background

This text has color #A7CEC7 on white background.



Black color preview on #A7CEC7 background

This text has black color on #A7CEC7 background.


White color preview on #A7CEC7 background

This text has white color on #A7CEC7 background.