COLOR #D1EED6

HEX: #D1EED6
RGB: (209,238,214)

Renk bilgisi

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

RGB renk modeli

#D1EED6 color RGB value is (209,238,214).

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

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 238 of 255 = 93%
B 214 of 255 = 84%

209
238
214

R + G + B ~ 86%. #D1EED6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 238 + 214 = 661 (100%)
R 209 of 661 ~ 31.62%
G 238 of 661 ~ 36.01%
B 214 of 661 ~ 32.38%

%31.62
%36.01
%32.38

CMYK RENK MODELİ

#D1EED6 rengi CMYK tonu (12,0,10,7).

  • camgöbeği tonu 12.18%
  • eflatun tonu 0.00%
  • sarı tonu 10.08%
  • ana renk tonu 6.67%
CMYK:
(12,0,10,7)
C12M0Y10K7 
(12%,0%,10%,7%)
(0.12/0.00/0.10/0.07)	

CMYK yüzdeleri

%12.18
%0
%10.08
%6.67

Codes

Color #D1EED6 in popluar color models

D1EED6
RGB209238214
HSL130°46.03%87.65%
HSB/HSV130°12.18%93.33%
CMYK12.18%0.00%10.08%
6.67%

Color #D1EED6 in popluar number systems.

HEXD1EED6
Decimal209238214
Binary110100011110111011010110
Octal321356326

Shades and tints

Shades of #D1EED6

#D1EED6
(209,238,214)
#BED9C3
(190,217,195)
#ABC4B0
(171,196,176)
#98AF9D
(152,175,157)
#859A8A
(133,154,138)
#728577
(114,133,119)
#5F7064
(95,112,100)
#4C5B51
(76,91,81)
#39463E
(57,70,62)
#26312B
(38,49,43)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #D1EED6

#D1EED6
(209,238,214)
#D5EFD9
(213,239,217)
#D9F0DC
(217,240,220)
#DDF1DF
(221,241,223)
#E1F2E2
(225,242,226)
#E5F3E5
(229,243,229)
#E9F4E8
(233,244,232)
#EDF5EB
(237,245,235)
#F1F6EE
(241,246,238)
#F5F7F1
(245,247,241)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EED6; }

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

This text font color is #D1EED6.


Background Color

.myBgColor { background-color: #D1EED6; }

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

This div background color is #D1EED6.


Border color

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

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

This div border color is #D1EED6.


Opacity

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

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

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

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

This text has shadow with #D1EED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EED6 on black background.


Color preview on white background

This text has color #D1EED6 on white background.



Black color preview on #D1EED6 background

This text has black color on #D1EED6 background.


White color preview on #D1EED6 background

This text has white color on #D1EED6 background.