COLOR #A5BEA6

HEX: #A5BEA6
RGB: (165,190,166)

Renk bilgisi

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

RGB renk modeli

#A5BEA6 color RGB value is (165,190,166).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 190 of 255 = 75%
B 166 of 255 = 65%

165
190
166

R + G + B ~ 68%. #A5BEA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 190 + 166 = 521 (100%)
R 165 of 521 ~ 31.67%
G 190 of 521 ~ 36.47%
B 166 of 521 ~ 31.86%

%31.67
%36.47
%31.86

CMYK RENK MODELİ

#A5BEA6 rengi CMYK tonu (13,0,13,25).

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

CMYK yüzdeleri

%13.16
%0
%12.63
%25.49

Codes

Color #A5BEA6 in popluar color models

A5BEA6
RGB165190166
HSL122°16.13%69.61%
HSB/HSV122°13.16%74.51%
CMYK13.16%0.00%12.63%
25.49%

Color #A5BEA6 in popluar number systems.

HEXA5BEA6
Decimal165190166
Binary101001011011111010100110
Octal245276246

Shades and tints

Shades of #A5BEA6

#A5BEA6
(165,190,166)
#96AD97
(150,173,151)
#879C88
(135,156,136)
#788B79
(120,139,121)
#697A6A
(105,122,106)
#5A695B
(90,105,91)
#4B584C
(75,88,76)
#3C473D
(60,71,61)
#2D362E
(45,54,46)
#1E251F
(30,37,31)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5BEA6

#A5BEA6
(165,190,166)
#ADC3AE
(173,195,174)
#B5C8B6
(181,200,182)
#BDCDBE
(189,205,190)
#C5D2C6
(197,210,198)
#CDD7CE
(205,215,206)
#D5DCD6
(213,220,214)
#DDE1DE
(221,225,222)
#E5E6E6
(229,230,230)
#EDEBEE
(237,235,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BEA6; }

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

This text font color is #A5BEA6.


Background Color

.myBgColor { background-color: #A5BEA6; }

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

This div background color is #A5BEA6.


Border color

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

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

This div border color is #A5BEA6.


Opacity

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

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

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

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

This text has shadow with #A5BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BEA6 on black background.


Color preview on white background

This text has color #A5BEA6 on white background.



Black color preview on #A5BEA6 background

This text has black color on #A5BEA6 background.


White color preview on #A5BEA6 background

This text has white color on #A5BEA6 background.