COLOR #D7E081

HEX: #D7E081
RGB: (215,224,129)

Renk bilgisi

#D7E081 contains mainly red and green colors. #D7E081 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D7E081 color RGB value is (215,224,129).

  • kırmız ton 215;
  • yeşil ton 224;
  • mavi ton 129.
RGB:
(215,224,129)
(84%,88%,51%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 224 of 255 = 88%
B 129 of 255 = 51%

215
224
129

R + G + B ~ 74%. #D7E081 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 224 + 129 = 568 (100%)
R 215 of 568 ~ 37.85%
G 224 of 568 ~ 39.44%
B 129 of 568 ~ 22.71%

%37.85
%39.44
%22.71

CMYK RENK MODELİ

#D7E081 rengi CMYK tonu (4,0,42,12).

  • camgöbeği tonu 4.02%
  • eflatun tonu 0.00%
  • sarı tonu 42.41%
  • ana renk tonu 12.16%
CMYK:
(4,0,42,12)
C4M0Y42K12 
(4%,0%,42%,12%)
(0.04/0.00/0.42/0.12)	

CMYK yüzdeleri

%4.02
%0
%42.41
%12.16

Codes

Color #D7E081 in popluar color models

D7E081
RGB215224129
HSL66°60.51%69.22%
HSB/HSV66°42.41%87.84%
CMYK4.02%0.00%42.41%
12.16%

Color #D7E081 in popluar number systems.

HEXD7E081
Decimal215224129
Binary110101111110000010000001
Octal327340201

Shades and tints

Shades of #D7E081

#D7E081
(215,224,129)
#C4CC76
(196,204,118)
#B1B86B
(177,184,107)
#9EA460
(158,164,96)
#8B9055
(139,144,85)
#787C4A
(120,124,74)
#65683F
(101,104,63)
#525434
(82,84,52)
#3F4029
(63,64,41)
#2C2C1E
(44,44,30)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7E081

#D7E081
(215,224,129)
#DAE28C
(218,226,140)
#DDE497
(221,228,151)
#E0E6A2
(224,230,162)
#E3E8AD
(227,232,173)
#E6EAB8
(230,234,184)
#E9ECC3
(233,236,195)
#ECEECE
(236,238,206)
#EFF0D9
(239,240,217)
#F2F2E4
(242,242,228)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E081 color. Also use rgb(215,224,129) instead hex code.

Text Font Color

.myTextColor { color: #D7E081; }

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

This text font color is #D7E081.


Background Color

.myBgColor { background-color: #D7E081; }

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

This div background color is #D7E081.


Border color

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

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

This div border color is #D7E081.


Opacity

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

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

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

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

This text has shadow with #D7E081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E081 on black background.


Color preview on white background

This text has color #D7E081 on white background.



Black color preview on #D7E081 background

This text has black color on #D7E081 background.


White color preview on #D7E081 background

This text has white color on #D7E081 background.