COLOR #A7DBB9

HEX: #A7DBB9
RGB: (167,219,185)

Color info

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

RGB color model

#A7DBB9 color RGB value is (167,219,185).

  • red value is 167;
  • green value is 219;
  • blue value is 185.
RGB:
(167,219,185)
(65%,86%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 219 of 255 = 86%
B 185 of 255 = 73%

167
219
185

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

Portions of RGB colors in percentages

R + G + B =
167 + 219 + 185 = 571 (100%)
R 167 of 571 ~ 29.25%
G 219 of 571 ~ 38.35%
B 185 of 571 ~ 32.4%

%29.25
%38.35
%32.4

CMYK color model

#A7DBB9 color CMYK value is (24,0,16,14).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(24,0,16,14)
C24M0Y16K14 
(24%,0%,16%,14%)
(0.24/0.00/0.16/0.14)	

CMYK percentages

%23.74
%0
%15.53
%14.12

Codes

Color #A7DBB9 in popluar color models

A7DBB9
RGB167219185
HSL141°41.94%75.69%
HSB/HSV141°23.74%85.88%
CMYK23.74%0.00%15.53%
14.12%

Color #A7DBB9 in popluar number systems.

HEXA7DBB9
Decimal167219185
Binary101001111101101110111001
Octal247333271

Shades and tints

Shades of #A7DBB9

#A7DBB9
(167,219,185)
#98C8A9
(152,200,169)
#89B599
(137,181,153)
#7AA289
(122,162,137)
#6B8F79
(107,143,121)
#5C7C69
(92,124,105)
#4D6959
(77,105,89)
#3E5649
(62,86,73)
#2F4339
(47,67,57)
#203029
(32,48,41)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #A7DBB9

#A7DBB9
(167,219,185)
#AFDEBF
(175,222,191)
#B7E1C5
(183,225,197)
#BFE4CB
(191,228,203)
#C7E7D1
(199,231,209)
#CFEAD7
(207,234,215)
#D7EDDD
(215,237,221)
#DFF0E3
(223,240,227)
#E7F3E9
(231,243,233)
#EFF6EF
(239,246,239)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DBB9 color. Also use rgb(167,219,185) instead hex code.

Text Font Color

.myTextColor { color: #A7DBB9; }

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

This text font color is #A7DBB9.


Background Color

.myBgColor { background-color: #A7DBB9; }

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

This div background color is #A7DBB9.


Border color

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

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

This div border color is #A7DBB9.


Opacity

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

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

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

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

This text has shadow with #A7DBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DBB9 on black background.


Color preview on white background

This text has color #A7DBB9 on white background.



Black color preview on #A7DBB9 background

This text has black color on #A7DBB9 background.


White color preview on #A7DBB9 background

This text has white color on #A7DBB9 background.