COLOR #A7CFB7

HEX: #A7CFB7
RGB: (167,207,183)

Color info

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

RGB color model

#A7CFB7 color RGB value is (167,207,183).

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

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 183 of 255 = 72%

167
207
183

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

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 183 = 557 (100%)
R 167 of 557 ~ 29.98%
G 207 of 557 ~ 37.16%
B 183 of 557 ~ 32.85%

%29.98
%37.16
%32.85

CMYK color model

#A7CFB7 color CMYK value is (19,0,12,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK:
(19,0,12,19)
C19M0Y12K19 
(19%,0%,12%,19%)
(0.19/0.00/0.12/0.19)	

CMYK percentages

%19.32
%0
%11.59
%18.82

Codes

Color #A7CFB7 in popluar color models

A7CFB7
RGB167207183
HSL144°29.41%73.33%
HSB/HSV144°19.32%81.18%
CMYK19.32%0.00%11.59%
18.82%

Color #A7CFB7 in popluar number systems.

HEXA7CFB7
Decimal167207183
Binary101001111100111110110111
Octal247317267

Shades and tints

Shades of #A7CFB7

#A7CFB7
(167,207,183)
#98BDA7
(152,189,167)
#89AB97
(137,171,151)
#7A9987
(122,153,135)
#6B8777
(107,135,119)
#5C7567
(92,117,103)
#4D6357
(77,99,87)
#3E5147
(62,81,71)
#2F3F37
(47,63,55)
#202D27
(32,45,39)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #A7CFB7

#A7CFB7
(167,207,183)
#AFD3BD
(175,211,189)
#B7D7C3
(183,215,195)
#BFDBC9
(191,219,201)
#C7DFCF
(199,223,207)
#CFE3D5
(207,227,213)
#D7E7DB
(215,231,219)
#DFEBE1
(223,235,225)
#E7EFE7
(231,239,231)
#EFF3ED
(239,243,237)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CFB7; }

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

This text font color is #A7CFB7.


Background Color

.myBgColor { background-color: #A7CFB7; }

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

This div background color is #A7CFB7.


Border color

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

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

This div border color is #A7CFB7.


Opacity

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

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

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

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

This text has shadow with #A7CFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CFB7 on black background.


Color preview on white background

This text has color #A7CFB7 on white background.



Black color preview on #A7CFB7 background

This text has black color on #A7CFB7 background.


White color preview on #A7CFB7 background

This text has white color on #A7CFB7 background.