COLOR #ADC887

HEX: #ADC887
RGB: (173,200,135)

Renk bilgisi

#ADC887 contains mainly red and green colors. #ADC887 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADC887 color RGB value is (173,200,135).

  • kırmız ton 173;
  • yeşil ton 200;
  • mavi ton 135.
RGB:
(173,200,135)
(68%,78%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 200 of 255 = 78%
B 135 of 255 = 53%

173
200
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 200 + 135 = 508 (100%)
R 173 of 508 ~ 34.06%
G 200 of 508 ~ 39.37%
B 135 of 508 ~ 26.57%

%34.06
%39.37
%26.57

CMYK RENK MODELİ

#ADC887 rengi CMYK tonu (14,0,33,22).

  • camgöbeği tonu 13.50%
  • eflatun tonu 0.00%
  • sarı tonu 32.50%
  • ana renk tonu 21.57%
CMYK:
(14,0,33,22)
C14M0Y33K22 
(14%,0%,33%,22%)
(0.14/0.00/0.33/0.22)	

CMYK yüzdeleri

%13.5
%0
%32.5
%21.57

Codes

Color #ADC887 in popluar color models

ADC887
RGB173200135
HSL85°37.14%65.69%
HSB/HSV85°32.50%78.43%
CMYK13.50%0.00%32.50%
21.57%

Color #ADC887 in popluar number systems.

HEXADC887
Decimal173200135
Binary101011011100100010000111
Octal255310207

Shades and tints

Shades of #ADC887

#ADC887
(173,200,135)
#9EB67B
(158,182,123)
#8FA46F
(143,164,111)
#809263
(128,146,99)
#718057
(113,128,87)
#626E4B
(98,110,75)
#535C3F
(83,92,63)
#444A33
(68,74,51)
#353827
(53,56,39)
#26261B
(38,38,27)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #ADC887

#ADC887
(173,200,135)
#B4CD91
(180,205,145)
#BBD29B
(187,210,155)
#C2D7A5
(194,215,165)
#C9DCAF
(201,220,175)
#D0E1B9
(208,225,185)
#D7E6C3
(215,230,195)
#DEEBCD
(222,235,205)
#E5F0D7
(229,240,215)
#ECF5E1
(236,245,225)
#F3FAEB
(243,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC887 color. Also use rgb(173,200,135) instead hex code.

Text Font Color

.myTextColor { color: #ADC887; }

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

This text font color is #ADC887.


Background Color

.myBgColor { background-color: #ADC887; }

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

This div background color is #ADC887.


Border color

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

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

This div border color is #ADC887.


Opacity

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

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

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

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

This text has shadow with #ADC887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC887 on black background.


Color preview on white background

This text has color #ADC887 on white background.



Black color preview on #ADC887 background

This text has black color on #ADC887 background.


White color preview on #ADC887 background

This text has white color on #ADC887 background.