COLOR #D5ED82

HEX: #D5ED82
RGB: (213,237,130)

Renk bilgisi

#D5ED82 contains mainly red and green colors. #D5ED82 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D5ED82 color RGB value is (213,237,130).

  • kırmız ton 213;
  • yeşil ton 237;
  • mavi ton 130.
RGB:
(213,237,130)
(84%,93%,51%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 237 of 255 = 93%
B 130 of 255 = 51%

213
237
130

R + G + B ~ 76%. #D5ED82 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 237 + 130 = 580 (100%)
R 213 of 580 ~ 36.72%
G 237 of 580 ~ 40.86%
B 130 of 580 ~ 22.41%

%36.72
%40.86
%22.41

CMYK RENK MODELİ

#D5ED82 rengi CMYK tonu (10,0,45,7).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 45.15%
  • ana renk tonu 7.06%
CMYK:
(10,0,45,7)
C10M0Y45K7 
(10%,0%,45%,7%)
(0.10/0.00/0.45/0.07)	

CMYK yüzdeleri

%10.13
%0
%45.15
%7.06

Codes

Color #D5ED82 in popluar color models

D5ED82
RGB213237130
HSL73°74.83%71.96%
HSB/HSV73°45.15%92.94%
CMYK10.13%0.00%45.15%
7.06%

Color #D5ED82 in popluar number systems.

HEXD5ED82
Decimal213237130
Binary110101011110110110000010
Octal325355202

Shades and tints

Shades of #D5ED82

#D5ED82
(213,237,130)
#C2D877
(194,216,119)
#AFC36C
(175,195,108)
#9CAE61
(156,174,97)
#899956
(137,153,86)
#76844B
(118,132,75)
#636F40
(99,111,64)
#505A35
(80,90,53)
#3D452A
(61,69,42)
#2A301F
(42,48,31)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #D5ED82

#D5ED82
(213,237,130)
#D8EE8D
(216,238,141)
#DBEF98
(219,239,152)
#DEF0A3
(222,240,163)
#E1F1AE
(225,241,174)
#E4F2B9
(228,242,185)
#E7F3C4
(231,243,196)
#EAF4CF
(234,244,207)
#EDF5DA
(237,245,218)
#F0F6E5
(240,246,229)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ED82 color. Also use rgb(213,237,130) instead hex code.

Text Font Color

.myTextColor { color: #D5ED82; }

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

This text font color is #D5ED82.


Background Color

.myBgColor { background-color: #D5ED82; }

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

This div background color is #D5ED82.


Border color

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

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

This div border color is #D5ED82.


Opacity

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

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

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

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

This text has shadow with #D5ED82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ED82 on black background.


Color preview on white background

This text has color #D5ED82 on white background.



Black color preview on #D5ED82 background

This text has black color on #D5ED82 background.


White color preview on #D5ED82 background

This text has white color on #D5ED82 background.