COLOR #D6EBBE

HEX: #D6EBBE
RGB: (214,235,190)

Renk bilgisi

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

RGB renk modeli

#D6EBBE color RGB value is (214,235,190).

  • kırmız ton 214;
  • yeşil ton 235;
  • mavi ton 190.
RGB:
(214,235,190)
(84%,92%,75%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 235 of 255 = 92%
B 190 of 255 = 75%

214
235
190

R + G + B ~ 84%. #D6EBBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 235 + 190 = 639 (100%)
R 214 of 639 ~ 33.49%
G 235 of 639 ~ 36.78%
B 190 of 639 ~ 29.73%

%33.49
%36.78
%29.73

CMYK RENK MODELİ

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

  • camgöbeği tonu 8.94%
  • eflatun tonu 0.00%
  • sarı tonu 19.15%
  • ana renk tonu 7.84%
CMYK:
(9,0,19,8)
C9M0Y19K8 
(9%,0%,19%,8%)
(0.09/0.00/0.19/0.08)	

CMYK yüzdeleri

%8.94
%0
%19.15
%7.84

Codes

Color #D6EBBE in popluar color models

D6EBBE
RGB214235190
HSL88°52.94%83.33%
HSB/HSV88°19.15%92.16%
CMYK8.94%0.00%19.15%
7.84%

Color #D6EBBE in popluar number systems.

HEXD6EBBE
Decimal214235190
Binary110101101110101110111110
Octal326353276

Shades and tints

Shades of #D6EBBE

#D6EBBE
(214,235,190)
#C3D6AD
(195,214,173)
#B0C19C
(176,193,156)
#9DAC8B
(157,172,139)
#8A977A
(138,151,122)
#778269
(119,130,105)
#646D58
(100,109,88)
#515847
(81,88,71)
#3E4336
(62,67,54)
#2B2E25
(43,46,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #D6EBBE

#D6EBBE
(214,235,190)
#D9ECC3
(217,236,195)
#DCEDC8
(220,237,200)
#DFEECD
(223,238,205)
#E2EFD2
(226,239,210)
#E5F0D7
(229,240,215)
#E8F1DC
(232,241,220)
#EBF2E1
(235,242,225)
#EEF3E6
(238,243,230)
#F1F4EB
(241,244,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EBBE color. Also use rgb(214,235,190) instead hex code.

Text Font Color

.myTextColor { color: #D6EBBE; }

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

This text font color is #D6EBBE.


Background Color

.myBgColor { background-color: #D6EBBE; }

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

This div background color is #D6EBBE.


Border color

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

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

This div border color is #D6EBBE.


Opacity

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

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

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

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

This text has shadow with #D6EBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBBE on black background.


Color preview on white background

This text has color #D6EBBE on white background.



Black color preview on #D6EBBE background

This text has black color on #D6EBBE background.


White color preview on #D6EBBE background

This text has white color on #D6EBBE background.