COLOR #A5D3B6

HEX: #A5D3B6
RGB: (165,211,182)

Renk bilgisi

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

RGB renk modeli

#A5D3B6 color RGB value is (165,211,182).

  • kırmız ton 165;
  • yeşil ton 211;
  • mavi ton 182.
RGB:
(165,211,182)
(65%,83%,71%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 211 of 255 = 83%
B 182 of 255 = 71%

165
211
182

R + G + B ~ 73%. #A5D3B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 211 + 182 = 558 (100%)
R 165 of 558 ~ 29.57%
G 211 of 558 ~ 37.81%
B 182 of 558 ~ 32.62%

%29.57
%37.81
%32.62

CMYK RENK MODELİ

#A5D3B6 rengi CMYK tonu (22,0,14,17).

  • camgöbeği tonu 21.80%
  • eflatun tonu 0.00%
  • sarı tonu 13.74%
  • ana renk tonu 17.25%
CMYK:
(22,0,14,17)
C22M0Y14K17 
(22%,0%,14%,17%)
(0.22/0.00/0.14/0.17)	

CMYK yüzdeleri

%21.8
%0
%13.74
%17.25

Codes

Color #A5D3B6 in popluar color models

A5D3B6
RGB165211182
HSL142°34.33%73.73%
HSB/HSV142°21.80%82.75%
CMYK21.80%0.00%13.74%
17.25%

Color #A5D3B6 in popluar number systems.

HEXA5D3B6
Decimal165211182
Binary101001011101001110110110
Octal245323266

Shades and tints

Shades of #A5D3B6

#A5D3B6
(165,211,182)
#96C0A6
(150,192,166)
#87AD96
(135,173,150)
#789A86
(120,154,134)
#698776
(105,135,118)
#5A7466
(90,116,102)
#4B6156
(75,97,86)
#3C4E46
(60,78,70)
#2D3B36
(45,59,54)
#1E2826
(30,40,38)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5D3B6

#A5D3B6
(165,211,182)
#ADD7BC
(173,215,188)
#B5DBC2
(181,219,194)
#BDDFC8
(189,223,200)
#C5E3CE
(197,227,206)
#CDE7D4
(205,231,212)
#D5EBDA
(213,235,218)
#DDEFE0
(221,239,224)
#E5F3E6
(229,243,230)
#EDF7EC
(237,247,236)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D3B6 color. Also use rgb(165,211,182) instead hex code.

Text Font Color

.myTextColor { color: #A5D3B6; }

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

This text font color is #A5D3B6.


Background Color

.myBgColor { background-color: #A5D3B6; }

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

This div background color is #A5D3B6.


Border color

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

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

This div border color is #A5D3B6.


Opacity

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

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

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

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

This text has shadow with #A5D3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3B6 on black background.


Color preview on white background

This text has color #A5D3B6 on white background.



Black color preview on #A5D3B6 background

This text has black color on #A5D3B6 background.


White color preview on #A5D3B6 background

This text has white color on #A5D3B6 background.