COLOR #A7D3BF

HEX: #A7D3BF RGB: (167,211,191)

Color info

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

RGB color model

#A7D3BF color RGB value is (167,211,191).

RGB: (167,211,191) (65%, 83%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 191 of 255 = 75%

167
211
191

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

Portions of RGB colors in percentages

R + G + B = 167 + 211 + 191 = 569 (100%)
R 167 of 569 ~ 29.35%
G 211 of 569 ~ 37.08%
B 191 of 569 ~ 33.57'%

%29.35
%37.08
%33.57

CMYK color model

#A7D3BF color CMYK value is (21,0,9,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 17.25%

CMYK: (21,0,9,17)
C21M0Y9K17 (21%, 0%, 9%, 17%)
(0.21 / 0.00 / 0.09 / 0.17)

CMYK percentages

%20.85
%0
%9.48
%17.25

Codes

Color #A7D3BF in popluar color models

A7 D3 BF
RGB 167 211 191
HSL 153° 33.33% 74.12%
HSB/HSV 153° 20.85% 82.75%
CMYK 20.85% 0.00% 9.48%
17.25%

Color #A7D3BF in popluar number systems.

HEX A7 D3 BF
Decimal 167 211 191
Binary 10100111 11010011 10111111
Octal 247 323 277

Shades and tints

Shades of #A7D3BF

#A7D3BF
(167,211,191)
#98C0AE
(152,192,174)
#89AD9D
(137,173,157)
#7A9A8C
(122,154,140)
#6B877B
(107,135,123)
#5C746A
(92,116,106)
#4D6159
(77,97,89)
#3E4E48
(62,78,72)
#2F3B37
(47,59,55)
#202826
(32,40,38)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A7D3BF

#A7D3BF
(167,211,191)
#AFD7C4
(175,215,196)
#B7DBC9
(183,219,201)
#BFDFCE
(191,223,206)
#C7E3D3
(199,227,211)
#CFE7D8
(207,231,216)
#D7EBDD
(215,235,221)
#DFEFE2
(223,239,226)
#E7F3E7
(231,243,231)
#EFF7EC
(239,247,236)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D3BF color. Also use rgb(167,211,191) instead hex code.

Text Font Color

.myTextColor { color: #A7D3BF; }

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

This text font color is #A7D3BF.

Background Color

.myBgColor { background-color: #A7D3BF; }

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

This div background color is #A7D3BF.

Border color

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

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

This div border color is #A7D3BF.

Opacity

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

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

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

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

This text has shadow with #A7D3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D3BF.

Preview

Color preview on black background

This text has color #A7D3BF on black background.


Color preview on white background

This text has color #A7D3BF on white background.


Black color preview on #A7D3BF background

This text has black color on #A7D3BF background.


White color preview on #A7D3BF background

This text has white color on #A7D3BF background.


Related colors

Complementary color

Complementary color for #hex is #582C40.


I love getcolorcode.com

Triadic colors

1 #BFA7D3 and #D3BFA7 with #A7D3BF are triadic colors.

2 #BFD3A7 and #D3A7BF with #A7D3BF are triadic colors.