COLOR #A7CED1

HEX: #A7CED1
RGB: (167,206,209)

Color info

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

RGB color model

#A7CED1 color RGB value is (167,206,209).

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

RGB channels and saturation

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

167
206
209

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

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 209 = 582 (100%)
R 167 of 582 ~ 28.69%
G 206 of 582 ~ 35.4%
B 209 of 582 ~ 35.91%

%28.69
%35.4
%35.91

CMYK color model

#A7CED1 color CMYK value is (20,1,0,18).

  • cyan value is 20.10%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,1,0,18)
C20M1Y0K18 
(20%,1%,0%,18%)
(0.20/0.01/0.00/0.18)	

CMYK percentages

%20.1
%1.44
%0
%18.04

Codes

Color #A7CED1 in popluar color models

A7CED1
RGB167206209
HSL184°31.34%73.73%
HSB/HSV184°20.10%81.96%
CMYK20.10%1.44%0.00%
18.04%

Color #A7CED1 in popluar number systems.

HEXA7CED1
Decimal167206209
Binary101001111100111011010001
Octal247316321

Shades and tints

Shades of #A7CED1

#A7CED1
(167,206,209)
#98BCBE
(152,188,190)
#89AAAB
(137,170,171)
#7A9898
(122,152,152)
#6B8685
(107,134,133)
#5C7472
(92,116,114)
#4D625F
(77,98,95)
#3E504C
(62,80,76)
#2F3E39
(47,62,57)
#202C26
(32,44,38)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7CED1

#A7CED1
(167,206,209)
#AFD2D5
(175,210,213)
#B7D6D9
(183,214,217)
#BFDADD
(191,218,221)
#C7DEE1
(199,222,225)
#CFE2E5
(207,226,229)
#D7E6E9
(215,230,233)
#DFEAED
(223,234,237)
#E7EEF1
(231,238,241)
#EFF2F5
(239,242,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CED1; }

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

This text font color is #A7CED1.


Background Color

.myBgColor { background-color: #A7CED1; }

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

This div background color is #A7CED1.


Border color

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

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

This div border color is #A7CED1.


Opacity

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

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

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

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

This text has shadow with #A7CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CED1 on black background.


Color preview on white background

This text has color #A7CED1 on white background.



Black color preview on #A7CED1 background

This text has black color on #A7CED1 background.


White color preview on #A7CED1 background

This text has white color on #A7CED1 background.