COLOR #D6EDB9

HEX: #D6EDB9
RGB: (214,237,185)

Renk bilgisi

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

RGB renk modeli

#D6EDB9 color RGB value is (214,237,185).

  • kırmız ton 214;
  • yeşil ton 237;
  • mavi ton 185.
RGB:
(214,237,185)
(84%,93%,73%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 237 of 255 = 93%
B 185 of 255 = 73%

214
237
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 237 + 185 = 636 (100%)
R 214 of 636 ~ 33.65%
G 237 of 636 ~ 37.26%
B 185 of 636 ~ 29.09%

%33.65
%37.26
%29.09

CMYK RENK MODELİ

#D6EDB9 rengi CMYK tonu (10,0,22,7).

  • camgöbeği tonu 9.70%
  • eflatun tonu 0.00%
  • sarı tonu 21.94%
  • ana renk tonu 7.06%
CMYK:
(10,0,22,7)
C10M0Y22K7 
(10%,0%,22%,7%)
(0.10/0.00/0.22/0.07)	

CMYK yüzdeleri

%9.7
%0
%21.94
%7.06

Codes

Color #D6EDB9 in popluar color models

D6EDB9
RGB214237185
HSL87°59.09%82.75%
HSB/HSV87°21.94%92.94%
CMYK9.70%0.00%21.94%
7.06%

Color #D6EDB9 in popluar number systems.

HEXD6EDB9
Decimal214237185
Binary110101101110110110111001
Octal326355271

Shades and tints

Shades of #D6EDB9

#D6EDB9
(214,237,185)
#C3D8A9
(195,216,169)
#B0C399
(176,195,153)
#9DAE89
(157,174,137)
#8A9979
(138,153,121)
#778469
(119,132,105)
#646F59
(100,111,89)
#515A49
(81,90,73)
#3E4539
(62,69,57)
#2B3029
(43,48,41)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #D6EDB9

#D6EDB9
(214,237,185)
#D9EEBF
(217,238,191)
#DCEFC5
(220,239,197)
#DFF0CB
(223,240,203)
#E2F1D1
(226,241,209)
#E5F2D7
(229,242,215)
#E8F3DD
(232,243,221)
#EBF4E3
(235,244,227)
#EEF5E9
(238,245,233)
#F1F6EF
(241,246,239)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDB9 color. Also use rgb(214,237,185) instead hex code.

Text Font Color

.myTextColor { color: #D6EDB9; }

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

This text font color is #D6EDB9.


Background Color

.myBgColor { background-color: #D6EDB9; }

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

This div background color is #D6EDB9.


Border color

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

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

This div border color is #D6EDB9.


Opacity

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

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

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

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

This text has shadow with #D6EDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDB9 on black background.


Color preview on white background

This text has color #D6EDB9 on white background.



Black color preview on #D6EDB9 background

This text has black color on #D6EDB9 background.


White color preview on #D6EDB9 background

This text has white color on #D6EDB9 background.