COLOR #A5CEB3

HEX: #A5CEB3
RGB: (165,206,179)

Color info

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

RGB color model

#A5CEB3 color RGB value is (165,206,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 179 of 255 = 70%

165
206
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 206 + 179 = 550 (100%)
R 165 of 550 ~ 30%
G 206 of 550 ~ 37.45%
B 179 of 550 ~ 32.55%

%30
%37.45
%32.55

CMYK color model

#A5CEB3 color CMYK value is (20,0,13,19).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 19.22%
CMYK:
(20,0,13,19)
C20M0Y13K19 
(20%,0%,13%,19%)
(0.20/0.00/0.13/0.19)	

CMYK percentages

%19.9
%0
%13.11
%19.22

Codes

Color #A5CEB3 in popluar color models

A5CEB3
RGB165206179
HSL140°29.50%72.75%
HSB/HSV140°19.90%80.78%
CMYK19.90%0.00%13.11%
19.22%

Color #A5CEB3 in popluar number systems.

HEXA5CEB3
Decimal165206179
Binary101001011100111010110011
Octal245316263

Shades and tints

Shades of #A5CEB3

#A5CEB3
(165,206,179)
#96BCA3
(150,188,163)
#87AA93
(135,170,147)
#789883
(120,152,131)
#698673
(105,134,115)
#5A7463
(90,116,99)
#4B6253
(75,98,83)
#3C5043
(60,80,67)
#2D3E33
(45,62,51)
#1E2C23
(30,44,35)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #A5CEB3

#A5CEB3
(165,206,179)
#ADD2B9
(173,210,185)
#B5D6BF
(181,214,191)
#BDDAC5
(189,218,197)
#C5DECB
(197,222,203)
#CDE2D1
(205,226,209)
#D5E6D7
(213,230,215)
#DDEADD
(221,234,221)
#E5EEE3
(229,238,227)
#EDF2E9
(237,242,233)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CEB3; }

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

This text font color is #A5CEB3.


Background Color

.myBgColor { background-color: #A5CEB3; }

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

This div background color is #A5CEB3.


Border color

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

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

This div border color is #A5CEB3.


Opacity

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

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

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

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

This text has shadow with #A5CEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CEB3 on black background.


Color preview on white background

This text has color #A5CEB3 on white background.



Black color preview on #A5CEB3 background

This text has black color on #A5CEB3 background.


White color preview on #A5CEB3 background

This text has white color on #A5CEB3 background.