COLOR #A5BEB3

HEX: #A5BEB3
RGB: (165,190,179)

Renk bilgisi

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

RGB renk modeli

#A5BEB3 color RGB value is (165,190,179).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 179 of 255 = 70%

165
190
179

R + G + B ~ 70%. #A5BEB3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 179 = 534 (100%)
R 165 of 534 ~ 30.9%
G 190 of 534 ~ 35.58%
B 179 of 534 ~ 33.52%

%30.9
%35.58
%33.52

CMYK RENK MODELİ

#A5BEB3 rengi CMYK tonu (13,0,6,25).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 5.79%
  • ana renk tonu 25.49%
CMYK:
(13,0,6,25)
C13M0Y6K25 
(13%,0%,6%,25%)
(0.13/0.00/0.06/0.25)	

CMYK yüzdeleri

%13.16
%0
%5.79
%25.49

Codes

Color #A5BEB3 in popluar color models

A5BEB3
RGB165190179
HSL154°16.13%69.61%
HSB/HSV154°13.16%74.51%
CMYK13.16%0.00%5.79%
25.49%

Color #A5BEB3 in popluar number systems.

HEXA5BEB3
Decimal165190179
Binary101001011011111010110011
Octal245276263

Shades and tints

Shades of #A5BEB3

#A5BEB3
(165,190,179)
#96ADA3
(150,173,163)
#879C93
(135,156,147)
#788B83
(120,139,131)
#697A73
(105,122,115)
#5A6963
(90,105,99)
#4B5853
(75,88,83)
#3C4743
(60,71,67)
#2D3633
(45,54,51)
#1E2523
(30,37,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5BEB3

#A5BEB3
(165,190,179)
#ADC3B9
(173,195,185)
#B5C8BF
(181,200,191)
#BDCDC5
(189,205,197)
#C5D2CB
(197,210,203)
#CDD7D1
(205,215,209)
#D5DCD7
(213,220,215)
#DDE1DD
(221,225,221)
#E5E6E3
(229,230,227)
#EDEBE9
(237,235,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEB3; }

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

This text font color is #A5BEB3.


Background Color

.myBgColor { background-color: #A5BEB3; }

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

This div background color is #A5BEB3.


Border color

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

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

This div border color is #A5BEB3.


Opacity

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

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

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

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

This text has shadow with #A5BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BEB3 on black background.


Color preview on white background

This text has color #A5BEB3 on white background.



Black color preview on #A5BEB3 background

This text has black color on #A5BEB3 background.


White color preview on #A5BEB3 background

This text has white color on #A5BEB3 background.