COLOR #A5E9C7

HEX: #A5E9C7
RGB: (165,233,199)

Renk bilgisi

#A5E9C7 contains mainly green and blue colors. #A5E9C7 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#A5E9C7 color RGB value is (165,233,199).

  • kırmız ton 165;
  • yeşil ton 233;
  • mavi ton 199.
RGB:
(165,233,199)
(65%,91%,78%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 233 of 255 = 91%
B 199 of 255 = 78%

165
233
199

R + G + B ~ 78%. #A5E9C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 233 + 199 = 597 (100%)
R 165 of 597 ~ 27.64%
G 233 of 597 ~ 39.03%
B 199 of 597 ~ 33.33%

%27.64
%39.03
%33.33

CMYK RENK MODELİ

#A5E9C7 rengi CMYK tonu (29,0,15,9).

  • camgöbeği tonu 29.18%
  • eflatun tonu 0.00%
  • sarı tonu 14.59%
  • ana renk tonu 8.63%
CMYK:
(29,0,15,9)
C29M0Y15K9 
(29%,0%,15%,9%)
(0.29/0.00/0.15/0.09)	

CMYK yüzdeleri

%29.18
%0
%14.59
%8.63

Codes

Color #A5E9C7 in popluar color models

A5E9C7
RGB165233199
HSL150°60.71%78.04%
HSB/HSV150°29.18%91.37%
CMYK29.18%0.00%14.59%
8.63%

Color #A5E9C7 in popluar number systems.

HEXA5E9C7
Decimal165233199
Binary101001011110100111000111
Octal245351307

Shades and tints

Shades of #A5E9C7

#A5E9C7
(165,233,199)
#96D4B5
(150,212,181)
#87BFA3
(135,191,163)
#78AA91
(120,170,145)
#69957F
(105,149,127)
#5A806D
(90,128,109)
#4B6B5B
(75,107,91)
#3C5649
(60,86,73)
#2D4137
(45,65,55)
#1E2C25
(30,44,37)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5E9C7

#A5E9C7
(165,233,199)
#ADEBCC
(173,235,204)
#B5EDD1
(181,237,209)
#BDEFD6
(189,239,214)
#C5F1DB
(197,241,219)
#CDF3E0
(205,243,224)
#D5F5E5
(213,245,229)
#DDF7EA
(221,247,234)
#E5F9EF
(229,249,239)
#EDFBF4
(237,251,244)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E9C7; }

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

This text font color is #A5E9C7.


Background Color

.myBgColor { background-color: #A5E9C7; }

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

This div background color is #A5E9C7.


Border color

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

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

This div border color is #A5E9C7.


Opacity

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

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

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

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

This text has shadow with #A5E9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E9C7 on black background.


Color preview on white background

This text has color #A5E9C7 on white background.



Black color preview on #A5E9C7 background

This text has black color on #A5E9C7 background.


White color preview on #A5E9C7 background

This text has white color on #A5E9C7 background.