COLOR #A5CEB0

HEX: #A5CEB0
RGB: (165,206,176)

Color info

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

RGB color model

#A5CEB0 color RGB value is (165,206,176).

  • red value is 165;
  • green value is 206;
  • blue value is 176.
RGB:
(165,206,176)
(65%,81%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 176 of 255 = 69%

165
206
176

R + G + B ~ 72%. #A5CEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 206 + 176 = 547 (100%)
R 165 of 547 ~ 30.16%
G 206 of 547 ~ 37.66%
B 176 of 547 ~ 32.18%

%30.16
%37.66
%32.18

CMYK color model

#A5CEB0 color CMYK value is (20,0,15,19).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK:
(20,0,15,19)
C20M0Y15K19 
(20%,0%,15%,19%)
(0.20/0.00/0.15/0.19)	

CMYK percentages

%19.9
%0
%14.56
%19.22

Codes

Color #A5CEB0 in popluar color models

A5CEB0
RGB165206176
HSL136°29.50%72.75%
HSB/HSV136°19.90%80.78%
CMYK19.90%0.00%14.56%
19.22%

Color #A5CEB0 in popluar number systems.

HEXA5CEB0
Decimal165206176
Binary101001011100111010110000
Octal245316260

Shades and tints

Shades of #A5CEB0

#A5CEB0
(165,206,176)
#96BCA0
(150,188,160)
#87AA90
(135,170,144)
#789880
(120,152,128)
#698670
(105,134,112)
#5A7460
(90,116,96)
#4B6250
(75,98,80)
#3C5040
(60,80,64)
#2D3E30
(45,62,48)
#1E2C20
(30,44,32)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #A5CEB0

#A5CEB0
(165,206,176)
#ADD2B7
(173,210,183)
#B5D6BE
(181,214,190)
#BDDAC5
(189,218,197)
#C5DECC
(197,222,204)
#CDE2D3
(205,226,211)
#D5E6DA
(213,230,218)
#DDEAE1
(221,234,225)
#E5EEE8
(229,238,232)
#EDF2EF
(237,242,239)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CEB0 color. Also use rgb(165,206,176) instead hex code.

Text Font Color

.myTextColor { color: #A5CEB0; }

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

This text font color is #A5CEB0.


Background Color

.myBgColor { background-color: #A5CEB0; }

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

This div background color is #A5CEB0.


Border color

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

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

This div border color is #A5CEB0.


Opacity

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

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

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

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

This text has shadow with #A5CEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CEB0 on black background.


Color preview on white background

This text has color #A5CEB0 on white background.



Black color preview on #A5CEB0 background

This text has black color on #A5CEB0 background.


White color preview on #A5CEB0 background

This text has white color on #A5CEB0 background.