COLOR #D6EDE7

HEX: #D6EDE7
RGB: (214,237,231)

Renk bilgisi

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

RGB renk modeli

#D6EDE7 color RGB value is (214,237,231).

  • kırmız ton 214;
  • yeşil ton 237;
  • mavi ton 231.
RGB:
(214,237,231)
(84%,93%,91%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 237 of 255 = 93%
B 231 of 255 = 91%

214
237
231

R + G + B ~ 89%. #D6EDE7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 237 + 231 = 682 (100%)
R 214 of 682 ~ 31.38%
G 237 of 682 ~ 34.75%
B 231 of 682 ~ 33.87%

%31.38
%34.75
%33.87

CMYK RENK MODELİ

#D6EDE7 rengi CMYK tonu (10,0,3,7).

  • camgöbeği tonu 9.70%
  • eflatun tonu 0.00%
  • sarı tonu 2.53%
  • ana renk tonu 7.06%
CMYK:
(10,0,3,7)
C10M0Y3K7 
(10%,0%,3%,7%)
(0.10/0.00/0.03/0.07)	

CMYK yüzdeleri

%9.7
%0
%2.53
%7.06

Codes

Color #D6EDE7 in popluar color models

D6EDE7
RGB214237231
HSL164°38.98%88.43%
HSB/HSV164°9.70%92.94%
CMYK9.70%0.00%2.53%
7.06%

Color #D6EDE7 in popluar number systems.

HEXD6EDE7
Decimal214237231
Binary110101101110110111100111
Octal326355347

Shades and tints

Shades of #D6EDE7

#D6EDE7
(214,237,231)
#C3D8D2
(195,216,210)
#B0C3BD
(176,195,189)
#9DAEA8
(157,174,168)
#8A9993
(138,153,147)
#77847E
(119,132,126)
#646F69
(100,111,105)
#515A54
(81,90,84)
#3E453F
(62,69,63)
#2B302A
(43,48,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #D6EDE7

#D6EDE7
(214,237,231)
#D9EEE9
(217,238,233)
#DCEFEB
(220,239,235)
#DFF0ED
(223,240,237)
#E2F1EF
(226,241,239)
#E5F2F1
(229,242,241)
#E8F3F3
(232,243,243)
#EBF4F5
(235,244,245)
#EEF5F7
(238,245,247)
#F1F6F9
(241,246,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDE7 color. Also use rgb(214,237,231) instead hex code.

Text Font Color

.myTextColor { color: #D6EDE7; }

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

This text font color is #D6EDE7.


Background Color

.myBgColor { background-color: #D6EDE7; }

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

This div background color is #D6EDE7.


Border color

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

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

This div border color is #D6EDE7.


Opacity

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

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

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

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

This text has shadow with #D6EDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDE7 on black background.


Color preview on white background

This text has color #D6EDE7 on white background.



Black color preview on #D6EDE7 background

This text has black color on #D6EDE7 background.


White color preview on #D6EDE7 background

This text has white color on #D6EDE7 background.