COLOR #D6E4B0

HEX: #D6E4B0
RGB: (214,228,176)

Renk bilgisi

#D6E4B0 contains red, green and blue colors in about the same proportion. #D6E4B0 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D6E4B0 color RGB value is (214,228,176).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 228 of 255 = 89%
B 176 of 255 = 69%

214
228
176

R + G + B ~ 81%. #D6E4B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 228 + 176 = 618 (100%)
R 214 of 618 ~ 34.63%
G 228 of 618 ~ 36.89%
B 176 of 618 ~ 28.48%

%34.63
%36.89
%28.48

CMYK RENK MODELİ

#D6E4B0 rengi CMYK tonu (6,0,23,11).

  • camgöbeği tonu 6.14%
  • eflatun tonu 0.00%
  • sarı tonu 22.81%
  • ana renk tonu 10.59%
CMYK:
(6,0,23,11)
C6M0Y23K11 
(6%,0%,23%,11%)
(0.06/0.00/0.23/0.11)	

CMYK yüzdeleri

%6.14
%0
%22.81
%10.59

Codes

Color #D6E4B0 in popluar color models

D6E4B0
RGB214228176
HSL76°49.06%79.22%
HSB/HSV76°22.81%89.41%
CMYK6.14%0.00%22.81%
10.59%

Color #D6E4B0 in popluar number systems.

HEXD6E4B0
Decimal214228176
Binary110101101110010010110000
Octal326344260

Shades and tints

Shades of #D6E4B0

#D6E4B0
(214,228,176)
#C3D0A0
(195,208,160)
#B0BC90
(176,188,144)
#9DA880
(157,168,128)
#8A9470
(138,148,112)
#778060
(119,128,96)
#646C50
(100,108,80)
#515840
(81,88,64)
#3E4430
(62,68,48)
#2B3020
(43,48,32)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #D6E4B0

#D6E4B0
(214,228,176)
#D9E6B7
(217,230,183)
#DCE8BE
(220,232,190)
#DFEAC5
(223,234,197)
#E2ECCC
(226,236,204)
#E5EED3
(229,238,211)
#E8F0DA
(232,240,218)
#EBF2E1
(235,242,225)
#EEF4E8
(238,244,232)
#F1F6EF
(241,246,239)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E4B0; }

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

This text font color is #D6E4B0.


Background Color

.myBgColor { background-color: #D6E4B0; }

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

This div background color is #D6E4B0.


Border color

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

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

This div border color is #D6E4B0.


Opacity

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

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

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

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

This text has shadow with #D6E4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4B0 on black background.


Color preview on white background

This text has color #D6E4B0 on white background.



Black color preview on #D6E4B0 background

This text has black color on #D6E4B0 background.


White color preview on #D6E4B0 background

This text has white color on #D6E4B0 background.