COLOR #D6E9E2

HEX: #D6E9E2
RGB: (214,233,226)

Renk bilgisi

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

RGB renk modeli

#D6E9E2 color RGB value is (214,233,226).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 226 of 255 = 89%

214
233
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 226 = 673 (100%)
R 214 of 673 ~ 31.8%
G 233 of 673 ~ 34.62%
B 226 of 673 ~ 33.58%

%31.8
%34.62
%33.58

CMYK RENK MODELİ

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

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 3.00%
  • 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
%8.63

Codes

Color #D6E9E2 in popluar color models

D6E9E2
RGB214233226
HSL158°30.16%87.65%
HSB/HSV158°8.15%91.37%
CMYK8.15%0.00%3.00%
8.63%

Color #D6E9E2 in popluar number systems.

HEXD6E9E2
Decimal214233226
Binary110101101110100111100010
Octal326351342

Shades and tints

Shades of #D6E9E2

#D6E9E2
(214,233,226)
#C3D4CE
(195,212,206)
#B0BFBA
(176,191,186)
#9DAAA6
(157,170,166)
#8A9592
(138,149,146)
#77807E
(119,128,126)
#646B6A
(100,107,106)
#515656
(81,86,86)
#3E4142
(62,65,66)
#2B2C2E
(43,44,46)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6E9E2

#D6E9E2
(214,233,226)
#D9EBE4
(217,235,228)
#DCEDE6
(220,237,230)
#DFEFE8
(223,239,232)
#E2F1EA
(226,241,234)
#E5F3EC
(229,243,236)
#E8F5EE
(232,245,238)
#EBF7F0
(235,247,240)
#EEF9F2
(238,249,242)
#F1FBF4
(241,251,244)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E9E2; }

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

This text font color is #D6E9E2.


Background Color

.myBgColor { background-color: #D6E9E2; }

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

This div background color is #D6E9E2.


Border color

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

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

This div border color is #D6E9E2.


Opacity

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

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

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

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

This text has shadow with #D6E9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9E2 on black background.


Color preview on white background

This text has color #D6E9E2 on white background.



Black color preview on #D6E9E2 background

This text has black color on #D6E9E2 background.


White color preview on #D6E9E2 background

This text has white color on #D6E9E2 background.