COLOR #A7D5BB

HEX: #A7D5BB RGB: (167,213,187)

Color info

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

RGB color model

#A7D5BB color RGB value is (167,213,187).

RGB: (167,213,187) (65%, 84%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 213 of 255 = 84%
B 187 of 255 = 73%

167
213
187

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

Portions of RGB colors in percentages

R + G + B = 167 + 213 + 187 = 567 (100%)
R 167 of 567 ~ 29.45%
G 213 of 567 ~ 37.57%
B 187 of 567 ~ 32.98'%

%29.45
%37.57
%32.98

CMYK color model

#A7D5BB color CMYK value is (22,0,12,16).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (22,0,12,16)
C22M0Y12K16 (22%, 0%, 12%, 16%)
(0.22 / 0.00 / 0.12 / 0.16)

CMYK percentages

%21.6
%0
%12.21
%16.47

Codes

Color #A7D5BB in popluar color models

A7 D5 BB
RGB 167 213 187
HSL 146° 35.38% 74.51%
HSB/HSV 146° 21.60% 83.53%
CMYK 21.60% 0.00% 12.21%
16.47%

Color #A7D5BB in popluar number systems.

HEX A7 D5 BB
Decimal 167 213 187
Binary 10100111 11010101 10111011
Octal 247 325 273

Shades and tints

Shades of #A7D5BB

#A7D5BB
(167,213,187)
#98C2AA
(152,194,170)
#89AF99
(137,175,153)
#7A9C88
(122,156,136)
#6B8977
(107,137,119)
#5C7666
(92,118,102)
#4D6355
(77,99,85)
#3E5044
(62,80,68)
#2F3D33
(47,61,51)
#202A22
(32,42,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #A7D5BB

#A7D5BB
(167,213,187)
#AFD8C1
(175,216,193)
#B7DBC7
(183,219,199)
#BFDECD
(191,222,205)
#C7E1D3
(199,225,211)
#CFE4D9
(207,228,217)
#D7E7DF
(215,231,223)
#DFEAE5
(223,234,229)
#E7EDEB
(231,237,235)
#EFF0F1
(239,240,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D5BB; }

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

This text font color is #A7D5BB.

Background Color

.myBgColor { background-color: #A7D5BB; }

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

This div background color is #A7D5BB.

Border color

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

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

This div border color is #A7D5BB.

Opacity

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

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

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

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

This text has shadow with #A7D5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D5BB.

Preview

Color preview on black background

This text has color #A7D5BB on black background.


Color preview on white background

This text has color #A7D5BB on white background.


Black color preview on #A7D5BB background

This text has black color on #A7D5BB background.


White color preview on #A7D5BB background

This text has white color on #A7D5BB background.


Related colors

Complementary color

Complementary color for #hex is #582A44.


I love getcolorcode.com

Triadic colors

1 #BBA7D5 and #D5BBA7 with #A7D5BB are triadic colors.

2 #BBD5A7 and #D5A7BB with #A7D5BB are triadic colors.