COLOR #A7CEA2

HEX: #A7CEA2
RGB: (167,206,162)

Color info

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

RGB color model

#A7CEA2 color RGB value is (167,206,162).

  • red value is 167;
  • green value is 206;
  • blue value is 162.
RGB:
(167,206,162)
(65%,81%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 162 of 255 = 64%

167
206
162

R + G + B ~ 70%. #A7CEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 206 + 162 = 535 (100%)
R 167 of 535 ~ 31.21%
G 206 of 535 ~ 38.5%
B 162 of 535 ~ 30.28%

%31.21
%38.5
%30.28

CMYK color model

#A7CEA2 color CMYK value is (19,0,21,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 19.22%
CMYK:
(19,0,21,19)
C19M0Y21K19 
(19%,0%,21%,19%)
(0.19/0.00/0.21/0.19)	

CMYK percentages

%18.93
%0
%21.36
%19.22

Codes

Color #A7CEA2 in popluar color models

A7CEA2
RGB167206162
HSL113°30.99%72.16%
HSB/HSV113°21.36%80.78%
CMYK18.93%0.00%21.36%
19.22%

Color #A7CEA2 in popluar number systems.

HEXA7CEA2
Decimal167206162
Binary101001111100111010100010
Octal247316242

Shades and tints

Shades of #A7CEA2

#A7CEA2
(167,206,162)
#98BC94
(152,188,148)
#89AA86
(137,170,134)
#7A9878
(122,152,120)
#6B866A
(107,134,106)
#5C745C
(92,116,92)
#4D624E
(77,98,78)
#3E5040
(62,80,64)
#2F3E32
(47,62,50)
#202C24
(32,44,36)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #A7CEA2

#A7CEA2
(167,206,162)
#AFD2AA
(175,210,170)
#B7D6B2
(183,214,178)
#BFDABA
(191,218,186)
#C7DEC2
(199,222,194)
#CFE2CA
(207,226,202)
#D7E6D2
(215,230,210)
#DFEADA
(223,234,218)
#E7EEE2
(231,238,226)
#EFF2EA
(239,242,234)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CEA2 color. Also use rgb(167,206,162) instead hex code.

Text Font Color

.myTextColor { color: #A7CEA2; }

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

This text font color is #A7CEA2.


Background Color

.myBgColor { background-color: #A7CEA2; }

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

This div background color is #A7CEA2.


Border color

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

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

This div border color is #A7CEA2.


Opacity

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

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

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

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

This text has shadow with #A7CEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CEA2 on black background.


Color preview on white background

This text has color #A7CEA2 on white background.



Black color preview on #A7CEA2 background

This text has black color on #A7CEA2 background.


White color preview on #A7CEA2 background

This text has white color on #A7CEA2 background.