COLOR #A5E5D1

HEX: #A5E5D1 RGB: (165,229,209)

Renk bilgisi

#A5E5D1 contains mainly green and blue colors. #A5E5D1 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5E5D1 color RGB value is (165,229,209).

RGB: (165,229,209) (65%, 90%, 82%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 209 of 255 = 82%

165
229
209

R + G + B ~ 79%. #A5E5D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 229 + 209 = 603 (100%)
R 165 of 603 ~ 27.36%
G 229 of 603 ~ 37.98%
B 209 of 603 ~ 34.66'%

%27.36
%37.98
%34.66

CMYK RENK MODELİ

#A5E5D1 rengi CMYK tonu (28,0,9,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 0.00%
  • sarı tonu 8.73%
  • ana renk tonu 10.20%

CMYK: (28,0,9,10)
C28M0Y9K10 (28%, 0%, 9%, 10%)
(0.28 / 0.00 / 0.09 / 0.10)

CMYK yüzdeleri

%27.95
%0
%8.73
%10.2

Codes

Color #A5E5D1 in popluar color models

A5 E5 D1
RGB 165 229 209
HSL 161° 55.17% 77.25%
HSB/HSV 161° 27.95% 89.80%
CMYK 27.95% 0.00% 8.73%
10.20%

Color #A5E5D1 in popluar number systems.

HEX A5 E5 D1
Decimal 165 229 209
Binary 10100101 11100101 11010001
Octal 245 345 321

Shades and tints

Shades of #A5E5D1

#A5E5D1
(165,229,209)
#96D1BE
(150,209,190)
#87BDAB
(135,189,171)
#78A998
(120,169,152)
#699585
(105,149,133)
#5A8172
(90,129,114)
#4B6D5F
(75,109,95)
#3C594C
(60,89,76)
#2D4539
(45,69,57)
#1E3126
(30,49,38)
#0F1D13
(15,29,19)
#000000
(0,0,0)

Tints of #A5E5D1

#A5E5D1
(165,229,209)
#ADE7D5
(173,231,213)
#B5E9D9
(181,233,217)
#BDEBDD
(189,235,221)
#C5EDE1
(197,237,225)
#CDEFE5
(205,239,229)
#D5F1E9
(213,241,233)
#DDF3ED
(221,243,237)
#E5F5F1
(229,245,241)
#EDF7F5
(237,247,245)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5D1 color. Also use rgb(165,229,209) instead hex code.

Text Font Color

.myTextColor { color: #A5E5D1; }

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

This text font color is #A5E5D1.

Background Color

.myBgColor { background-color: #A5E5D1; }

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

This div background color is #A5E5D1.

Border color

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

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

This div border color is #A5E5D1.

Opacity

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

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

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

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

This text has shadow with #A5E5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E5D1.

Preview

Color preview on black background

This text has color #A5E5D1 on black background.


Color preview on white background

This text has color #A5E5D1 on white background.


Black color preview on #A5E5D1 background

This text has black color on #A5E5D1 background.


White color preview on #A5E5D1 background

This text has white color on #A5E5D1 background.


Related colors

Complementary color

Complementary color for #hex is #5A1A2E.


I love getcolorcode.com

Triadic colors

1 #D1A5E5 and #E5D1A5 with #A5E5D1 are triadic colors.

2 #D1E5A5 and #E5A5D1 with #A5E5D1 are triadic colors.