COLOR #ADBEA7

HEX: #ADBEA7
RGB: (173,190,167)

Renk bilgisi

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

RGB renk modeli

#ADBEA7 color RGB value is (173,190,167).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 190 of 255 = 75%
B 167 of 255 = 65%

173
190
167

R + G + B ~ 69%. #ADBEA7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 190 + 167 = 530 (100%)
R 173 of 530 ~ 32.64%
G 190 of 530 ~ 35.85%
B 167 of 530 ~ 31.51%

%32.64
%35.85
%31.51

CMYK RENK MODELİ

#ADBEA7 rengi CMYK tonu (9,0,12,25).

  • camgöbeği tonu 8.95%
  • eflatun tonu 0.00%
  • sarı tonu 12.11%
  • ana renk tonu 25.49%
CMYK:
(9,0,12,25)
C9M0Y12K25 
(9%,0%,12%,25%)
(0.09/0.00/0.12/0.25)	

CMYK yüzdeleri

%8.95
%0
%12.11
%25.49

Codes

Color #ADBEA7 in popluar color models

ADBEA7
RGB173190167
HSL104°15.03%70.00%
HSB/HSV104°12.11%74.51%
CMYK8.95%0.00%12.11%
25.49%

Color #ADBEA7 in popluar number systems.

HEXADBEA7
Decimal173190167
Binary101011011011111010100111
Octal255276247

Shades and tints

Shades of #ADBEA7

#ADBEA7
(173,190,167)
#9EAD98
(158,173,152)
#8F9C89
(143,156,137)
#808B7A
(128,139,122)
#717A6B
(113,122,107)
#62695C
(98,105,92)
#53584D
(83,88,77)
#44473E
(68,71,62)
#35362F
(53,54,47)
#262520
(38,37,32)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADBEA7

#ADBEA7
(173,190,167)
#B4C3AF
(180,195,175)
#BBC8B7
(187,200,183)
#C2CDBF
(194,205,191)
#C9D2C7
(201,210,199)
#D0D7CF
(208,215,207)
#D7DCD7
(215,220,215)
#DEE1DF
(222,225,223)
#E5E6E7
(229,230,231)
#ECEBEF
(236,235,239)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBEA7 color. Also use rgb(173,190,167) instead hex code.

Text Font Color

.myTextColor { color: #ADBEA7; }

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

This text font color is #ADBEA7.


Background Color

.myBgColor { background-color: #ADBEA7; }

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

This div background color is #ADBEA7.


Border color

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

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

This div border color is #ADBEA7.


Opacity

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

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

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

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

This text has shadow with #ADBEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBEA7 on black background.


Color preview on white background

This text has color #ADBEA7 on white background.



Black color preview on #ADBEA7 background

This text has black color on #ADBEA7 background.


White color preview on #ADBEA7 background

This text has white color on #ADBEA7 background.