COLOR #A5BFDB

HEX: #A5BFDB
RGB: (165,191,219)

Renk bilgisi

#A5BFDB contains red, green and blue colors in about the same proportion. #A5BFDB ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A5BFDB color RGB value is (165,191,219).

  • kırmız ton 165;
  • yeşil ton 191;
  • mavi ton 219.
RGB:
(165,191,219)
(65%,75%,86%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 191 of 255 = 75%
B 219 of 255 = 86%

165
191
219

R + G + B ~ 75%. #A5BFDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 191 + 219 = 575 (100%)
R 165 of 575 ~ 28.7%
G 191 of 575 ~ 33.22%
B 219 of 575 ~ 38.09%

%28.7
%33.22
%38.09

CMYK RENK MODELİ

#A5BFDB rengi CMYK tonu (25,13,0,14).

  • camgöbeği tonu 24.66%
  • eflatun tonu 12.79%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(25,13,0,14)
C25M13Y0K14 
(25%,13%,0%,14%)
(0.25/0.13/0.00/0.14)	

CMYK yüzdeleri

%24.66
%12.79
%0
%14.12

Codes

Color #A5BFDB in popluar color models

A5BFDB
RGB165191219
HSL211°42.86%75.29%
HSB/HSV211°24.66%85.88%
CMYK24.66%12.79%0.00%
14.12%

Color #A5BFDB in popluar number systems.

HEXA5BFDB
Decimal165191219
Binary101001011011111111011011
Octal245277333

Shades and tints

Shades of #A5BFDB

#A5BFDB
(165,191,219)
#96AEC8
(150,174,200)
#879DB5
(135,157,181)
#788CA2
(120,140,162)
#697B8F
(105,123,143)
#5A6A7C
(90,106,124)
#4B5969
(75,89,105)
#3C4856
(60,72,86)
#2D3743
(45,55,67)
#1E2630
(30,38,48)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #A5BFDB

#A5BFDB
(165,191,219)
#ADC4DE
(173,196,222)
#B5C9E1
(181,201,225)
#BDCEE4
(189,206,228)
#C5D3E7
(197,211,231)
#CDD8EA
(205,216,234)
#D5DDED
(213,221,237)
#DDE2F0
(221,226,240)
#E5E7F3
(229,231,243)
#EDECF6
(237,236,246)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BFDB color. Also use rgb(165,191,219) instead hex code.

Text Font Color

.myTextColor { color: #A5BFDB; }

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

This text font color is #A5BFDB.


Background Color

.myBgColor { background-color: #A5BFDB; }

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

This div background color is #A5BFDB.


Border color

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

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

This div border color is #A5BFDB.


Opacity

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

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

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

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

This text has shadow with #A5BFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BFDB on black background.


Color preview on white background

This text has color #A5BFDB on white background.



Black color preview on #A5BFDB background

This text has black color on #A5BFDB background.


White color preview on #A5BFDB background

This text has white color on #A5BFDB background.