COLOR #A7CEB9

HEX: #A7CEB9 RGB: (167,206,185)

Color info

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

RGB color model

#A7CEB9 color RGB value is (167,206,185).

RGB: (167,206,185) (65%, 81%, 73%)

RGB channels and saturation

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

167
206
185

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

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 185 = 558 (100%)
R 167 of 558 ~ 29.93%
G 206 of 558 ~ 36.92%
B 185 of 558 ~ 33.15'%

%29.93
%36.92
%33.15

CMYK color model

#A7CEB9 color CMYK value is (19,0,10,19).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%

CMYK: (19,0,10,19)
C19M0Y10K19 (19%, 0%, 10%, 19%)
(0.19 / 0.00 / 0.10 / 0.19)

CMYK percentages

%18.93
%0
%10.19
%19.22

Codes

Color #A7CEB9 in popluar color models

A7 CE B9
RGB 167 206 185
HSL 148° 28.47% 73.14%
HSB/HSV 148° 18.93% 80.78%
CMYK 18.93% 0.00% 10.19%
19.22%

Color #A7CEB9 in popluar number systems.

HEX A7 CE B9
Decimal 167 206 185
Binary 10100111 11001110 10111001
Octal 247 316 271

Shades and tints

Shades of #A7CEB9

#A7CEB9
(167,206,185)
#98BCA9
(152,188,169)
#89AA99
(137,170,153)
#7A9889
(122,152,137)
#6B8679
(107,134,121)
#5C7469
(92,116,105)
#4D6259
(77,98,89)
#3E5049
(62,80,73)
#2F3E39
(47,62,57)
#202C29
(32,44,41)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #A7CEB9

#A7CEB9
(167,206,185)
#AFD2BF
(175,210,191)
#B7D6C5
(183,214,197)
#BFDACB
(191,218,203)
#C7DED1
(199,222,209)
#CFE2D7
(207,226,215)
#D7E6DD
(215,230,221)
#DFEAE3
(223,234,227)
#E7EEE9
(231,238,233)
#EFF2EF
(239,242,239)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CEB9; }

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

This text font color is #A7CEB9.

Background Color

.myBgColor { background-color: #A7CEB9; }

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

This div background color is #A7CEB9.

Border color

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

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

This div border color is #A7CEB9.

Opacity

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

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

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

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

This text has shadow with #A7CEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CEB9.

Preview

Color preview on black background

This text has color #A7CEB9 on black background.


Color preview on white background

This text has color #A7CEB9 on white background.


Black color preview on #A7CEB9 background

This text has black color on #A7CEB9 background.


White color preview on #A7CEB9 background

This text has white color on #A7CEB9 background.


Related colors

Complementary color

Complementary color for #hex is #583146.


I love getcolorcode.com

Triadic colors

1 #B9A7CE and #CEB9A7 with #A7CEB9 are triadic colors.

2 #B9CEA7 and #CEA7B9 with #A7CEB9 are triadic colors.