COLOR #A7CEBD

HEX: #A7CEBD RGB: (167,206,189)

Color info

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

RGB color model

#A7CEBD color RGB value is (167,206,189).

RGB: (167,206,189) (65%, 81%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 189 of 255 = 74%

167
206
189

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

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 189 = 562 (100%)
R 167 of 562 ~ 29.72%
G 206 of 562 ~ 36.65%
B 189 of 562 ~ 33.63'%

%29.72
%36.65
%33.63

CMYK color model

#A7CEBD color CMYK value is (19,0,8,19).

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

CMYK: (19,0,8,19)
C19M0Y8K19 (19%, 0%, 8%, 19%)
(0.19 / 0.00 / 0.08 / 0.19)

CMYK percentages

%18.93
%0
%8.25
%19.22

Codes

Color #A7CEBD in popluar color models

A7 CE BD
RGB 167 206 189
HSL 154° 28.47% 73.14%
HSB/HSV 154° 18.93% 80.78%
CMYK 18.93% 0.00% 8.25%
19.22%

Color #A7CEBD in popluar number systems.

HEX A7 CE BD
Decimal 167 206 189
Binary 10100111 11001110 10111101
Octal 247 316 275

Shades and tints

Shades of #A7CEBD

#A7CEBD
(167,206,189)
#98BCAC
(152,188,172)
#89AA9B
(137,170,155)
#7A988A
(122,152,138)
#6B8679
(107,134,121)
#5C7468
(92,116,104)
#4D6257
(77,98,87)
#3E5046
(62,80,70)
#2F3E35
(47,62,53)
#202C24
(32,44,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7CEBD

#A7CEBD
(167,206,189)
#AFD2C3
(175,210,195)
#B7D6C9
(183,214,201)
#BFDACF
(191,218,207)
#C7DED5
(199,222,213)
#CFE2DB
(207,226,219)
#D7E6E1
(215,230,225)
#DFEAE7
(223,234,231)
#E7EEED
(231,238,237)
#EFF2F3
(239,242,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CEBD; }

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

This text font color is #A7CEBD.

Background Color

.myBgColor { background-color: #A7CEBD; }

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

This div background color is #A7CEBD.

Border color

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

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

This div border color is #A7CEBD.

Opacity

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

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

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

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

This text has shadow with #A7CEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CEBD.

Preview

Color preview on black background

This text has color #A7CEBD on black background.


Color preview on white background

This text has color #A7CEBD on white background.


Black color preview on #A7CEBD background

This text has black color on #A7CEBD background.


White color preview on #A7CEBD background

This text has white color on #A7CEBD background.


Related colors

Complementary color

Complementary color for #hex is #583142.


I love getcolorcode.com

Triadic colors

1 #BDA7CE and #CEBDA7 with #A7CEBD are triadic colors.

2 #BDCEA7 and #CEA7BD with #A7CEBD are triadic colors.