COLOR #D6E88C

HEX: #D6E88C
RGB: (214,232,140)

Renk bilgisi

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

RGB renk modeli

#D6E88C color RGB value is (214,232,140).

  • kırmız ton 214;
  • yeşil ton 232;
  • mavi ton 140.
RGB:
(214,232,140)
(84%,91%,55%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 232 of 255 = 91%
B 140 of 255 = 55%

214
232
140

R + G + B ~ 77%. #D6E88C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 232 + 140 = 586 (100%)
R 214 of 586 ~ 36.52%
G 232 of 586 ~ 39.59%
B 140 of 586 ~ 23.89%

%36.52
%39.59
%23.89

CMYK RENK MODELİ

#D6E88C rengi CMYK tonu (8,0,40,9).

  • camgöbeği tonu 7.76%
  • eflatun tonu 0.00%
  • sarı tonu 39.66%
  • ana renk tonu 9.02%
CMYK:
(8,0,40,9)
C8M0Y40K9 
(8%,0%,40%,9%)
(0.08/0.00/0.40/0.09)	

CMYK yüzdeleri

%7.76
%0
%39.66
%9.02

Codes

Color #D6E88C in popluar color models

D6E88C
RGB214232140
HSL72°66.67%72.94%
HSB/HSV72°39.66%90.98%
CMYK7.76%0.00%39.66%
9.02%

Color #D6E88C in popluar number systems.

HEXD6E88C
Decimal214232140
Binary110101101110100010001100
Octal326350214

Shades and tints

Shades of #D6E88C

#D6E88C
(214,232,140)
#C3D380
(195,211,128)
#B0BE74
(176,190,116)
#9DA968
(157,169,104)
#8A945C
(138,148,92)
#777F50
(119,127,80)
#646A44
(100,106,68)
#515538
(81,85,56)
#3E402C
(62,64,44)
#2B2B20
(43,43,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #D6E88C

#D6E88C
(214,232,140)
#D9EA96
(217,234,150)
#DCECA0
(220,236,160)
#DFEEAA
(223,238,170)
#E2F0B4
(226,240,180)
#E5F2BE
(229,242,190)
#E8F4C8
(232,244,200)
#EBF6D2
(235,246,210)
#EEF8DC
(238,248,220)
#F1FAE6
(241,250,230)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E88C color. Also use rgb(214,232,140) instead hex code.

Text Font Color

.myTextColor { color: #D6E88C; }

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

This text font color is #D6E88C.


Background Color

.myBgColor { background-color: #D6E88C; }

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

This div background color is #D6E88C.


Border color

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

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

This div border color is #D6E88C.


Opacity

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

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

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

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

This text has shadow with #D6E88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E88C on black background.


Color preview on white background

This text has color #D6E88C on white background.



Black color preview on #D6E88C background

This text has black color on #D6E88C background.


White color preview on #D6E88C background

This text has white color on #D6E88C background.