COLOR #D5EFED

HEX: #D5EFED
RGB: (213,239,237)

Renk bilgisi

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

RGB renk modeli

#D5EFED color RGB value is (213,239,237).

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

RGB bağlantıları ve doygunluk

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

213
239
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 239 + 237 = 689 (100%)
R 213 of 689 ~ 30.91%
G 239 of 689 ~ 34.69%
B 237 of 689 ~ 34.4%

%30.91
%34.69
%34.4

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%10.88
%0
%0.84
%6.27

Codes

Color #D5EFED in popluar color models

D5EFED
RGB213239237
HSL175°44.83%88.63%
HSB/HSV175°10.88%93.73%
CMYK10.88%0.00%0.84%
6.27%

Color #D5EFED in popluar number systems.

HEXD5EFED
Decimal213239237
Binary110101011110111111101101
Octal325357355

Shades and tints

Shades of #D5EFED

#D5EFED
(213,239,237)
#C2DAD8
(194,218,216)
#AFC5C3
(175,197,195)
#9CB0AE
(156,176,174)
#899B99
(137,155,153)
#768684
(118,134,132)
#63716F
(99,113,111)
#505C5A
(80,92,90)
#3D4745
(61,71,69)
#2A3230
(42,50,48)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #D5EFED

#D5EFED
(213,239,237)
#D8F0EE
(216,240,238)
#DBF1EF
(219,241,239)
#DEF2F0
(222,242,240)
#E1F3F1
(225,243,241)
#E4F4F2
(228,244,242)
#E7F5F3
(231,245,243)
#EAF6F4
(234,246,244)
#EDF7F5
(237,247,245)
#F0F8F6
(240,248,246)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFED; }

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

This text font color is #D5EFED.


Background Color

.myBgColor { background-color: #D5EFED; }

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

This div background color is #D5EFED.


Border color

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

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

This div border color is #D5EFED.


Opacity

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

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

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

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

This text has shadow with #D5EFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFED on black background.


Color preview on white background

This text has color #D5EFED on white background.



Black color preview on #D5EFED background

This text has black color on #D5EFED background.


White color preview on #D5EFED background

This text has white color on #D5EFED background.