COLOR #D6E9E1

HEX: #D6E9E1
RGB: (214,233,225)

Renk bilgisi

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

RGB renk modeli

#D6E9E1 color RGB value is (214,233,225).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 225 of 255 = 88%

214
233
225

R + G + B ~ 88%. #D6E9E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 225 = 672 (100%)
R 214 of 672 ~ 31.85%
G 233 of 672 ~ 34.67%
B 225 of 672 ~ 33.48%

%31.85
%34.67
%33.48

CMYK RENK MODELİ

#D6E9E1 rengi CMYK tonu (8,0,3,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 3.43%
  • ana renk tonu 8.63%
CMYK:
(8,0,3,9)
C8M0Y3K9 
(8%,0%,3%,9%)
(0.08/0.00/0.03/0.09)	

CMYK yüzdeleri

%8.15
%0
%3.43
%8.63

Codes

Color #D6E9E1 in popluar color models

D6E9E1
RGB214233225
HSL155°30.16%87.65%
HSB/HSV155°8.15%91.37%
CMYK8.15%0.00%3.43%
8.63%

Color #D6E9E1 in popluar number systems.

HEXD6E9E1
Decimal214233225
Binary110101101110100111100001
Octal326351341

Shades and tints

Shades of #D6E9E1

#D6E9E1
(214,233,225)
#C3D4CD
(195,212,205)
#B0BFB9
(176,191,185)
#9DAAA5
(157,170,165)
#8A9591
(138,149,145)
#77807D
(119,128,125)
#646B69
(100,107,105)
#515655
(81,86,85)
#3E4141
(62,65,65)
#2B2C2D
(43,44,45)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6E9E1

#D6E9E1
(214,233,225)
#D9EBE3
(217,235,227)
#DCEDE5
(220,237,229)
#DFEFE7
(223,239,231)
#E2F1E9
(226,241,233)
#E5F3EB
(229,243,235)
#E8F5ED
(232,245,237)
#EBF7EF
(235,247,239)
#EEF9F1
(238,249,241)
#F1FBF3
(241,251,243)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9E1; }

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

This text font color is #D6E9E1.


Background Color

.myBgColor { background-color: #D6E9E1; }

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

This div background color is #D6E9E1.


Border color

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

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

This div border color is #D6E9E1.


Opacity

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

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

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

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

This text has shadow with #D6E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9E1 on black background.


Color preview on white background

This text has color #D6E9E1 on white background.



Black color preview on #D6E9E1 background

This text has black color on #D6E9E1 background.


White color preview on #D6E9E1 background

This text has white color on #D6E9E1 background.