COLOR #A5DFCB

HEX: #A5DFCB
RGB: (165,223,203)

Color info

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

RGB color model

#A5DFCB color RGB value is (165,223,203).

  • red value is 165;
  • green value is 223;
  • blue value is 203.
RGB:
(165,223,203)
(65%,87%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 203 of 255 = 80%

165
223
203

R + G + B ~ 77%. #A5DFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 223 + 203 = 591 (100%)
R 165 of 591 ~ 27.92%
G 223 of 591 ~ 37.73%
B 203 of 591 ~ 34.35%

%27.92
%37.73
%34.35

CMYK color model

#A5DFCB color CMYK value is (26,0,9,13).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 12.55%
CMYK:
(26,0,9,13)
C26M0Y9K13 
(26%,0%,9%,13%)
(0.26/0.00/0.09/0.13)	

CMYK percentages

%26.01
%0
%8.97
%12.55

Codes

Color #A5DFCB in popluar color models

A5DFCB
RGB165223203
HSL159°47.54%76.08%
HSB/HSV159°26.01%87.45%
CMYK26.01%0.00%8.97%
12.55%

Color #A5DFCB in popluar number systems.

HEXA5DFCB
Decimal165223203
Binary101001011101111111001011
Octal245337313

Shades and tints

Shades of #A5DFCB

#A5DFCB
(165,223,203)
#96CBB9
(150,203,185)
#87B7A7
(135,183,167)
#78A395
(120,163,149)
#698F83
(105,143,131)
#5A7B71
(90,123,113)
#4B675F
(75,103,95)
#3C534D
(60,83,77)
#2D3F3B
(45,63,59)
#1E2B29
(30,43,41)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5DFCB

#A5DFCB
(165,223,203)
#ADE1CF
(173,225,207)
#B5E3D3
(181,227,211)
#BDE5D7
(189,229,215)
#C5E7DB
(197,231,219)
#CDE9DF
(205,233,223)
#D5EBE3
(213,235,227)
#DDEDE7
(221,237,231)
#E5EFEB
(229,239,235)
#EDF1EF
(237,241,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DFCB color. Also use rgb(165,223,203) instead hex code.

Text Font Color

.myTextColor { color: #A5DFCB; }

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

This text font color is #A5DFCB.


Background Color

.myBgColor { background-color: #A5DFCB; }

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

This div background color is #A5DFCB.


Border color

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

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

This div border color is #A5DFCB.


Opacity

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

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

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

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

This text has shadow with #A5DFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DFCB on black background.


Color preview on white background

This text has color #A5DFCB on white background.



Black color preview on #A5DFCB background

This text has black color on #A5DFCB background.


White color preview on #A5DFCB background

This text has white color on #A5DFCB background.