COLOR #D6EDED

HEX: #D6EDED
RGB: (214,237,237)

Renk bilgisi

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

RGB renk modeli

#D6EDED color RGB value is (214,237,237).

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

RGB bağlantıları ve doygunluk

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

214
237
237

R + G + B ~ 90%. #D6EDED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 237 + 237 = 688 (100%)
R 214 of 688 ~ 31.1%
G 237 of 688 ~ 34.45%
B 237 of 688 ~ 34.45%

%31.1
%34.45
%34.45

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%9.7
%0
%0
%7.06

Codes

Color #D6EDED in popluar color models

D6EDED
RGB214237237
HSL180°38.98%88.43%
HSB/HSV180°9.70%92.94%
CMYK9.70%0.00%0.00%
7.06%

Color #D6EDED in popluar number systems.

HEXD6EDED
Decimal214237237
Binary110101101110110111101101
Octal326355355

Shades and tints

Shades of #D6EDED

#D6EDED
(214,237,237)
#C3D8D8
(195,216,216)
#B0C3C3
(176,195,195)
#9DAEAE
(157,174,174)
#8A9999
(138,153,153)
#778484
(119,132,132)
#646F6F
(100,111,111)
#515A5A
(81,90,90)
#3E4545
(62,69,69)
#2B3030
(43,48,48)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #D6EDED

#D6EDED
(214,237,237)
#D9EEEE
(217,238,238)
#DCEFEF
(220,239,239)
#DFF0F0
(223,240,240)
#E2F1F1
(226,241,241)
#E5F2F2
(229,242,242)
#E8F3F3
(232,243,243)
#EBF4F4
(235,244,244)
#EEF5F5
(238,245,245)
#F1F6F6
(241,246,246)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDED; }

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

This text font color is #D6EDED.


Background Color

.myBgColor { background-color: #D6EDED; }

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

This div background color is #D6EDED.


Border color

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

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

This div border color is #D6EDED.


Opacity

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

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

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

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

This text has shadow with #D6EDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDED on black background.


Color preview on white background

This text has color #D6EDED on white background.



Black color preview on #D6EDED background

This text has black color on #D6EDED background.


White color preview on #D6EDED background

This text has white color on #D6EDED background.