COLOR #D6E085

HEX: #D6E085
RGB: (214,224,133)

Renk bilgisi

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

RGB renk modeli

#D6E085 color RGB value is (214,224,133).

  • kırmız ton 214;
  • yeşil ton 224;
  • mavi ton 133.
RGB:
(214,224,133)
(84%,88%,52%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 224 of 255 = 88%
B 133 of 255 = 52%

214
224
133

R + G + B ~ 75%. #D6E085 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 224 + 133 = 571 (100%)
R 214 of 571 ~ 37.48%
G 224 of 571 ~ 39.23%
B 133 of 571 ~ 23.29%

%37.48
%39.23
%23.29

CMYK RENK MODELİ

#D6E085 rengi CMYK tonu (4,0,41,12).

  • camgöbeği tonu 4.46%
  • eflatun tonu 0.00%
  • sarı tonu 40.63%
  • ana renk tonu 12.16%
CMYK:
(4,0,41,12)
C4M0Y41K12 
(4%,0%,41%,12%)
(0.04/0.00/0.41/0.12)	

CMYK yüzdeleri

%4.46
%0
%40.63
%12.16

Codes

Color #D6E085 in popluar color models

D6E085
RGB214224133
HSL67°59.48%70.00%
HSB/HSV67°40.63%87.84%
CMYK4.46%0.00%40.63%
12.16%

Color #D6E085 in popluar number systems.

HEXD6E085
Decimal214224133
Binary110101101110000010000101
Octal326340205

Shades and tints

Shades of #D6E085

#D6E085
(214,224,133)
#C3CC79
(195,204,121)
#B0B86D
(176,184,109)
#9DA461
(157,164,97)
#8A9055
(138,144,85)
#777C49
(119,124,73)
#64683D
(100,104,61)
#515431
(81,84,49)
#3E4025
(62,64,37)
#2B2C19
(43,44,25)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #D6E085

#D6E085
(214,224,133)
#D9E290
(217,226,144)
#DCE49B
(220,228,155)
#DFE6A6
(223,230,166)
#E2E8B1
(226,232,177)
#E5EABC
(229,234,188)
#E8ECC7
(232,236,199)
#EBEED2
(235,238,210)
#EEF0DD
(238,240,221)
#F1F2E8
(241,242,232)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E085 color. Also use rgb(214,224,133) instead hex code.

Text Font Color

.myTextColor { color: #D6E085; }

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

This text font color is #D6E085.


Background Color

.myBgColor { background-color: #D6E085; }

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

This div background color is #D6E085.


Border color

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

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

This div border color is #D6E085.


Opacity

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

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

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

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

This text has shadow with #D6E085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E085 on black background.


Color preview on white background

This text has color #D6E085 on white background.



Black color preview on #D6E085 background

This text has black color on #D6E085 background.


White color preview on #D6E085 background

This text has white color on #D6E085 background.