COLOR #D6EAED

HEX: #D6EAED
RGB: (214,234,237)

Renk bilgisi

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

RGB renk modeli

#D6EAED color RGB value is (214,234,237).

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

RGB bağlantıları ve doygunluk

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

214
234
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 234 + 237 = 685 (100%)
R 214 of 685 ~ 31.24%
G 234 of 685 ~ 34.16%
B 237 of 685 ~ 34.6%

%31.24
%34.16
%34.6

CMYK RENK MODELİ

#D6EAED rengi CMYK tonu (10,1,0,7).

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

CMYK yüzdeleri

%9.7
%1.27
%0
%7.06

Codes

Color #D6EAED in popluar color models

D6EAED
RGB214234237
HSL188°38.98%88.43%
HSB/HSV188°9.70%92.94%
CMYK9.70%1.27%0.00%
7.06%

Color #D6EAED in popluar number systems.

HEXD6EAED
Decimal214234237
Binary110101101110101011101101
Octal326352355

Shades and tints

Shades of #D6EAED

#D6EAED
(214,234,237)
#C3D5D8
(195,213,216)
#B0C0C3
(176,192,195)
#9DABAE
(157,171,174)
#8A9699
(138,150,153)
#778184
(119,129,132)
#646C6F
(100,108,111)
#51575A
(81,87,90)
#3E4245
(62,66,69)
#2B2D30
(43,45,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #D6EAED

#D6EAED
(214,234,237)
#D9EBEE
(217,235,238)
#DCECEF
(220,236,239)
#DFEDF0
(223,237,240)
#E2EEF1
(226,238,241)
#E5EFF2
(229,239,242)
#E8F0F3
(232,240,243)
#EBF1F4
(235,241,244)
#EEF2F5
(238,242,245)
#F1F3F6
(241,243,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EAED; }

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

This text font color is #D6EAED.


Background Color

.myBgColor { background-color: #D6EAED; }

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

This div background color is #D6EAED.


Border color

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

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

This div border color is #D6EAED.


Opacity

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

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

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

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

This text has shadow with #D6EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EAED on black background.


Color preview on white background

This text has color #D6EAED on white background.



Black color preview on #D6EAED background

This text has black color on #D6EAED background.


White color preview on #D6EAED background

This text has white color on #D6EAED background.