COLOR #A5EFDD

HEX: #A5EFDD
RGB: (165,239,221)

Renk bilgisi

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

RGB renk modeli

#A5EFDD color RGB value is (165,239,221).

  • kırmız ton 165;
  • yeşil ton 239;
  • mavi ton 221.
RGB:
(165,239,221)
(65%,94%,87%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 239 of 255 = 94%
B 221 of 255 = 87%

165
239
221

R + G + B ~ 82%. #A5EFDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 239 + 221 = 625 (100%)
R 165 of 625 ~ 26.4%
G 239 of 625 ~ 38.24%
B 221 of 625 ~ 35.36%

%26.4
%38.24
%35.36

CMYK RENK MODELİ

#A5EFDD rengi CMYK tonu (31,0,8,6).

  • camgöbeği tonu 30.96%
  • eflatun tonu 0.00%
  • sarı tonu 7.53%
  • ana renk tonu 6.27%
CMYK:
(31,0,8,6)
C31M0Y8K6 
(31%,0%,8%,6%)
(0.31/0.00/0.08/0.06)	

CMYK yüzdeleri

%30.96
%0
%7.53
%6.27

Codes

Color #A5EFDD in popluar color models

A5EFDD
RGB165239221
HSL165°69.81%79.22%
HSB/HSV165°30.96%93.73%
CMYK30.96%0.00%7.53%
6.27%

Color #A5EFDD in popluar number systems.

HEXA5EFDD
Decimal165239221
Binary101001011110111111011101
Octal245357335

Shades and tints

Shades of #A5EFDD

#A5EFDD
(165,239,221)
#96DAC9
(150,218,201)
#87C5B5
(135,197,181)
#78B0A1
(120,176,161)
#699B8D
(105,155,141)
#5A8679
(90,134,121)
#4B7165
(75,113,101)
#3C5C51
(60,92,81)
#2D473D
(45,71,61)
#1E3229
(30,50,41)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #A5EFDD

#A5EFDD
(165,239,221)
#ADF0E0
(173,240,224)
#B5F1E3
(181,241,227)
#BDF2E6
(189,242,230)
#C5F3E9
(197,243,233)
#CDF4EC
(205,244,236)
#D5F5EF
(213,245,239)
#DDF6F2
(221,246,242)
#E5F7F5
(229,247,245)
#EDF8F8
(237,248,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EFDD color. Also use rgb(165,239,221) instead hex code.

Text Font Color

.myTextColor { color: #A5EFDD; }

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

This text font color is #A5EFDD.


Background Color

.myBgColor { background-color: #A5EFDD; }

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

This div background color is #A5EFDD.


Border color

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

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

This div border color is #A5EFDD.


Opacity

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

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

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

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

This text has shadow with #A5EFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EFDD on black background.


Color preview on white background

This text has color #A5EFDD on white background.



Black color preview on #A5EFDD background

This text has black color on #A5EFDD background.


White color preview on #A5EFDD background

This text has white color on #A5EFDD background.