COLOR #A5D2C5

HEX: #A5D2C5
RGB: (165,210,197)

Renk bilgisi

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

RGB renk modeli

#A5D2C5 color RGB value is (165,210,197).

  • kırmız ton 165;
  • yeşil ton 210;
  • mavi ton 197.
RGB:
(165,210,197)
(65%,82%,77%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 210 of 255 = 82%
B 197 of 255 = 77%

165
210
197

R + G + B ~ 75%. #A5D2C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 210 + 197 = 572 (100%)
R 165 of 572 ~ 28.85%
G 210 of 572 ~ 36.71%
B 197 of 572 ~ 34.44%

%28.85
%36.71
%34.44

CMYK RENK MODELİ

#A5D2C5 rengi CMYK tonu (21,0,6,18).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 6.19%
  • ana renk tonu 17.65%
CMYK:
(21,0,6,18)
C21M0Y6K18 
(21%,0%,6%,18%)
(0.21/0.00/0.06/0.18)	

CMYK yüzdeleri

%21.43
%0
%6.19
%17.65

Codes

Color #A5D2C5 in popluar color models

A5D2C5
RGB165210197
HSL163°33.33%73.53%
HSB/HSV163°21.43%82.35%
CMYK21.43%0.00%6.19%
17.65%

Color #A5D2C5 in popluar number systems.

HEXA5D2C5
Decimal165210197
Binary101001011101001011000101
Octal245322305

Shades and tints

Shades of #A5D2C5

#A5D2C5
(165,210,197)
#96BFB4
(150,191,180)
#87ACA3
(135,172,163)
#789992
(120,153,146)
#698681
(105,134,129)
#5A7370
(90,115,112)
#4B605F
(75,96,95)
#3C4D4E
(60,77,78)
#2D3A3D
(45,58,61)
#1E272C
(30,39,44)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #A5D2C5

#A5D2C5
(165,210,197)
#ADD6CA
(173,214,202)
#B5DACF
(181,218,207)
#BDDED4
(189,222,212)
#C5E2D9
(197,226,217)
#CDE6DE
(205,230,222)
#D5EAE3
(213,234,227)
#DDEEE8
(221,238,232)
#E5F2ED
(229,242,237)
#EDF6F2
(237,246,242)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D2C5 color. Also use rgb(165,210,197) instead hex code.

Text Font Color

.myTextColor { color: #A5D2C5; }

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

This text font color is #A5D2C5.


Background Color

.myBgColor { background-color: #A5D2C5; }

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

This div background color is #A5D2C5.


Border color

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

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

This div border color is #A5D2C5.


Opacity

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

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

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

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

This text has shadow with #A5D2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D2C5 on black background.


Color preview on white background

This text has color #A5D2C5 on white background.



Black color preview on #A5D2C5 background

This text has black color on #A5D2C5 background.


White color preview on #A5D2C5 background

This text has white color on #A5D2C5 background.