COLOR #A7CEC9

HEX: #A7CEC9
RGB: (167,206,201)

Color info

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

RGB color model

#A7CEC9 color RGB value is (167,206,201).

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

RGB channels and saturation

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

167
206
201

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

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 201 = 574 (100%)
R 167 of 574 ~ 29.09%
G 206 of 574 ~ 35.89%
B 201 of 574 ~ 35.02%

%29.09
%35.89
%35.02

CMYK color model

#A7CEC9 color CMYK value is (19,0,2,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK:
(19,0,2,19)
C19M0Y2K19 
(19%,0%,2%,19%)
(0.19/0.00/0.02/0.19)	

CMYK percentages

%18.93
%0
%2.43
%19.22

Codes

Color #A7CEC9 in popluar color models

A7CEC9
RGB167206201
HSL172°28.47%73.14%
HSB/HSV172°18.93%80.78%
CMYK18.93%0.00%2.43%
19.22%

Color #A7CEC9 in popluar number systems.

HEXA7CEC9
Decimal167206201
Binary101001111100111011001001
Octal247316311

Shades and tints

Shades of #A7CEC9

#A7CEC9
(167,206,201)
#98BCB7
(152,188,183)
#89AAA5
(137,170,165)
#7A9893
(122,152,147)
#6B8681
(107,134,129)
#5C746F
(92,116,111)
#4D625D
(77,98,93)
#3E504B
(62,80,75)
#2F3E39
(47,62,57)
#202C27
(32,44,39)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #A7CEC9

#A7CEC9
(167,206,201)
#AFD2CD
(175,210,205)
#B7D6D1
(183,214,209)
#BFDAD5
(191,218,213)
#C7DED9
(199,222,217)
#CFE2DD
(207,226,221)
#D7E6E1
(215,230,225)
#DFEAE5
(223,234,229)
#E7EEE9
(231,238,233)
#EFF2ED
(239,242,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CEC9; }

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

This text font color is #A7CEC9.


Background Color

.myBgColor { background-color: #A7CEC9; }

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

This div background color is #A7CEC9.


Border color

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

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

This div border color is #A7CEC9.


Opacity

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

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

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

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

This text has shadow with #A7CEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CEC9 on black background.


Color preview on white background

This text has color #A7CEC9 on white background.



Black color preview on #A7CEC9 background

This text has black color on #A7CEC9 background.


White color preview on #A7CEC9 background

This text has white color on #A7CEC9 background.