COLOR #D7E686

HEX: #D7E686
RGB: (215,230,134)

Renk bilgisi

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

RGB renk modeli

#D7E686 color RGB value is (215,230,134).

  • kırmız ton 215;
  • yeşil ton 230;
  • mavi ton 134.
RGB:
(215,230,134)
(84%,90%,53%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 230 of 255 = 90%
B 134 of 255 = 53%

215
230
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 230 + 134 = 579 (100%)
R 215 of 579 ~ 37.13%
G 230 of 579 ~ 39.72%
B 134 of 579 ~ 23.14%

%37.13
%39.72
%23.14

CMYK RENK MODELİ

#D7E686 rengi CMYK tonu (7,0,42,10).

  • camgöbeği tonu 6.52%
  • eflatun tonu 0.00%
  • sarı tonu 41.74%
  • ana renk tonu 9.80%
CMYK:
(7,0,42,10)
C7M0Y42K10 
(7%,0%,42%,10%)
(0.07/0.00/0.42/0.10)	

CMYK yüzdeleri

%6.52
%0
%41.74
%9.8

Codes

Color #D7E686 in popluar color models

D7E686
RGB215230134
HSL69°65.75%71.37%
HSB/HSV69°41.74%90.20%
CMYK6.52%0.00%41.74%
9.80%

Color #D7E686 in popluar number systems.

HEXD7E686
Decimal215230134
Binary110101111110011010000110
Octal327346206

Shades and tints

Shades of #D7E686

#D7E686
(215,230,134)
#C4D27A
(196,210,122)
#B1BE6E
(177,190,110)
#9EAA62
(158,170,98)
#8B9656
(139,150,86)
#78824A
(120,130,74)
#656E3E
(101,110,62)
#525A32
(82,90,50)
#3F4626
(63,70,38)
#2C321A
(44,50,26)
#191E0E
(25,30,14)
#000000
(0,0,0)

Tints of #D7E686

#D7E686
(215,230,134)
#DAE891
(218,232,145)
#DDEA9C
(221,234,156)
#E0ECA7
(224,236,167)
#E3EEB2
(227,238,178)
#E6F0BD
(230,240,189)
#E9F2C8
(233,242,200)
#ECF4D3
(236,244,211)
#EFF6DE
(239,246,222)
#F2F8E9
(242,248,233)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E686 color. Also use rgb(215,230,134) instead hex code.

Text Font Color

.myTextColor { color: #D7E686; }

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

This text font color is #D7E686.


Background Color

.myBgColor { background-color: #D7E686; }

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

This div background color is #D7E686.


Border color

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

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

This div border color is #D7E686.


Opacity

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

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

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

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

This text has shadow with #D7E686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E686 on black background.


Color preview on white background

This text has color #D7E686 on white background.



Black color preview on #D7E686 background

This text has black color on #D7E686 background.


White color preview on #D7E686 background

This text has white color on #D7E686 background.