COLOR #A7CFB9

HEX: #A7CFB9
RGB: (167,207,185)

Color info

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

RGB color model

#A7CFB9 color RGB value is (167,207,185).

  • red value is 167;
  • green value is 207;
  • blue value is 185.
RGB:
(167,207,185)
(65%,81%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 185 of 255 = 73%

167
207
185

R + G + B ~ 73%. #A7CFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 185 = 559 (100%)
R 167 of 559 ~ 29.87%
G 207 of 559 ~ 37.03%
B 185 of 559 ~ 33.09%

%29.87
%37.03
%33.09

CMYK color model

#A7CFB9 color CMYK value is (19,0,11,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(19,0,11,19)
C19M0Y11K19 
(19%,0%,11%,19%)
(0.19/0.00/0.11/0.19)	

CMYK percentages

%19.32
%0
%10.63
%18.82

Codes

Color #A7CFB9 in popluar color models

A7CFB9
RGB167207185
HSL147°29.41%73.33%
HSB/HSV147°19.32%81.18%
CMYK19.32%0.00%10.63%
18.82%

Color #A7CFB9 in popluar number systems.

HEXA7CFB9
Decimal167207185
Binary101001111100111110111001
Octal247317271

Shades and tints

Shades of #A7CFB9

#A7CFB9
(167,207,185)
#98BDA9
(152,189,169)
#89AB99
(137,171,153)
#7A9989
(122,153,137)
#6B8779
(107,135,121)
#5C7569
(92,117,105)
#4D6359
(77,99,89)
#3E5149
(62,81,73)
#2F3F39
(47,63,57)
#202D29
(32,45,41)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #A7CFB9

#A7CFB9
(167,207,185)
#AFD3BF
(175,211,191)
#B7D7C5
(183,215,197)
#BFDBCB
(191,219,203)
#C7DFD1
(199,223,209)
#CFE3D7
(207,227,215)
#D7E7DD
(215,231,221)
#DFEBE3
(223,235,227)
#E7EFE9
(231,239,233)
#EFF3EF
(239,243,239)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CFB9 color. Also use rgb(167,207,185) instead hex code.

Text Font Color

.myTextColor { color: #A7CFB9; }

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

This text font color is #A7CFB9.


Background Color

.myBgColor { background-color: #A7CFB9; }

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

This div background color is #A7CFB9.


Border color

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

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

This div border color is #A7CFB9.


Opacity

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

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

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

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

This text has shadow with #A7CFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CFB9 on black background.


Color preview on white background

This text has color #A7CFB9 on white background.



Black color preview on #A7CFB9 background

This text has black color on #A7CFB9 background.


White color preview on #A7CFB9 background

This text has white color on #A7CFB9 background.