COLOR #A7D5BE

HEX: #A7D5BE
RGB: (167,213,190)

Color info

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

RGB color model

#A7D5BE color RGB value is (167,213,190).

  • red value is 167;
  • green value is 213;
  • blue value is 190.
RGB:
(167,213,190)
(65%,84%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 213 of 255 = 84%
B 190 of 255 = 75%

167
213
190

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

Portions of RGB colors in percentages

R + G + B =
167 + 213 + 190 = 570 (100%)
R 167 of 570 ~ 29.3%
G 213 of 570 ~ 37.37%
B 190 of 570 ~ 33.33%

%29.3
%37.37
%33.33

CMYK color model

#A7D5BE color CMYK value is (22,0,11,16).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(22,0,11,16)
C22M0Y11K16 
(22%,0%,11%,16%)
(0.22/0.00/0.11/0.16)	

CMYK percentages

%21.6
%0
%10.8
%16.47

Codes

Color #A7D5BE in popluar color models

A7D5BE
RGB167213190
HSL150°35.38%74.51%
HSB/HSV150°21.60%83.53%
CMYK21.60%0.00%10.80%
16.47%

Color #A7D5BE in popluar number systems.

HEXA7D5BE
Decimal167213190
Binary101001111101010110111110
Octal247325276

Shades and tints

Shades of #A7D5BE

#A7D5BE
(167,213,190)
#98C2AD
(152,194,173)
#89AF9C
(137,175,156)
#7A9C8B
(122,156,139)
#6B897A
(107,137,122)
#5C7669
(92,118,105)
#4D6358
(77,99,88)
#3E5047
(62,80,71)
#2F3D36
(47,61,54)
#202A25
(32,42,37)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7D5BE

#A7D5BE
(167,213,190)
#AFD8C3
(175,216,195)
#B7DBC8
(183,219,200)
#BFDECD
(191,222,205)
#C7E1D2
(199,225,210)
#CFE4D7
(207,228,215)
#D7E7DC
(215,231,220)
#DFEAE1
(223,234,225)
#E7EDE6
(231,237,230)
#EFF0EB
(239,240,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D5BE; }

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

This text font color is #A7D5BE.


Background Color

.myBgColor { background-color: #A7D5BE; }

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

This div background color is #A7D5BE.


Border color

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

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

This div border color is #A7D5BE.


Opacity

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

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

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

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

This text has shadow with #A7D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D5BE on black background.


Color preview on white background

This text has color #A7D5BE on white background.



Black color preview on #A7D5BE background

This text has black color on #A7D5BE background.


White color preview on #A7D5BE background

This text has white color on #A7D5BE background.