COLOR #A5EBC1

HEX: #A5EBC1
RGB: (165,235,193)

Renk bilgisi

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

RGB renk modeli

#A5EBC1 color RGB value is (165,235,193).

  • kırmız ton 165;
  • yeşil ton 235;
  • mavi ton 193.
RGB:
(165,235,193)
(65%,92%,76%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 235 of 255 = 92%
B 193 of 255 = 76%

165
235
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 235 + 193 = 593 (100%)
R 165 of 593 ~ 27.82%
G 235 of 593 ~ 39.63%
B 193 of 593 ~ 32.55%

%27.82
%39.63
%32.55

CMYK RENK MODELİ

#A5EBC1 rengi CMYK tonu (30,0,18,8).

  • camgöbeği tonu 29.79%
  • eflatun tonu 0.00%
  • sarı tonu 17.87%
  • ana renk tonu 7.84%
CMYK:
(30,0,18,8)
C30M0Y18K8 
(30%,0%,18%,8%)
(0.30/0.00/0.18/0.08)	

CMYK yüzdeleri

%29.79
%0
%17.87
%7.84

Codes

Color #A5EBC1 in popluar color models

A5EBC1
RGB165235193
HSL144°63.64%78.43%
HSB/HSV144°29.79%92.16%
CMYK29.79%0.00%17.87%
7.84%

Color #A5EBC1 in popluar number systems.

HEXA5EBC1
Decimal165235193
Binary101001011110101111000001
Octal245353301

Shades and tints

Shades of #A5EBC1

#A5EBC1
(165,235,193)
#96D6B0
(150,214,176)
#87C19F
(135,193,159)
#78AC8E
(120,172,142)
#69977D
(105,151,125)
#5A826C
(90,130,108)
#4B6D5B
(75,109,91)
#3C584A
(60,88,74)
#2D4339
(45,67,57)
#1E2E28
(30,46,40)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5EBC1

#A5EBC1
(165,235,193)
#ADECC6
(173,236,198)
#B5EDCB
(181,237,203)
#BDEED0
(189,238,208)
#C5EFD5
(197,239,213)
#CDF0DA
(205,240,218)
#D5F1DF
(213,241,223)
#DDF2E4
(221,242,228)
#E5F3E9
(229,243,233)
#EDF4EE
(237,244,238)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EBC1 color. Also use rgb(165,235,193) instead hex code.

Text Font Color

.myTextColor { color: #A5EBC1; }

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

This text font color is #A5EBC1.


Background Color

.myBgColor { background-color: #A5EBC1; }

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

This div background color is #A5EBC1.


Border color

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

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

This div border color is #A5EBC1.


Opacity

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

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

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

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

This text has shadow with #A5EBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EBC1 on black background.


Color preview on white background

This text has color #A5EBC1 on white background.



Black color preview on #A5EBC1 background

This text has black color on #A5EBC1 background.


White color preview on #A5EBC1 background

This text has white color on #A5EBC1 background.