COLOR #D5F0ED

HEX: #D5F0ED
RGB: (213,240,237)

Renk bilgisi

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

RGB renk modeli

#D5F0ED color RGB value is (213,240,237).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 240 of 255 = 94%
B 237 of 255 = 93%

213
240
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 240 + 237 = 690 (100%)
R 213 of 690 ~ 30.87%
G 240 of 690 ~ 34.78%
B 237 of 690 ~ 34.35%

%30.87
%34.78
%34.35

CMYK RENK MODELİ

#D5F0ED rengi CMYK tonu (11,0,1,6).

  • camgöbeği tonu 11.25%
  • eflatun tonu 0.00%
  • sarı tonu 1.25%
  • ana renk tonu 5.88%
CMYK:
(11,0,1,6)
C11M0Y1K6 
(11%,0%,1%,6%)
(0.11/0.00/0.01/0.06)	

CMYK yüzdeleri

%11.25
%0
%1.25
%5.88

Codes

Color #D5F0ED in popluar color models

D5F0ED
RGB213240237
HSL173°47.37%88.82%
HSB/HSV173°11.25%94.12%
CMYK11.25%0.00%1.25%
5.88%

Color #D5F0ED in popluar number systems.

HEXD5F0ED
Decimal213240237
Binary110101011111000011101101
Octal325360355

Shades and tints

Shades of #D5F0ED

#D5F0ED
(213,240,237)
#C2DBD8
(194,219,216)
#AFC6C3
(175,198,195)
#9CB1AE
(156,177,174)
#899C99
(137,156,153)
#768784
(118,135,132)
#63726F
(99,114,111)
#505D5A
(80,93,90)
#3D4845
(61,72,69)
#2A3330
(42,51,48)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #D5F0ED

#D5F0ED
(213,240,237)
#D8F1EE
(216,241,238)
#DBF2EF
(219,242,239)
#DEF3F0
(222,243,240)
#E1F4F1
(225,244,241)
#E4F5F2
(228,245,242)
#E7F6F3
(231,246,243)
#EAF7F4
(234,247,244)
#EDF8F5
(237,248,245)
#F0F9F6
(240,249,246)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F0ED; }

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

This text font color is #D5F0ED.


Background Color

.myBgColor { background-color: #D5F0ED; }

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

This div background color is #D5F0ED.


Border color

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

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

This div border color is #D5F0ED.


Opacity

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

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

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

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

This text has shadow with #D5F0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F0ED on black background.


Color preview on white background

This text has color #D5F0ED on white background.



Black color preview on #D5F0ED background

This text has black color on #D5F0ED background.


White color preview on #D5F0ED background

This text has white color on #D5F0ED background.