COLOR #D6E475

HEX: #D6E475
RGB: (214,228,117)

Renk bilgisi

#D6E475 contains mainly red and green colors. #D6E475 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D6E475 color RGB value is (214,228,117).

  • kırmız ton 214;
  • yeşil ton 228;
  • mavi ton 117.
RGB:
(214,228,117)
(84%,89%,46%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 228 of 255 = 89%
B 117 of 255 = 46%

214
228
117

R + G + B ~ 73%. #D6E475 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 228 + 117 = 559 (100%)
R 214 of 559 ~ 38.28%
G 228 of 559 ~ 40.79%
B 117 of 559 ~ 20.93%

%38.28
%40.79
%20.93

CMYK RENK MODELİ

#D6E475 rengi CMYK tonu (6,0,49,11).

  • camgöbeği tonu 6.14%
  • eflatun tonu 0.00%
  • sarı tonu 48.68%
  • ana renk tonu 10.59%
CMYK:
(6,0,49,11)
C6M0Y49K11 
(6%,0%,49%,11%)
(0.06/0.00/0.49/0.11)	

CMYK yüzdeleri

%6.14
%0
%48.68
%10.59

Codes

Color #D6E475 in popluar color models

D6E475
RGB214228117
HSL68°67.27%67.65%
HSB/HSV68°48.68%89.41%
CMYK6.14%0.00%48.68%
10.59%

Color #D6E475 in popluar number systems.

HEXD6E475
Decimal214228117
Binary11010110111001001110101
Octal326344165

Shades and tints

Shades of #D6E475

#D6E475
(214,228,117)
#C3D06B
(195,208,107)
#B0BC61
(176,188,97)
#9DA857
(157,168,87)
#8A944D
(138,148,77)
#778043
(119,128,67)
#646C39
(100,108,57)
#51582F
(81,88,47)
#3E4425
(62,68,37)
#2B301B
(43,48,27)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #D6E475

#D6E475
(214,228,117)
#D9E681
(217,230,129)
#DCE88D
(220,232,141)
#DFEA99
(223,234,153)
#E2ECA5
(226,236,165)
#E5EEB1
(229,238,177)
#E8F0BD
(232,240,189)
#EBF2C9
(235,242,201)
#EEF4D5
(238,244,213)
#F1F6E1
(241,246,225)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E475 color. Also use rgb(214,228,117) instead hex code.

Text Font Color

.myTextColor { color: #D6E475; }

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

This text font color is #D6E475.


Background Color

.myBgColor { background-color: #D6E475; }

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

This div background color is #D6E475.


Border color

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

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

This div border color is #D6E475.


Opacity

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

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

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

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

This text has shadow with #D6E475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E475 on black background.


Color preview on white background

This text has color #D6E475 on white background.



Black color preview on #D6E475 background

This text has black color on #D6E475 background.


White color preview on #D6E475 background

This text has white color on #D6E475 background.