COLOR #D5F0FA

HEX: #D5F0FA
RGB: (213,240,250)

Renk bilgisi

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

RGB renk modeli

#D5F0FA color RGB value is (213,240,250).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 240 of 255 = 94%
B 250 of 255 = 98%

213
240
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 240 + 250 = 703 (100%)
R 213 of 703 ~ 30.3%
G 240 of 703 ~ 34.14%
B 250 of 703 ~ 35.56%

%30.3
%34.14
%35.56

CMYK RENK MODELİ

#D5F0FA rengi CMYK tonu (15,4,0,2).

  • camgöbeği tonu 14.80%
  • eflatun tonu 4.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(15,4,0,2)
C15M4Y0K2 
(15%,4%,0%,2%)
(0.15/0.04/0.00/0.02)	

CMYK yüzdeleri

%14.8
%4
%0
%1.96

Codes

Color #D5F0FA in popluar color models

D5F0FA
RGB213240250
HSL196°78.72%90.78%
HSB/HSV196°14.80%98.04%
CMYK14.80%4.00%0.00%
1.96%

Color #D5F0FA in popluar number systems.

HEXD5F0FA
Decimal213240250
Binary110101011111000011111010
Octal325360372

Shades and tints

Shades of #D5F0FA

#D5F0FA
(213,240,250)
#C2DBE4
(194,219,228)
#AFC6CE
(175,198,206)
#9CB1B8
(156,177,184)
#899CA2
(137,156,162)
#76878C
(118,135,140)
#637276
(99,114,118)
#505D60
(80,93,96)
#3D484A
(61,72,74)
#2A3334
(42,51,52)
#171E1E
(23,30,30)
#000000
(0,0,0)

Tints of #D5F0FA

#D5F0FA
(213,240,250)
#D8F1FA
(216,241,250)
#DBF2FA
(219,242,250)
#DEF3FA
(222,243,250)
#E1F4FA
(225,244,250)
#E4F5FA
(228,245,250)
#E7F6FA
(231,246,250)
#EAF7FA
(234,247,250)
#EDF8FA
(237,248,250)
#F0F9FA
(240,249,250)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F0FA; }

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

This text font color is #D5F0FA.


Background Color

.myBgColor { background-color: #D5F0FA; }

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

This div background color is #D5F0FA.


Border color

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

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

This div border color is #D5F0FA.


Opacity

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

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

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

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

This text has shadow with #D5F0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F0FA on black background.


Color preview on white background

This text has color #D5F0FA on white background.



Black color preview on #D5F0FA background

This text has black color on #D5F0FA background.


White color preview on #D5F0FA background

This text has white color on #D5F0FA background.