COLOR #A7CBBD

HEX: #A7CBBD
RGB: (167,203,189)

Color info

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

RGB color model

#A7CBBD color RGB value is (167,203,189).

  • red value is 167;
  • green value is 203;
  • blue value is 189.
RGB:
(167,203,189)
(65%,80%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 189 of 255 = 74%

167
203
189

R + G + B ~ 73%. #A7CBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 203 + 189 = 559 (100%)
R 167 of 559 ~ 29.87%
G 203 of 559 ~ 36.31%
B 189 of 559 ~ 33.81%

%29.87
%36.31
%33.81

CMYK color model

#A7CBBD color CMYK value is (18,0,7,20).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(18,0,7,20)
C18M0Y7K20 
(18%,0%,7%,20%)
(0.18/0.00/0.07/0.20)	

CMYK percentages

%17.73
%0
%6.9
%20.39

Codes

Color #A7CBBD in popluar color models

A7CBBD
RGB167203189
HSL157°25.71%72.55%
HSB/HSV157°17.73%79.61%
CMYK17.73%0.00%6.90%
20.39%

Color #A7CBBD in popluar number systems.

HEXA7CBBD
Decimal167203189
Binary101001111100101110111101
Octal247313275

Shades and tints

Shades of #A7CBBD

#A7CBBD
(167,203,189)
#98B9AC
(152,185,172)
#89A79B
(137,167,155)
#7A958A
(122,149,138)
#6B8379
(107,131,121)
#5C7168
(92,113,104)
#4D5F57
(77,95,87)
#3E4D46
(62,77,70)
#2F3B35
(47,59,53)
#202924
(32,41,36)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A7CBBD

#A7CBBD
(167,203,189)
#AFCFC3
(175,207,195)
#B7D3C9
(183,211,201)
#BFD7CF
(191,215,207)
#C7DBD5
(199,219,213)
#CFDFDB
(207,223,219)
#D7E3E1
(215,227,225)
#DFE7E7
(223,231,231)
#E7EBED
(231,235,237)
#EFEFF3
(239,239,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CBBD color. Also use rgb(167,203,189) instead hex code.

Text Font Color

.myTextColor { color: #A7CBBD; }

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

This text font color is #A7CBBD.


Background Color

.myBgColor { background-color: #A7CBBD; }

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

This div background color is #A7CBBD.


Border color

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

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

This div border color is #A7CBBD.


Opacity

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

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

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

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

This text has shadow with #A7CBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CBBD on black background.


Color preview on white background

This text has color #A7CBBD on white background.



Black color preview on #A7CBBD background

This text has black color on #A7CBBD background.


White color preview on #A7CBBD background

This text has white color on #A7CBBD background.