COLOR #A5BCBE

HEX: #A5BCBE
RGB: (165,188,190)

Renk bilgisi

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

RGB renk modeli

#A5BCBE color RGB value is (165,188,190).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 188 of 255 = 74%
B 190 of 255 = 75%

165
188
190

R + G + B ~ 71%. #A5BCBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 188 + 190 = 543 (100%)
R 165 of 543 ~ 30.39%
G 188 of 543 ~ 34.62%
B 190 of 543 ~ 34.99%

%30.39
%34.62
%34.99

CMYK RENK MODELİ

#A5BCBE rengi CMYK tonu (13,1,0,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 1.05%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(13,1,0,25)
C13M1Y0K25 
(13%,1%,0%,25%)
(0.13/0.01/0.00/0.25)	

CMYK yüzdeleri

%13.16
%1.05
%0
%25.49

Codes

Color #A5BCBE in popluar color models

A5BCBE
RGB165188190
HSL185°16.13%69.61%
HSB/HSV185°13.16%74.51%
CMYK13.16%1.05%0.00%
25.49%

Color #A5BCBE in popluar number systems.

HEXA5BCBE
Decimal165188190
Binary101001011011110010111110
Octal245274276

Shades and tints

Shades of #A5BCBE

#A5BCBE
(165,188,190)
#96ABAD
(150,171,173)
#879A9C
(135,154,156)
#78898B
(120,137,139)
#69787A
(105,120,122)
#5A6769
(90,103,105)
#4B5658
(75,86,88)
#3C4547
(60,69,71)
#2D3436
(45,52,54)
#1E2325
(30,35,37)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A5BCBE

#A5BCBE
(165,188,190)
#ADC2C3
(173,194,195)
#B5C8C8
(181,200,200)
#BDCECD
(189,206,205)
#C5D4D2
(197,212,210)
#CDDAD7
(205,218,215)
#D5E0DC
(213,224,220)
#DDE6E1
(221,230,225)
#E5ECE6
(229,236,230)
#EDF2EB
(237,242,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BCBE; }

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

This text font color is #A5BCBE.


Background Color

.myBgColor { background-color: #A5BCBE; }

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

This div background color is #A5BCBE.


Border color

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

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

This div border color is #A5BCBE.


Opacity

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

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

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

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

This text has shadow with #A5BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCBE on black background.


Color preview on white background

This text has color #A5BCBE on white background.



Black color preview on #A5BCBE background

This text has black color on #A5BCBE background.


White color preview on #A5BCBE background

This text has white color on #A5BCBE background.