COLOR #D6E6E5

HEX: #D6E6E5
RGB: (214,230,229)

Renk bilgisi

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

RGB renk modeli

#D6E6E5 color RGB value is (214,230,229).

  • kırmız ton 214;
  • yeşil ton 230;
  • mavi ton 229.
RGB:
(214,230,229)
(84%,90%,90%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 230 of 255 = 90%
B 229 of 255 = 90%

214
230
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 230 + 229 = 673 (100%)
R 214 of 673 ~ 31.8%
G 230 of 673 ~ 34.18%
B 229 of 673 ~ 34.03%

%31.8
%34.18
%34.03

CMYK RENK MODELİ

#D6E6E5 rengi CMYK tonu (7,0,0,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 0.43%
  • ana renk tonu 9.80%
CMYK:
(7,0,0,10)
C7M0Y0K10 
(7%,0%,0%,10%)
(0.07/0.00/0.00/0.10)	

CMYK yüzdeleri

%6.96
%0
%0.43
%9.8

Codes

Color #D6E6E5 in popluar color models

D6E6E5
RGB214230229
HSL176°24.24%87.06%
HSB/HSV176°6.96%90.20%
CMYK6.96%0.00%0.43%
9.80%

Color #D6E6E5 in popluar number systems.

HEXD6E6E5
Decimal214230229
Binary110101101110011011100101
Octal326346345

Shades and tints

Shades of #D6E6E5

#D6E6E5
(214,230,229)
#C3D2D1
(195,210,209)
#B0BEBD
(176,190,189)
#9DAAA9
(157,170,169)
#8A9695
(138,150,149)
#778281
(119,130,129)
#646E6D
(100,110,109)
#515A59
(81,90,89)
#3E4645
(62,70,69)
#2B3231
(43,50,49)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #D6E6E5

#D6E6E5
(214,230,229)
#D9E8E7
(217,232,231)
#DCEAE9
(220,234,233)
#DFECEB
(223,236,235)
#E2EEED
(226,238,237)
#E5F0EF
(229,240,239)
#E8F2F1
(232,242,241)
#EBF4F3
(235,244,243)
#EEF6F5
(238,246,245)
#F1F8F7
(241,248,247)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E6E5 color. Also use rgb(214,230,229) instead hex code.

Text Font Color

.myTextColor { color: #D6E6E5; }

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

This text font color is #D6E6E5.


Background Color

.myBgColor { background-color: #D6E6E5; }

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

This div background color is #D6E6E5.


Border color

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

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

This div border color is #D6E6E5.


Opacity

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

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

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

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

This text has shadow with #D6E6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6E5 on black background.


Color preview on white background

This text has color #D6E6E5 on white background.



Black color preview on #D6E6E5 background

This text has black color on #D6E6E5 background.


White color preview on #D6E6E5 background

This text has white color on #D6E6E5 background.