COLOR #A7C4BE

HEX: #A7C4BE
RGB: (167,196,190)

Color info

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

RGB color model

#A7C4BE color RGB value is (167,196,190).

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

RGB channels and saturation

R 167 of 255 = 65%
G 196 of 255 = 77%
B 190 of 255 = 75%

167
196
190

R + G + B ~ 72%. #A7C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 196 + 190 = 553 (100%)
R 167 of 553 ~ 30.2%
G 196 of 553 ~ 35.44%
B 190 of 553 ~ 34.36%

%30.2
%35.44
%34.36

CMYK color model

#A7C4BE color CMYK value is (15,0,3,23).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(15,0,3,23)
C15M0Y3K23 
(15%,0%,3%,23%)
(0.15/0.00/0.03/0.23)	

CMYK percentages

%14.8
%0
%3.06
%23.14

Codes

Color #A7C4BE in popluar color models

A7C4BE
RGB167196190
HSL168°19.73%71.18%
HSB/HSV168°14.80%76.86%
CMYK14.80%0.00%3.06%
23.14%

Color #A7C4BE in popluar number systems.

HEXA7C4BE
Decimal167196190
Binary101001111100010010111110
Octal247304276

Shades and tints

Shades of #A7C4BE

#A7C4BE
(167,196,190)
#98B3AD
(152,179,173)
#89A29C
(137,162,156)
#7A918B
(122,145,139)
#6B807A
(107,128,122)
#5C6F69
(92,111,105)
#4D5E58
(77,94,88)
#3E4D47
(62,77,71)
#2F3C36
(47,60,54)
#202B25
(32,43,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #A7C4BE

#A7C4BE
(167,196,190)
#AFC9C3
(175,201,195)
#B7CEC8
(183,206,200)
#BFD3CD
(191,211,205)
#C7D8D2
(199,216,210)
#CFDDD7
(207,221,215)
#D7E2DC
(215,226,220)
#DFE7E1
(223,231,225)
#E7ECE6
(231,236,230)
#EFF1EB
(239,241,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C4BE; }

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

This text font color is #A7C4BE.


Background Color

.myBgColor { background-color: #A7C4BE; }

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

This div background color is #A7C4BE.


Border color

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

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

This div border color is #A7C4BE.


Opacity

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

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

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

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

This text has shadow with #A7C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C4BE on black background.


Color preview on white background

This text has color #A7C4BE on white background.



Black color preview on #A7C4BE background

This text has black color on #A7C4BE background.


White color preview on #A7C4BE background

This text has white color on #A7C4BE background.