COLOR #A5CEB7

HEX: #A5CEB7
RGB: (165,206,183)

Color info

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

RGB color model

#A5CEB7 color RGB value is (165,206,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 183 of 255 = 72%

165
206
183

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

Portions of RGB colors in percentages

R + G + B =
165 + 206 + 183 = 554 (100%)
R 165 of 554 ~ 29.78%
G 206 of 554 ~ 37.18%
B 183 of 554 ~ 33.03%

%29.78
%37.18
%33.03

CMYK color model

#A5CEB7 color CMYK value is (20,0,11,19).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 19.22%
CMYK:
(20,0,11,19)
C20M0Y11K19 
(20%,0%,11%,19%)
(0.20/0.00/0.11/0.19)	

CMYK percentages

%19.9
%0
%11.17
%19.22

Codes

Color #A5CEB7 in popluar color models

A5CEB7
RGB165206183
HSL146°29.50%72.75%
HSB/HSV146°19.90%80.78%
CMYK19.90%0.00%11.17%
19.22%

Color #A5CEB7 in popluar number systems.

HEXA5CEB7
Decimal165206183
Binary101001011100111010110111
Octal245316267

Shades and tints

Shades of #A5CEB7

#A5CEB7
(165,206,183)
#96BCA7
(150,188,167)
#87AA97
(135,170,151)
#789887
(120,152,135)
#698677
(105,134,119)
#5A7467
(90,116,103)
#4B6257
(75,98,87)
#3C5047
(60,80,71)
#2D3E37
(45,62,55)
#1E2C27
(30,44,39)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #A5CEB7

#A5CEB7
(165,206,183)
#ADD2BD
(173,210,189)
#B5D6C3
(181,214,195)
#BDDAC9
(189,218,201)
#C5DECF
(197,222,207)
#CDE2D5
(205,226,213)
#D5E6DB
(213,230,219)
#DDEAE1
(221,234,225)
#E5EEE7
(229,238,231)
#EDF2ED
(237,242,237)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CEB7; }

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

This text font color is #A5CEB7.


Background Color

.myBgColor { background-color: #A5CEB7; }

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

This div background color is #A5CEB7.


Border color

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

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

This div border color is #A5CEB7.


Opacity

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

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

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

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

This text has shadow with #A5CEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CEB7 on black background.


Color preview on white background

This text has color #A5CEB7 on white background.



Black color preview on #A5CEB7 background

This text has black color on #A5CEB7 background.


White color preview on #A5CEB7 background

This text has white color on #A5CEB7 background.