COLOR #D5E7FA

HEX: #D5E7FA
RGB: (213,231,250)

Renk bilgisi

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

RGB renk modeli

#D5E7FA color RGB value is (213,231,250).

  • kırmız ton 213;
  • yeşil ton 231;
  • mavi ton 250.
RGB:
(213,231,250)
(84%,91%,98%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 231 of 255 = 91%
B 250 of 255 = 98%

213
231
250

R + G + B ~ 91%. #D5E7FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 231 + 250 = 694 (100%)
R 213 of 694 ~ 30.69%
G 231 of 694 ~ 33.29%
B 250 of 694 ~ 36.02%

%30.69
%33.29
%36.02

CMYK RENK MODELİ

#D5E7FA rengi CMYK tonu (15,8,0,2).

  • camgöbeği tonu 14.80%
  • eflatun tonu 7.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(15,8,0,2)
C15M8Y0K2 
(15%,8%,0%,2%)
(0.15/0.08/0.00/0.02)	

CMYK yüzdeleri

%14.8
%7.6
%0
%1.96

Codes

Color #D5E7FA in popluar color models

D5E7FA
RGB213231250
HSL211°78.72%90.78%
HSB/HSV211°14.80%98.04%
CMYK14.80%7.60%0.00%
1.96%

Color #D5E7FA in popluar number systems.

HEXD5E7FA
Decimal213231250
Binary110101011110011111111010
Octal325347372

Shades and tints

Shades of #D5E7FA

#D5E7FA
(213,231,250)
#C2D2E4
(194,210,228)
#AFBDCE
(175,189,206)
#9CA8B8
(156,168,184)
#8993A2
(137,147,162)
#767E8C
(118,126,140)
#636976
(99,105,118)
#505460
(80,84,96)
#3D3F4A
(61,63,74)
#2A2A34
(42,42,52)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #D5E7FA

#D5E7FA
(213,231,250)
#D8E9FA
(216,233,250)
#DBEBFA
(219,235,250)
#DEEDFA
(222,237,250)
#E1EFFA
(225,239,250)
#E4F1FA
(228,241,250)
#E7F3FA
(231,243,250)
#EAF5FA
(234,245,250)
#EDF7FA
(237,247,250)
#F0F9FA
(240,249,250)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E7FA color. Also use rgb(213,231,250) instead hex code.

Text Font Color

.myTextColor { color: #D5E7FA; }

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

This text font color is #D5E7FA.


Background Color

.myBgColor { background-color: #D5E7FA; }

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

This div background color is #D5E7FA.


Border color

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

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

This div border color is #D5E7FA.


Opacity

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

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

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

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

This text has shadow with #D5E7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E7FA on black background.


Color preview on white background

This text has color #D5E7FA on white background.



Black color preview on #D5E7FA background

This text has black color on #D5E7FA background.


White color preview on #D5E7FA background

This text has white color on #D5E7FA background.