COLOR #A7DBBE

HEX: #A7DBBE RGB: (167,219,190)

Color info

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

RGB color model

#A7DBBE color RGB value is (167,219,190).

RGB: (167,219,190) (65%, 86%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 219 of 255 = 86%
B 190 of 255 = 75%

167
219
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 219 + 190 = 576 (100%)
R 167 of 576 ~ 28.99%
G 219 of 576 ~ 38.02%
B 190 of 576 ~ 32.99'%

%28.99
%38.02
%32.99

CMYK color model

#A7DBBE color CMYK value is (24,0,13,14).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%

CMYK: (24,0,13,14)
C24M0Y13K14 (24%, 0%, 13%, 14%)
(0.24 / 0.00 / 0.13 / 0.14)

CMYK percentages

%23.74
%0
%13.24
%14.12

Codes

Color #A7DBBE in popluar color models

A7 DB BE
RGB 167 219 190
HSL 147° 41.94% 75.69%
HSB/HSV 147° 23.74% 85.88%
CMYK 23.74% 0.00% 13.24%
14.12%

Color #A7DBBE in popluar number systems.

HEX A7 DB BE
Decimal 167 219 190
Binary 10100111 11011011 10111110
Octal 247 333 276

Shades and tints

Shades of #A7DBBE

#A7DBBE
(167,219,190)
#98C8AD
(152,200,173)
#89B59C
(137,181,156)
#7AA28B
(122,162,139)
#6B8F7A
(107,143,122)
#5C7C69
(92,124,105)
#4D6958
(77,105,88)
#3E5647
(62,86,71)
#2F4336
(47,67,54)
#203025
(32,48,37)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #A7DBBE

#A7DBBE
(167,219,190)
#AFDEC3
(175,222,195)
#B7E1C8
(183,225,200)
#BFE4CD
(191,228,205)
#C7E7D2
(199,231,210)
#CFEAD7
(207,234,215)
#D7EDDC
(215,237,220)
#DFF0E1
(223,240,225)
#E7F3E6
(231,243,230)
#EFF6EB
(239,246,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DBBE; }

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

This text font color is #A7DBBE.

Background Color

.myBgColor { background-color: #A7DBBE; }

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

This div background color is #A7DBBE.

Border color

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

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

This div border color is #A7DBBE.

Opacity

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

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

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

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

This text has shadow with #A7DBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DBBE.

Preview

Color preview on black background

This text has color #A7DBBE on black background.


Color preview on white background

This text has color #A7DBBE on white background.


Black color preview on #A7DBBE background

This text has black color on #A7DBBE background.


White color preview on #A7DBBE background

This text has white color on #A7DBBE background.


Related colors

Complementary color

Complementary color for #hex is #582441.


I love getcolorcode.com

Triadic colors

1 #BEA7DB and #DBBEA7 with #A7DBBE are triadic colors.

2 #BEDBA7 and #DBA7BE with #A7DBBE are triadic colors.