COLOR #A5DCC7

HEX: #A5DCC7
RGB: (165,220,199)

Color info

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

RGB color model

#A5DCC7 color RGB value is (165,220,199).

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

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 199 of 255 = 78%

165
220
199

R + G + B ~ 76%. #A5DCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 199 = 584 (100%)
R 165 of 584 ~ 28.25%
G 220 of 584 ~ 37.67%
B 199 of 584 ~ 34.08%

%28.25
%37.67
%34.08

CMYK color model

#A5DCC7 color CMYK value is (25,0,10,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(25,0,10,14)
C25M0Y10K14 
(25%,0%,10%,14%)
(0.25/0.00/0.10/0.14)	

CMYK percentages

%25
%0
%9.55
%13.73

Codes

Color #A5DCC7 in popluar color models

A5DCC7
RGB165220199
HSL157°44.00%75.49%
HSB/HSV157°25.00%86.27%
CMYK25.00%0.00%9.55%
13.73%

Color #A5DCC7 in popluar number systems.

HEXA5DCC7
Decimal165220199
Binary101001011101110011000111
Octal245334307

Shades and tints

Shades of #A5DCC7

#A5DCC7
(165,220,199)
#96C8B5
(150,200,181)
#87B4A3
(135,180,163)
#78A091
(120,160,145)
#698C7F
(105,140,127)
#5A786D
(90,120,109)
#4B645B
(75,100,91)
#3C5049
(60,80,73)
#2D3C37
(45,60,55)
#1E2825
(30,40,37)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5DCC7

#A5DCC7
(165,220,199)
#ADDFCC
(173,223,204)
#B5E2D1
(181,226,209)
#BDE5D6
(189,229,214)
#C5E8DB
(197,232,219)
#CDEBE0
(205,235,224)
#D5EEE5
(213,238,229)
#DDF1EA
(221,241,234)
#E5F4EF
(229,244,239)
#EDF7F4
(237,247,244)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCC7; }

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

This text font color is #A5DCC7.


Background Color

.myBgColor { background-color: #A5DCC7; }

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

This div background color is #A5DCC7.


Border color

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

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

This div border color is #A5DCC7.


Opacity

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

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

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

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

This text has shadow with #A5DCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCC7 on black background.


Color preview on white background

This text has color #A5DCC7 on white background.



Black color preview on #A5DCC7 background

This text has black color on #A5DCC7 background.


White color preview on #A5DCC7 background

This text has white color on #A5DCC7 background.