COLOR #AED07D

HEX: #AED07D
RGB: (174,208,125)

Renk bilgisi

#AED07D contains mainly red and green colors. #AED07D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#AED07D color RGB value is (174,208,125).

  • kırmız ton 174;
  • yeşil ton 208;
  • mavi ton 125.
RGB:
(174,208,125)
(68%,82%,49%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 208 of 255 = 82%
B 125 of 255 = 49%

174
208
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 208 + 125 = 507 (100%)
R 174 of 507 ~ 34.32%
G 208 of 507 ~ 41.03%
B 125 of 507 ~ 24.65%

%34.32
%41.03
%24.65

CMYK RENK MODELİ

#AED07D rengi CMYK tonu (16,0,40,18).

  • camgöbeği tonu 16.35%
  • eflatun tonu 0.00%
  • sarı tonu 39.90%
  • ana renk tonu 18.43%
CMYK:
(16,0,40,18)
C16M0Y40K18 
(16%,0%,40%,18%)
(0.16/0.00/0.40/0.18)	

CMYK yüzdeleri

%16.35
%0
%39.9
%18.43

Codes

Color #AED07D in popluar color models

AED07D
RGB174208125
HSL85°46.89%65.29%
HSB/HSV85°39.90%81.57%
CMYK16.35%0.00%39.90%
18.43%

Color #AED07D in popluar number systems.

HEXAED07D
Decimal174208125
Binary10101110110100001111101
Octal256320175

Shades and tints

Shades of #AED07D

#AED07D
(174,208,125)
#9FBE72
(159,190,114)
#90AC67
(144,172,103)
#819A5C
(129,154,92)
#728851
(114,136,81)
#637646
(99,118,70)
#54643B
(84,100,59)
#455230
(69,82,48)
#364025
(54,64,37)
#272E1A
(39,46,26)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #AED07D

#AED07D
(174,208,125)
#B5D488
(181,212,136)
#BCD893
(188,216,147)
#C3DC9E
(195,220,158)
#CAE0A9
(202,224,169)
#D1E4B4
(209,228,180)
#D8E8BF
(216,232,191)
#DFECCA
(223,236,202)
#E6F0D5
(230,240,213)
#EDF4E0
(237,244,224)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED07D color. Also use rgb(174,208,125) instead hex code.

Text Font Color

.myTextColor { color: #AED07D; }

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

This text font color is #AED07D.


Background Color

.myBgColor { background-color: #AED07D; }

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

This div background color is #AED07D.


Border color

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

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

This div border color is #AED07D.


Opacity

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

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

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

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

This text has shadow with #AED07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED07D on black background.


Color preview on white background

This text has color #AED07D on white background.



Black color preview on #AED07D background

This text has black color on #AED07D background.


White color preview on #AED07D background

This text has white color on #AED07D background.