COLOR #D5EBF1

HEX: #D5EBF1
RGB: (213,235,241)

Renk bilgisi

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

RGB renk modeli

#D5EBF1 color RGB value is (213,235,241).

  • kırmız ton 213;
  • yeşil ton 235;
  • mavi ton 241.
RGB:
(213,235,241)
(84%,92%,95%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 235 of 255 = 92%
B 241 of 255 = 95%

213
235
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 235 + 241 = 689 (100%)
R 213 of 689 ~ 30.91%
G 235 of 689 ~ 34.11%
B 241 of 689 ~ 34.98%

%30.91
%34.11
%34.98

CMYK RENK MODELİ

#D5EBF1 rengi CMYK tonu (12,2,0,5).

  • camgöbeği tonu 11.62%
  • eflatun tonu 2.49%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(12,2,0,5)
C12M2Y0K5 
(12%,2%,0%,5%)
(0.12/0.02/0.00/0.05)	

CMYK yüzdeleri

%11.62
%2.49
%0
%5.49

Codes

Color #D5EBF1 in popluar color models

D5EBF1
RGB213235241
HSL193°50.00%89.02%
HSB/HSV193°11.62%94.51%
CMYK11.62%2.49%0.00%
5.49%

Color #D5EBF1 in popluar number systems.

HEXD5EBF1
Decimal213235241
Binary110101011110101111110001
Octal325353361

Shades and tints

Shades of #D5EBF1

#D5EBF1
(213,235,241)
#C2D6DC
(194,214,220)
#AFC1C7
(175,193,199)
#9CACB2
(156,172,178)
#89979D
(137,151,157)
#768288
(118,130,136)
#636D73
(99,109,115)
#50585E
(80,88,94)
#3D4349
(61,67,73)
#2A2E34
(42,46,52)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #D5EBF1

#D5EBF1
(213,235,241)
#D8ECF2
(216,236,242)
#DBEDF3
(219,237,243)
#DEEEF4
(222,238,244)
#E1EFF5
(225,239,245)
#E4F0F6
(228,240,246)
#E7F1F7
(231,241,247)
#EAF2F8
(234,242,248)
#EDF3F9
(237,243,249)
#F0F4FA
(240,244,250)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EBF1 color. Also use rgb(213,235,241) instead hex code.

Text Font Color

.myTextColor { color: #D5EBF1; }

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

This text font color is #D5EBF1.


Background Color

.myBgColor { background-color: #D5EBF1; }

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

This div background color is #D5EBF1.


Border color

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

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

This div border color is #D5EBF1.


Opacity

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

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

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

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

This text has shadow with #D5EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBF1 on black background.


Color preview on white background

This text has color #D5EBF1 on white background.



Black color preview on #D5EBF1 background

This text has black color on #D5EBF1 background.


White color preview on #D5EBF1 background

This text has white color on #D5EBF1 background.