COLOR #A5BED5

HEX: #A5BED5
RGB: (165,190,213)

Renk bilgisi

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

RGB renk modeli

#A5BED5 color RGB value is (165,190,213).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 213 of 255 = 84%

165
190
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 213 = 568 (100%)
R 165 of 568 ~ 29.05%
G 190 of 568 ~ 33.45%
B 213 of 568 ~ 37.5%

%29.05
%33.45
%37.5

CMYK RENK MODELİ

#A5BED5 rengi CMYK tonu (23,11,0,16).

  • camgöbeği tonu 22.54%
  • eflatun tonu 10.80%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(23,11,0,16)
C23M11Y0K16 
(23%,11%,0%,16%)
(0.23/0.11/0.00/0.16)	

CMYK yüzdeleri

%22.54
%10.8
%0
%16.47

Codes

Color #A5BED5 in popluar color models

A5BED5
RGB165190213
HSL209°36.36%74.12%
HSB/HSV209°22.54%83.53%
CMYK22.54%10.80%0.00%
16.47%

Color #A5BED5 in popluar number systems.

HEXA5BED5
Decimal165190213
Binary101001011011111011010101
Octal245276325

Shades and tints

Shades of #A5BED5

#A5BED5
(165,190,213)
#96ADC2
(150,173,194)
#879CAF
(135,156,175)
#788B9C
(120,139,156)
#697A89
(105,122,137)
#5A6976
(90,105,118)
#4B5863
(75,88,99)
#3C4750
(60,71,80)
#2D363D
(45,54,61)
#1E252A
(30,37,42)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A5BED5

#A5BED5
(165,190,213)
#ADC3D8
(173,195,216)
#B5C8DB
(181,200,219)
#BDCDDE
(189,205,222)
#C5D2E1
(197,210,225)
#CDD7E4
(205,215,228)
#D5DCE7
(213,220,231)
#DDE1EA
(221,225,234)
#E5E6ED
(229,230,237)
#EDEBF0
(237,235,240)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BED5; }

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

This text font color is #A5BED5.


Background Color

.myBgColor { background-color: #A5BED5; }

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

This div background color is #A5BED5.


Border color

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

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

This div border color is #A5BED5.


Opacity

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

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

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

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

This text has shadow with #A5BED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BED5 on black background.


Color preview on white background

This text has color #A5BED5 on white background.



Black color preview on #A5BED5 background

This text has black color on #A5BED5 background.


White color preview on #A5BED5 background

This text has white color on #A5BED5 background.