COLOR #ADC188

HEX: #ADC188
RGB: (173,193,136)

Renk bilgisi

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

RGB renk modeli

#ADC188 color RGB value is (173,193,136).

  • kırmız ton 173;
  • yeşil ton 193;
  • mavi ton 136.
RGB:
(173,193,136)
(68%,76%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 193 of 255 = 76%
B 136 of 255 = 53%

173
193
136

R + G + B ~ 66%. #ADC188 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 193 + 136 = 502 (100%)
R 173 of 502 ~ 34.46%
G 193 of 502 ~ 38.45%
B 136 of 502 ~ 27.09%

%34.46
%38.45
%27.09

CMYK RENK MODELİ

#ADC188 rengi CMYK tonu (10,0,30,24).

  • camgöbeği tonu 10.36%
  • eflatun tonu 0.00%
  • sarı tonu 29.53%
  • ana renk tonu 24.31%
CMYK:
(10,0,30,24)
C10M0Y30K24 
(10%,0%,30%,24%)
(0.10/0.00/0.30/0.24)	

CMYK yüzdeleri

%10.36
%0
%29.53
%24.31

Codes

Color #ADC188 in popluar color models

ADC188
RGB173193136
HSL81°31.49%64.51%
HSB/HSV81°29.53%75.69%
CMYK10.36%0.00%29.53%
24.31%

Color #ADC188 in popluar number systems.

HEXADC188
Decimal173193136
Binary101011011100000110001000
Octal255301210

Shades and tints

Shades of #ADC188

#ADC188
(173,193,136)
#9EB07C
(158,176,124)
#8F9F70
(143,159,112)
#808E64
(128,142,100)
#717D58
(113,125,88)
#626C4C
(98,108,76)
#535B40
(83,91,64)
#444A34
(68,74,52)
#353928
(53,57,40)
#26281C
(38,40,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #ADC188

#ADC188
(173,193,136)
#B4C692
(180,198,146)
#BBCB9C
(187,203,156)
#C2D0A6
(194,208,166)
#C9D5B0
(201,213,176)
#D0DABA
(208,218,186)
#D7DFC4
(215,223,196)
#DEE4CE
(222,228,206)
#E5E9D8
(229,233,216)
#ECEEE2
(236,238,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC188 color. Also use rgb(173,193,136) instead hex code.

Text Font Color

.myTextColor { color: #ADC188; }

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

This text font color is #ADC188.


Background Color

.myBgColor { background-color: #ADC188; }

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

This div background color is #ADC188.


Border color

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

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

This div border color is #ADC188.


Opacity

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

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

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

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

This text has shadow with #ADC188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC188 on black background.


Color preview on white background

This text has color #ADC188 on white background.



Black color preview on #ADC188 background

This text has black color on #ADC188 background.


White color preview on #ADC188 background

This text has white color on #ADC188 background.