COLOR #A5D5F5

HEX: #A5D5F5
RGB: (165,213,245)

Renk bilgisi

#A5D5F5 contains mainly green and blue colors. #A5D5F5 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#A5D5F5 color RGB value is (165,213,245).

  • kırmız ton 165;
  • yeşil ton 213;
  • mavi ton 245.
RGB:
(165,213,245)
(65%,84%,96%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 213 of 255 = 84%
B 245 of 255 = 96%

165
213
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 213 + 245 = 623 (100%)
R 165 of 623 ~ 26.48%
G 213 of 623 ~ 34.19%
B 245 of 623 ~ 39.33%

%26.48
%34.19
%39.33

CMYK RENK MODELİ

#A5D5F5 rengi CMYK tonu (33,13,0,4).

  • camgöbeği tonu 32.65%
  • eflatun tonu 13.06%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(33,13,0,4)
C33M13Y0K4 
(33%,13%,0%,4%)
(0.33/0.13/0.00/0.04)	

CMYK yüzdeleri

%32.65
%13.06
%0
%3.92

Codes

Color #A5D5F5 in popluar color models

A5D5F5
RGB165213245
HSL204°80.00%80.39%
HSB/HSV204°32.65%96.08%
CMYK32.65%13.06%0.00%
3.92%

Color #A5D5F5 in popluar number systems.

HEXA5D5F5
Decimal165213245
Binary101001011101010111110101
Octal245325365

Shades and tints

Shades of #A5D5F5

#A5D5F5
(165,213,245)
#96C2DF
(150,194,223)
#87AFC9
(135,175,201)
#789CB3
(120,156,179)
#69899D
(105,137,157)
#5A7687
(90,118,135)
#4B6371
(75,99,113)
#3C505B
(60,80,91)
#2D3D45
(45,61,69)
#1E2A2F
(30,42,47)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #A5D5F5

#A5D5F5
(165,213,245)
#ADD8F5
(173,216,245)
#B5DBF5
(181,219,245)
#BDDEF5
(189,222,245)
#C5E1F5
(197,225,245)
#CDE4F5
(205,228,245)
#D5E7F5
(213,231,245)
#DDEAF5
(221,234,245)
#E5EDF5
(229,237,245)
#EDF0F5
(237,240,245)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D5F5 color. Also use rgb(165,213,245) instead hex code.

Text Font Color

.myTextColor { color: #A5D5F5; }

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

This text font color is #A5D5F5.


Background Color

.myBgColor { background-color: #A5D5F5; }

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

This div background color is #A5D5F5.


Border color

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

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

This div border color is #A5D5F5.


Opacity

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

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

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

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

This text has shadow with #A5D5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D5F5 on black background.


Color preview on white background

This text has color #A5D5F5 on white background.



Black color preview on #A5D5F5 background

This text has black color on #A5D5F5 background.


White color preview on #A5D5F5 background

This text has white color on #A5D5F5 background.