COLOR #A5EBBE

HEX: #A5EBBE
RGB: (165,235,190)

Renk bilgisi

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

RGB renk modeli

#A5EBBE color RGB value is (165,235,190).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 235 of 255 = 92%
B 190 of 255 = 75%

165
235
190

R + G + B ~ 77%. #A5EBBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 235 + 190 = 590 (100%)
R 165 of 590 ~ 27.97%
G 235 of 590 ~ 39.83%
B 190 of 590 ~ 32.2%

%27.97
%39.83
%32.2

CMYK RENK MODELİ

#A5EBBE rengi CMYK tonu (30,0,19,8).

  • camgöbeği tonu 29.79%
  • eflatun tonu 0.00%
  • sarı tonu 19.15%
  • ana renk tonu 7.84%
CMYK:
(30,0,19,8)
C30M0Y19K8 
(30%,0%,19%,8%)
(0.30/0.00/0.19/0.08)	

CMYK yüzdeleri

%29.79
%0
%19.15
%7.84

Codes

Color #A5EBBE in popluar color models

A5EBBE
RGB165235190
HSL141°63.64%78.43%
HSB/HSV141°29.79%92.16%
CMYK29.79%0.00%19.15%
7.84%

Color #A5EBBE in popluar number systems.

HEXA5EBBE
Decimal165235190
Binary101001011110101110111110
Octal245353276

Shades and tints

Shades of #A5EBBE

#A5EBBE
(165,235,190)
#96D6AD
(150,214,173)
#87C19C
(135,193,156)
#78AC8B
(120,172,139)
#69977A
(105,151,122)
#5A8269
(90,130,105)
#4B6D58
(75,109,88)
#3C5847
(60,88,71)
#2D4336
(45,67,54)
#1E2E25
(30,46,37)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5EBBE

#A5EBBE
(165,235,190)
#ADECC3
(173,236,195)
#B5EDC8
(181,237,200)
#BDEECD
(189,238,205)
#C5EFD2
(197,239,210)
#CDF0D7
(205,240,215)
#D5F1DC
(213,241,220)
#DDF2E1
(221,242,225)
#E5F3E6
(229,243,230)
#EDF4EB
(237,244,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EBBE; }

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

This text font color is #A5EBBE.


Background Color

.myBgColor { background-color: #A5EBBE; }

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

This div background color is #A5EBBE.


Border color

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

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

This div border color is #A5EBBE.


Opacity

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

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

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

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

This text has shadow with #A5EBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EBBE on black background.


Color preview on white background

This text has color #A5EBBE on white background.



Black color preview on #A5EBBE background

This text has black color on #A5EBBE background.


White color preview on #A5EBBE background

This text has white color on #A5EBBE background.