COLOR #D5EBFC

HEX: #D5EBFC
RGB: (213,235,252)

Renk bilgisi

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

RGB renk modeli

#D5EBFC color RGB value is (213,235,252).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 235 of 255 = 92%
B 252 of 255 = 99%

213
235
252

R + G + B ~ 92%. #D5EBFC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 235 + 252 = 700 (100%)
R 213 of 700 ~ 30.43%
G 235 of 700 ~ 33.57%
B 252 of 700 ~ 36%

%30.43
%33.57
%36

CMYK RENK MODELİ

#D5EBFC rengi CMYK tonu (15,7,0,1).

  • camgöbeği tonu 15.48%
  • eflatun tonu 6.75%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(15,7,0,1)
C15M7Y0K1 
(15%,7%,0%,1%)
(0.15/0.07/0.00/0.01)	

CMYK yüzdeleri

%15.48
%6.75
%0
%1.18

Codes

Color #D5EBFC in popluar color models

D5EBFC
RGB213235252
HSL206°86.67%91.18%
HSB/HSV206°15.48%98.82%
CMYK15.48%6.75%0.00%
1.18%

Color #D5EBFC in popluar number systems.

HEXD5EBFC
Decimal213235252
Binary110101011110101111111100
Octal325353374

Shades and tints

Shades of #D5EBFC

#D5EBFC
(213,235,252)
#C2D6E6
(194,214,230)
#AFC1D0
(175,193,208)
#9CACBA
(156,172,186)
#8997A4
(137,151,164)
#76828E
(118,130,142)
#636D78
(99,109,120)
#505862
(80,88,98)
#3D434C
(61,67,76)
#2A2E36
(42,46,54)
#171920
(23,25,32)
#000000
(0,0,0)

Tints of #D5EBFC

#D5EBFC
(213,235,252)
#D8ECFC
(216,236,252)
#DBEDFC
(219,237,252)
#DEEEFC
(222,238,252)
#E1EFFC
(225,239,252)
#E4F0FC
(228,240,252)
#E7F1FC
(231,241,252)
#EAF2FC
(234,242,252)
#EDF3FC
(237,243,252)
#F0F4FC
(240,244,252)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBFC; }

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

This text font color is #D5EBFC.


Background Color

.myBgColor { background-color: #D5EBFC; }

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

This div background color is #D5EBFC.


Border color

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

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

This div border color is #D5EBFC.


Opacity

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

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

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

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

This text has shadow with #D5EBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBFC on black background.


Color preview on white background

This text has color #D5EBFC on white background.



Black color preview on #D5EBFC background

This text has black color on #D5EBFC background.


White color preview on #D5EBFC background

This text has white color on #D5EBFC background.