COLOR #ADC691

HEX: #ADC691
RGB: (173,198,145)

Renk bilgisi

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

RGB renk modeli

#ADC691 color RGB value is (173,198,145).

  • kırmız ton 173;
  • yeşil ton 198;
  • mavi ton 145.
RGB:
(173,198,145)
(68%,78%,57%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 198 of 255 = 78%
B 145 of 255 = 57%

173
198
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 145 = 516 (100%)
R 173 of 516 ~ 33.53%
G 198 of 516 ~ 38.37%
B 145 of 516 ~ 28.1%

%33.53
%38.37
%28.1

CMYK RENK MODELİ

#ADC691 rengi CMYK tonu (13,0,27,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 0.00%
  • sarı tonu 26.77%
  • ana renk tonu 22.35%
CMYK:
(13,0,27,22)
C13M0Y27K22 
(13%,0%,27%,22%)
(0.13/0.00/0.27/0.22)	

CMYK yüzdeleri

%12.63
%0
%26.77
%22.35

Codes

Color #ADC691 in popluar color models

ADC691
RGB173198145
HSL88°31.74%67.25%
HSB/HSV88°26.77%77.65%
CMYK12.63%0.00%26.77%
22.35%

Color #ADC691 in popluar number systems.

HEXADC691
Decimal173198145
Binary101011011100011010010001
Octal255306221

Shades and tints

Shades of #ADC691

#ADC691
(173,198,145)
#9EB484
(158,180,132)
#8FA277
(143,162,119)
#80906A
(128,144,106)
#717E5D
(113,126,93)
#626C50
(98,108,80)
#535A43
(83,90,67)
#444836
(68,72,54)
#353629
(53,54,41)
#26241C
(38,36,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #ADC691

#ADC691
(173,198,145)
#B4CB9B
(180,203,155)
#BBD0A5
(187,208,165)
#C2D5AF
(194,213,175)
#C9DAB9
(201,218,185)
#D0DFC3
(208,223,195)
#D7E4CD
(215,228,205)
#DEE9D7
(222,233,215)
#E5EEE1
(229,238,225)
#ECF3EB
(236,243,235)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC691 color. Also use rgb(173,198,145) instead hex code.

Text Font Color

.myTextColor { color: #ADC691; }

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

This text font color is #ADC691.


Background Color

.myBgColor { background-color: #ADC691; }

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

This div background color is #ADC691.


Border color

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

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

This div border color is #ADC691.


Opacity

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

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

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

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

This text has shadow with #ADC691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC691 on black background.


Color preview on white background

This text has color #ADC691 on white background.



Black color preview on #ADC691 background

This text has black color on #ADC691 background.


White color preview on #ADC691 background

This text has white color on #ADC691 background.