COLOR #A7DBB3

HEX: #A7DBB3
RGB: (167,219,179)

Color info

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

RGB color model

#A7DBB3 color RGB value is (167,219,179).

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

RGB channels and saturation

R 167 of 255 = 65%
G 219 of 255 = 86%
B 179 of 255 = 70%

167
219
179

R + G + B ~ 74%. #A7DBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 219 + 179 = 565 (100%)
R 167 of 565 ~ 29.56%
G 219 of 565 ~ 38.76%
B 179 of 565 ~ 31.68%

%29.56
%38.76
%31.68

CMYK color model

#A7DBB3 color CMYK value is (24,0,18,14).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 14.12%
CMYK:
(24,0,18,14)
C24M0Y18K14 
(24%,0%,18%,14%)
(0.24/0.00/0.18/0.14)	

CMYK percentages

%23.74
%0
%18.26
%14.12

Codes

Color #A7DBB3 in popluar color models

A7DBB3
RGB167219179
HSL134°41.94%75.69%
HSB/HSV134°23.74%85.88%
CMYK23.74%0.00%18.26%
14.12%

Color #A7DBB3 in popluar number systems.

HEXA7DBB3
Decimal167219179
Binary101001111101101110110011
Octal247333263

Shades and tints

Shades of #A7DBB3

#A7DBB3
(167,219,179)
#98C8A3
(152,200,163)
#89B593
(137,181,147)
#7AA283
(122,162,131)
#6B8F73
(107,143,115)
#5C7C63
(92,124,99)
#4D6953
(77,105,83)
#3E5643
(62,86,67)
#2F4333
(47,67,51)
#203023
(32,48,35)
#111D13
(17,29,19)
#000000
(0,0,0)

Tints of #A7DBB3

#A7DBB3
(167,219,179)
#AFDEB9
(175,222,185)
#B7E1BF
(183,225,191)
#BFE4C5
(191,228,197)
#C7E7CB
(199,231,203)
#CFEAD1
(207,234,209)
#D7EDD7
(215,237,215)
#DFF0DD
(223,240,221)
#E7F3E3
(231,243,227)
#EFF6E9
(239,246,233)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DBB3; }

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

This text font color is #A7DBB3.


Background Color

.myBgColor { background-color: #A7DBB3; }

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

This div background color is #A7DBB3.


Border color

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

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

This div border color is #A7DBB3.


Opacity

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

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

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

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

This text has shadow with #A7DBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DBB3 on black background.


Color preview on white background

This text has color #A7DBB3 on white background.



Black color preview on #A7DBB3 background

This text has black color on #A7DBB3 background.


White color preview on #A7DBB3 background

This text has white color on #A7DBB3 background.