COLOR #D6E4BD

HEX: #D6E4BD
RGB: (214,228,189)

Renk bilgisi

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

RGB renk modeli

#D6E4BD color RGB value is (214,228,189).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 228 of 255 = 89%
B 189 of 255 = 74%

214
228
189

R + G + B ~ 82%. #D6E4BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 228 + 189 = 631 (100%)
R 214 of 631 ~ 33.91%
G 228 of 631 ~ 36.13%
B 189 of 631 ~ 29.95%

%33.91
%36.13
%29.95

CMYK RENK MODELİ

#D6E4BD rengi CMYK tonu (6,0,17,11).

  • camgöbeği tonu 6.14%
  • eflatun tonu 0.00%
  • sarı tonu 17.11%
  • ana renk tonu 10.59%
CMYK:
(6,0,17,11)
C6M0Y17K11 
(6%,0%,17%,11%)
(0.06/0.00/0.17/0.11)	

CMYK yüzdeleri

%6.14
%0
%17.11
%10.59

Codes

Color #D6E4BD in popluar color models

D6E4BD
RGB214228189
HSL82°41.94%81.76%
HSB/HSV82°17.11%89.41%
CMYK6.14%0.00%17.11%
10.59%

Color #D6E4BD in popluar number systems.

HEXD6E4BD
Decimal214228189
Binary110101101110010010111101
Octal326344275

Shades and tints

Shades of #D6E4BD

#D6E4BD
(214,228,189)
#C3D0AC
(195,208,172)
#B0BC9B
(176,188,155)
#9DA88A
(157,168,138)
#8A9479
(138,148,121)
#778068
(119,128,104)
#646C57
(100,108,87)
#515846
(81,88,70)
#3E4435
(62,68,53)
#2B3024
(43,48,36)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #D6E4BD

#D6E4BD
(214,228,189)
#D9E6C3
(217,230,195)
#DCE8C9
(220,232,201)
#DFEACF
(223,234,207)
#E2ECD5
(226,236,213)
#E5EEDB
(229,238,219)
#E8F0E1
(232,240,225)
#EBF2E7
(235,242,231)
#EEF4ED
(238,244,237)
#F1F6F3
(241,246,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E4BD; }

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

This text font color is #D6E4BD.


Background Color

.myBgColor { background-color: #D6E4BD; }

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

This div background color is #D6E4BD.


Border color

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

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

This div border color is #D6E4BD.


Opacity

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

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

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

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

This text has shadow with #D6E4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4BD on black background.


Color preview on white background

This text has color #D6E4BD on white background.



Black color preview on #D6E4BD background

This text has black color on #D6E4BD background.


White color preview on #D6E4BD background

This text has white color on #D6E4BD background.