COLOR #A5D9CD

HEX: #A5D9CD
RGB: (165,217,205)

Renk bilgisi

#A5D9CD contains red, green and blue colors in about the same proportion. #A5D9CD ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5D9CD color RGB value is (165,217,205).

  • kırmız ton 165;
  • yeşil ton 217;
  • mavi ton 205.
RGB:
(165,217,205)
(65%,85%,80%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 217 of 255 = 85%
B 205 of 255 = 80%

165
217
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 217 + 205 = 587 (100%)
R 165 of 587 ~ 28.11%
G 217 of 587 ~ 36.97%
B 205 of 587 ~ 34.92%

%28.11
%36.97
%34.92

CMYK RENK MODELİ

#A5D9CD rengi CMYK tonu (24,0,6,15).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 5.53%
  • ana renk tonu 14.90%
CMYK:
(24,0,6,15)
C24M0Y6K15 
(24%,0%,6%,15%)
(0.24/0.00/0.06/0.15)	

CMYK yüzdeleri

%23.96
%0
%5.53
%14.9

Codes

Color #A5D9CD in popluar color models

A5D9CD
RGB165217205
HSL166°40.63%74.90%
HSB/HSV166°23.96%85.10%
CMYK23.96%0.00%5.53%
14.90%

Color #A5D9CD in popluar number systems.

HEXA5D9CD
Decimal165217205
Binary101001011101100111001101
Octal245331315

Shades and tints

Shades of #A5D9CD

#A5D9CD
(165,217,205)
#96C6BB
(150,198,187)
#87B3A9
(135,179,169)
#78A097
(120,160,151)
#698D85
(105,141,133)
#5A7A73
(90,122,115)
#4B6761
(75,103,97)
#3C544F
(60,84,79)
#2D413D
(45,65,61)
#1E2E2B
(30,46,43)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5D9CD

#A5D9CD
(165,217,205)
#ADDCD1
(173,220,209)
#B5DFD5
(181,223,213)
#BDE2D9
(189,226,217)
#C5E5DD
(197,229,221)
#CDE8E1
(205,232,225)
#D5EBE5
(213,235,229)
#DDEEE9
(221,238,233)
#E5F1ED
(229,241,237)
#EDF4F1
(237,244,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D9CD color. Also use rgb(165,217,205) instead hex code.

Text Font Color

.myTextColor { color: #A5D9CD; }

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

This text font color is #A5D9CD.


Background Color

.myBgColor { background-color: #A5D9CD; }

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

This div background color is #A5D9CD.


Border color

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

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

This div border color is #A5D9CD.


Opacity

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

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

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

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

This text has shadow with #A5D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D9CD on black background.


Color preview on white background

This text has color #A5D9CD on white background.



Black color preview on #A5D9CD background

This text has black color on #A5D9CD background.


White color preview on #A5D9CD background

This text has white color on #A5D9CD background.