COLOR #A5DCB3

HEX: #A5DCB3
RGB: (165,220,179)

Color info

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

RGB color model

#A5DCB3 color RGB value is (165,220,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 179 of 255 = 70%

165
220
179

R + G + B ~ 74%. #A5DCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 179 = 564 (100%)
R 165 of 564 ~ 29.26%
G 220 of 564 ~ 39.01%
B 179 of 564 ~ 31.74%

%29.26
%39.01
%31.74

CMYK color model

#A5DCB3 color CMYK value is (25,0,19,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%
CMYK:
(25,0,19,14)
C25M0Y19K14 
(25%,0%,19%,14%)
(0.25/0.00/0.19/0.14)	

CMYK percentages

%25
%0
%18.64
%13.73

Codes

Color #A5DCB3 in popluar color models

A5DCB3
RGB165220179
HSL135°44.00%75.49%
HSB/HSV135°25.00%86.27%
CMYK25.00%0.00%18.64%
13.73%

Color #A5DCB3 in popluar number systems.

HEXA5DCB3
Decimal165220179
Binary101001011101110010110011
Octal245334263

Shades and tints

Shades of #A5DCB3

#A5DCB3
(165,220,179)
#96C8A3
(150,200,163)
#87B493
(135,180,147)
#78A083
(120,160,131)
#698C73
(105,140,115)
#5A7863
(90,120,99)
#4B6453
(75,100,83)
#3C5043
(60,80,67)
#2D3C33
(45,60,51)
#1E2823
(30,40,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5DCB3

#A5DCB3
(165,220,179)
#ADDFB9
(173,223,185)
#B5E2BF
(181,226,191)
#BDE5C5
(189,229,197)
#C5E8CB
(197,232,203)
#CDEBD1
(205,235,209)
#D5EED7
(213,238,215)
#DDF1DD
(221,241,221)
#E5F4E3
(229,244,227)
#EDF7E9
(237,247,233)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCB3; }

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

This text font color is #A5DCB3.


Background Color

.myBgColor { background-color: #A5DCB3; }

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

This div background color is #A5DCB3.


Border color

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

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

This div border color is #A5DCB3.


Opacity

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

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

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

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

This text has shadow with #A5DCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCB3 on black background.


Color preview on white background

This text has color #A5DCB3 on white background.



Black color preview on #A5DCB3 background

This text has black color on #A5DCB3 background.


White color preview on #A5DCB3 background

This text has white color on #A5DCB3 background.