COLOR #D6F5CE

HEX: #D6F5CE
RGB: (214,245,206)

Renk bilgisi

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

RGB renk modeli

#D6F5CE color RGB value is (214,245,206).

  • kırmız ton 214;
  • yeşil ton 245;
  • mavi ton 206.
RGB:
(214,245,206)
(84%,96%,81%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 245 of 255 = 96%
B 206 of 255 = 81%

214
245
206

R + G + B ~ 87%. #D6F5CE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 245 + 206 = 665 (100%)
R 214 of 665 ~ 32.18%
G 245 of 665 ~ 36.84%
B 206 of 665 ~ 30.98%

%32.18
%36.84
%30.98

CMYK RENK MODELİ

#D6F5CE rengi CMYK tonu (13,0,16,4).

  • camgöbeği tonu 12.65%
  • eflatun tonu 0.00%
  • sarı tonu 15.92%
  • ana renk tonu 3.92%
CMYK:
(13,0,16,4)
C13M0Y16K4 
(13%,0%,16%,4%)
(0.13/0.00/0.16/0.04)	

CMYK yüzdeleri

%12.65
%0
%15.92
%3.92

Codes

Color #D6F5CE in popluar color models

D6F5CE
RGB214245206
HSL108°66.10%88.43%
HSB/HSV108°15.92%96.08%
CMYK12.65%0.00%15.92%
3.92%

Color #D6F5CE in popluar number systems.

HEXD6F5CE
Decimal214245206
Binary110101101111010111001110
Octal326365316

Shades and tints

Shades of #D6F5CE

#D6F5CE
(214,245,206)
#C3DFBC
(195,223,188)
#B0C9AA
(176,201,170)
#9DB398
(157,179,152)
#8A9D86
(138,157,134)
#778774
(119,135,116)
#647162
(100,113,98)
#515B50
(81,91,80)
#3E453E
(62,69,62)
#2B2F2C
(43,47,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6F5CE

#D6F5CE
(214,245,206)
#D9F5D2
(217,245,210)
#DCF5D6
(220,245,214)
#DFF5DA
(223,245,218)
#E2F5DE
(226,245,222)
#E5F5E2
(229,245,226)
#E8F5E6
(232,245,230)
#EBF5EA
(235,245,234)
#EEF5EE
(238,245,238)
#F1F5F2
(241,245,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F5CE color. Also use rgb(214,245,206) instead hex code.

Text Font Color

.myTextColor { color: #D6F5CE; }

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

This text font color is #D6F5CE.


Background Color

.myBgColor { background-color: #D6F5CE; }

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

This div background color is #D6F5CE.


Border color

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

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

This div border color is #D6F5CE.


Opacity

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

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

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

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

This text has shadow with #D6F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F5CE on black background.


Color preview on white background

This text has color #D6F5CE on white background.



Black color preview on #D6F5CE background

This text has black color on #D6F5CE background.


White color preview on #D6F5CE background

This text has white color on #D6F5CE background.