COLOR #D6E9BD

HEX: #D6E9BD
RGB: (214,233,189)

Renk bilgisi

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

RGB renk modeli

#D6E9BD color RGB value is (214,233,189).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 189 of 255 = 74%

214
233
189

R + G + B ~ 83%. #D6E9BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 189 = 636 (100%)
R 214 of 636 ~ 33.65%
G 233 of 636 ~ 36.64%
B 189 of 636 ~ 29.72%

%33.65
%36.64
%29.72

CMYK RENK MODELİ

#D6E9BD rengi CMYK tonu (8,0,19,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 18.88%
  • ana renk tonu 8.63%
CMYK:
(8,0,19,9)
C8M0Y19K9 
(8%,0%,19%,9%)
(0.08/0.00/0.19/0.09)	

CMYK yüzdeleri

%8.15
%0
%18.88
%8.63

Codes

Color #D6E9BD in popluar color models

D6E9BD
RGB214233189
HSL86°50.00%82.75%
HSB/HSV86°18.88%91.37%
CMYK8.15%0.00%18.88%
8.63%

Color #D6E9BD in popluar number systems.

HEXD6E9BD
Decimal214233189
Binary110101101110100110111101
Octal326351275

Shades and tints

Shades of #D6E9BD

#D6E9BD
(214,233,189)
#C3D4AC
(195,212,172)
#B0BF9B
(176,191,155)
#9DAA8A
(157,170,138)
#8A9579
(138,149,121)
#778068
(119,128,104)
#646B57
(100,107,87)
#515646
(81,86,70)
#3E4135
(62,65,53)
#2B2C24
(43,44,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #D6E9BD

#D6E9BD
(214,233,189)
#D9EBC3
(217,235,195)
#DCEDC9
(220,237,201)
#DFEFCF
(223,239,207)
#E2F1D5
(226,241,213)
#E5F3DB
(229,243,219)
#E8F5E1
(232,245,225)
#EBF7E7
(235,247,231)
#EEF9ED
(238,249,237)
#F1FBF3
(241,251,243)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9BD; }

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

This text font color is #D6E9BD.


Background Color

.myBgColor { background-color: #D6E9BD; }

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

This div background color is #D6E9BD.


Border color

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

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

This div border color is #D6E9BD.


Opacity

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

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

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

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

This text has shadow with #D6E9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9BD on black background.


Color preview on white background

This text has color #D6E9BD on white background.



Black color preview on #D6E9BD background

This text has black color on #D6E9BD background.


White color preview on #D6E9BD background

This text has white color on #D6E9BD background.