COLOR #A5BECD

HEX: #A5BECD
RGB: (165,190,205)

Renk bilgisi

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

RGB renk modeli

#A5BECD color RGB value is (165,190,205).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 205 of 255 = 80%

165
190
205

R + G + B ~ 73%. #A5BECD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 205 = 560 (100%)
R 165 of 560 ~ 29.46%
G 190 of 560 ~ 33.93%
B 205 of 560 ~ 36.61%

%29.46
%33.93
%36.61

CMYK RENK MODELİ

#A5BECD rengi CMYK tonu (20,7,0,20).

  • camgöbeği tonu 19.51%
  • eflatun tonu 7.32%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(20,7,0,20)
C20M7Y0K20 
(20%,7%,0%,20%)
(0.20/0.07/0.00/0.20)	

CMYK yüzdeleri

%19.51
%7.32
%0
%19.61

Codes

Color #A5BECD in popluar color models

A5BECD
RGB165190205
HSL203°28.57%72.55%
HSB/HSV203°19.51%80.39%
CMYK19.51%7.32%0.00%
19.61%

Color #A5BECD in popluar number systems.

HEXA5BECD
Decimal165190205
Binary101001011011111011001101
Octal245276315

Shades and tints

Shades of #A5BECD

#A5BECD
(165,190,205)
#96ADBB
(150,173,187)
#879CA9
(135,156,169)
#788B97
(120,139,151)
#697A85
(105,122,133)
#5A6973
(90,105,115)
#4B5861
(75,88,97)
#3C474F
(60,71,79)
#2D363D
(45,54,61)
#1E252B
(30,37,43)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A5BECD

#A5BECD
(165,190,205)
#ADC3D1
(173,195,209)
#B5C8D5
(181,200,213)
#BDCDD9
(189,205,217)
#C5D2DD
(197,210,221)
#CDD7E1
(205,215,225)
#D5DCE5
(213,220,229)
#DDE1E9
(221,225,233)
#E5E6ED
(229,230,237)
#EDEBF1
(237,235,241)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BECD; }

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

This text font color is #A5BECD.


Background Color

.myBgColor { background-color: #A5BECD; }

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

This div background color is #A5BECD.


Border color

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

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

This div border color is #A5BECD.


Opacity

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

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

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

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

This text has shadow with #A5BECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BECD on black background.


Color preview on white background

This text has color #A5BECD on white background.



Black color preview on #A5BECD background

This text has black color on #A5BECD background.


White color preview on #A5BECD background

This text has white color on #A5BECD background.