COLOR #D5E3F9

HEX: #D5E3F9
RGB: (213,227,249)

Renk bilgisi

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

RGB renk modeli

#D5E3F9 color RGB value is (213,227,249).

  • kırmız ton 213;
  • yeşil ton 227;
  • mavi ton 249.
RGB:
(213,227,249)
(84%,89%,98%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 227 of 255 = 89%
B 249 of 255 = 98%

213
227
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 227 + 249 = 689 (100%)
R 213 of 689 ~ 30.91%
G 227 of 689 ~ 32.95%
B 249 of 689 ~ 36.14%

%30.91
%32.95
%36.14

CMYK RENK MODELİ

#D5E3F9 rengi CMYK tonu (14,9,0,2).

  • camgöbeği tonu 14.46%
  • eflatun tonu 8.84%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(14,9,0,2)
C14M9Y0K2 
(14%,9%,0%,2%)
(0.14/0.09/0.00/0.02)	

CMYK yüzdeleri

%14.46
%8.84
%0
%2.35

Codes

Color #D5E3F9 in popluar color models

D5E3F9
RGB213227249
HSL217°75.00%90.59%
HSB/HSV217°14.46%97.65%
CMYK14.46%8.84%0.00%
2.35%

Color #D5E3F9 in popluar number systems.

HEXD5E3F9
Decimal213227249
Binary110101011110001111111001
Octal325343371

Shades and tints

Shades of #D5E3F9

#D5E3F9
(213,227,249)
#C2CFE3
(194,207,227)
#AFBBCD
(175,187,205)
#9CA7B7
(156,167,183)
#8993A1
(137,147,161)
#767F8B
(118,127,139)
#636B75
(99,107,117)
#50575F
(80,87,95)
#3D4349
(61,67,73)
#2A2F33
(42,47,51)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #D5E3F9

#D5E3F9
(213,227,249)
#D8E5F9
(216,229,249)
#DBE7F9
(219,231,249)
#DEE9F9
(222,233,249)
#E1EBF9
(225,235,249)
#E4EDF9
(228,237,249)
#E7EFF9
(231,239,249)
#EAF1F9
(234,241,249)
#EDF3F9
(237,243,249)
#F0F5F9
(240,245,249)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E3F9 color. Also use rgb(213,227,249) instead hex code.

Text Font Color

.myTextColor { color: #D5E3F9; }

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

This text font color is #D5E3F9.


Background Color

.myBgColor { background-color: #D5E3F9; }

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

This div background color is #D5E3F9.


Border color

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

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

This div border color is #D5E3F9.


Opacity

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

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

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

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

This text has shadow with #D5E3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3F9 on black background.


Color preview on white background

This text has color #D5E3F9 on white background.



Black color preview on #D5E3F9 background

This text has black color on #D5E3F9 background.


White color preview on #D5E3F9 background

This text has white color on #D5E3F9 background.