COLOR #A7CED5

HEX: #A7CED5
RGB: (167,206,213)

Color info

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

RGB color model

#A7CED5 color RGB value is (167,206,213).

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

RGB channels and saturation

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

167
206
213

R + G + B ~ 77%. #A7CED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 213 = 586 (100%)
R 167 of 586 ~ 28.5%
G 206 of 586 ~ 35.15%
B 213 of 586 ~ 36.35%

%28.5
%35.15
%36.35

CMYK color model

#A7CED5 color CMYK value is (22,3,0,16).

  • cyan value is 21.60%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,3,0,16)
C22M3Y0K16 
(22%,3%,0%,16%)
(0.22/0.03/0.00/0.16)	

CMYK percentages

%21.6
%3.29
%0
%16.47

Codes

Color #A7CED5 in popluar color models

A7CED5
RGB167206213
HSL189°35.38%74.51%
HSB/HSV189°21.60%83.53%
CMYK21.60%3.29%0.00%
16.47%

Color #A7CED5 in popluar number systems.

HEXA7CED5
Decimal167206213
Binary101001111100111011010101
Octal247316325

Shades and tints

Shades of #A7CED5

#A7CED5
(167,206,213)
#98BCC2
(152,188,194)
#89AAAF
(137,170,175)
#7A989C
(122,152,156)
#6B8689
(107,134,137)
#5C7476
(92,116,118)
#4D6263
(77,98,99)
#3E5050
(62,80,80)
#2F3E3D
(47,62,61)
#202C2A
(32,44,42)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #A7CED5

#A7CED5
(167,206,213)
#AFD2D8
(175,210,216)
#B7D6DB
(183,214,219)
#BFDADE
(191,218,222)
#C7DEE1
(199,222,225)
#CFE2E4
(207,226,228)
#D7E6E7
(215,230,231)
#DFEAEA
(223,234,234)
#E7EEED
(231,238,237)
#EFF2F0
(239,242,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CED5; }

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

This text font color is #A7CED5.


Background Color

.myBgColor { background-color: #A7CED5; }

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

This div background color is #A7CED5.


Border color

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

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

This div border color is #A7CED5.


Opacity

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

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

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

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

This text has shadow with #A7CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CED5 on black background.


Color preview on white background

This text has color #A7CED5 on white background.



Black color preview on #A7CED5 background

This text has black color on #A7CED5 background.


White color preview on #A7CED5 background

This text has white color on #A7CED5 background.