COLOR #A7E6CB

HEX: #A7E6CB
RGB: (167,230,203)

Color info

#A7E6CB contains mainly green and blue colors. Web safe color of #A7E6CB is #99CCCC (or #9CC).

RGB color model

#A7E6CB color RGB value is (167,230,203).

  • red value is 167;
  • green value is 230;
  • blue value is 203.
RGB: (167,230,203) (65%,90%,80%)

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 203 of 255 = 80%

167
230
203

R + G + B ~ 78%. #A7E6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 203 = 600 (100%)
R 167 of 600 ~ 27.83%
G 230 of 600 ~ 38.33%
B 203 of 600 ~ 33.83%

%27.83
%38.33
%33.83

CMYK color model

#A7E6CB color CMYK value is (27,0,12,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK: (27,0,12,10) C27M0Y12K10 (27%,0%,12%,10%) (0.27/0.00/0.12/0.10)

CMYK percentages

%27.39
%0
%11.74
%9.8

Codes

Color #A7E6CB in popluar color models

A7E6CB
RGB167230203
HSL154°55.75%77.84%
HSB/HSV154°27.39%90.20%
CMYK27.39%0.00%11.74%
9.80%

Color #A7E6CB in popluar number systems.

HEXA7E6CB
Decimal167230203
Binary101001111110011011001011
Octal247346313

Shades and tints

Shades of #A7E6CB

#A7E6CB
(167,230,203)
#98D2B9
(152,210,185)
#89BEA7
(137,190,167)
#7AAA95
(122,170,149)
#6B9683
(107,150,131)
#5C8271
(92,130,113)
#4D6E5F
(77,110,95)
#3E5A4D
(62,90,77)
#2F463B
(47,70,59)
#203229
(32,50,41)
#111E17
(17,30,23)
#000000
(0,0,0)

Tints of #A7E6CB

#A7E6CB
(167,230,203)
#AFE8CF
(175,232,207)
#B7EAD3
(183,234,211)
#BFECD7
(191,236,215)
#C7EEDB
(199,238,219)
#CFF0DF
(207,240,223)
#D7F2E3
(215,242,227)
#DFF4E7
(223,244,231)
#E7F6EB
(231,246,235)
#EFF8EF
(239,248,239)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E6CB color. Also use rgb(167,230,203) instead hex code.

Text Font Color

.myTextColor { color: #A7E6CB; }

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

This text font color is #A7E6CB.


Background Color

.myBgColor { background-color: #A7E6CB; }

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

This div background color is #A7E6CB.


Border color

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

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

This div border color is #A7E6CB.


Opacity

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

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

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

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

This text has shadow with #A7E6CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7E6CB on black background.


Color preview on white background

This text has color #A7E6CB on white background.



Black color preview on #A7E6CB background

This text has black color on #A7E6CB background.


White color preview on #A7E6CB background

This text has white color on #A7E6CB background.