COLOR #D7E5EF

HEX: #D7E5EF
RGB: (215,229,239)

Renk bilgisi

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

RGB renk modeli

#D7E5EF color RGB value is (215,229,239).

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

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 229 of 255 = 90%
B 239 of 255 = 94%

215
229
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 229 + 239 = 683 (100%)
R 215 of 683 ~ 31.48%
G 229 of 683 ~ 33.53%
B 239 of 683 ~ 34.99%

%31.48
%33.53
%34.99

CMYK RENK MODELİ

#D7E5EF rengi CMYK tonu (10,4,0,6).

  • camgöbeği tonu 10.04%
  • eflatun tonu 4.18%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(10,4,0,6)
C10M4Y0K6 
(10%,4%,0%,6%)
(0.10/0.04/0.00/0.06)	

CMYK yüzdeleri

%10.04
%4.18
%0
%6.27

Codes

Color #D7E5EF in popluar color models

D7E5EF
RGB215229239
HSL205°42.86%89.02%
HSB/HSV205°10.04%93.73%
CMYK10.04%4.18%0.00%
6.27%

Color #D7E5EF in popluar number systems.

HEXD7E5EF
Decimal215229239
Binary110101111110010111101111
Octal327345357

Shades and tints

Shades of #D7E5EF

#D7E5EF
(215,229,239)
#C4D1DA
(196,209,218)
#B1BDC5
(177,189,197)
#9EA9B0
(158,169,176)
#8B959B
(139,149,155)
#788186
(120,129,134)
#656D71
(101,109,113)
#52595C
(82,89,92)
#3F4547
(63,69,71)
#2C3132
(44,49,50)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #D7E5EF

#D7E5EF
(215,229,239)
#DAE7F0
(218,231,240)
#DDE9F1
(221,233,241)
#E0EBF2
(224,235,242)
#E3EDF3
(227,237,243)
#E6EFF4
(230,239,244)
#E9F1F5
(233,241,245)
#ECF3F6
(236,243,246)
#EFF5F7
(239,245,247)
#F2F7F8
(242,247,248)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E5EF color. Also use rgb(215,229,239) instead hex code.

Text Font Color

.myTextColor { color: #D7E5EF; }

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

This text font color is #D7E5EF.


Background Color

.myBgColor { background-color: #D7E5EF; }

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

This div background color is #D7E5EF.


Border color

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

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

This div border color is #D7E5EF.


Opacity

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

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

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

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

This text has shadow with #D7E5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E5EF on black background.


Color preview on white background

This text has color #D7E5EF on white background.



Black color preview on #D7E5EF background

This text has black color on #D7E5EF background.


White color preview on #D7E5EF background

This text has white color on #D7E5EF background.