COLOR #A5DBCF

HEX: #A5DBCF RGB: (165,219,207)

Color info

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

RGB color model

#A5DBCF color RGB value is (165,219,207).

RGB: (165,219,207) (65%, 86%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 207 of 255 = 81%

165
219
207

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

Portions of RGB colors in percentages

R + G + B = 165 + 219 + 207 = 591 (100%)
R 165 of 591 ~ 27.92%
G 219 of 591 ~ 37.06%
B 207 of 591 ~ 35.03'%

%27.92
%37.06
%35.03

CMYK color model

#A5DBCF color CMYK value is (25,0,5,14).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 14.12%

CMYK: (25,0,5,14)
C25M0Y5K14 (25%, 0%, 5%, 14%)
(0.25 / 0.00 / 0.05 / 0.14)

CMYK percentages

%24.66
%0
%5.48
%14.12

Codes

Color #A5DBCF in popluar color models

A5 DB CF
RGB 165 219 207
HSL 167° 42.86% 75.29%
HSB/HSV 167° 24.66% 85.88%
CMYK 24.66% 0.00% 5.48%
14.12%

Color #A5DBCF in popluar number systems.

HEX A5 DB CF
Decimal 165 219 207
Binary 10100101 11011011 11001111
Octal 245 333 317

Shades and tints

Shades of #A5DBCF

#A5DBCF
(165,219,207)
#96C8BD
(150,200,189)
#87B5AB
(135,181,171)
#78A299
(120,162,153)
#698F87
(105,143,135)
#5A7C75
(90,124,117)
#4B6963
(75,105,99)
#3C5651
(60,86,81)
#2D433F
(45,67,63)
#1E302D
(30,48,45)
#0F1D1B
(15,29,27)
#000000
(0,0,0)

Tints of #A5DBCF

#A5DBCF
(165,219,207)
#ADDED3
(173,222,211)
#B5E1D7
(181,225,215)
#BDE4DB
(189,228,219)
#C5E7DF
(197,231,223)
#CDEAE3
(205,234,227)
#D5EDE7
(213,237,231)
#DDF0EB
(221,240,235)
#E5F3EF
(229,243,239)
#EDF6F3
(237,246,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DBCF color. Also use rgb(165,219,207) instead hex code.

Text Font Color

.myTextColor { color: #A5DBCF; }

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

This text font color is #A5DBCF.

Background Color

.myBgColor { background-color: #A5DBCF; }

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

This div background color is #A5DBCF.

Border color

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

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

This div border color is #A5DBCF.

Opacity

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

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

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

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

This text has shadow with #A5DBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DBCF.

Preview

Color preview on black background

This text has color #A5DBCF on black background.


Color preview on white background

This text has color #A5DBCF on white background.


Black color preview on #A5DBCF background

This text has black color on #A5DBCF background.


White color preview on #A5DBCF background

This text has white color on #A5DBCF background.


Related colors

Complementary color

Complementary color for #hex is #5A2430.


I love getcolorcode.com

Triadic colors

1 #CFA5DB and #DBCFA5 with #A5DBCF are triadic colors.

2 #CFDBA5 and #DBA5CF with #A5DBCF are triadic colors.