COLOR #D5E2E7

HEX: #D5E2E7
RGB: (213,226,231)

Renk bilgisi

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

RGB renk modeli

#D5E2E7 color RGB value is (213,226,231).

  • kırmız ton 213;
  • yeşil ton 226;
  • mavi ton 231.
RGB:
(213,226,231)
(84%,89%,91%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 226 of 255 = 89%
B 231 of 255 = 91%

213
226
231

R + G + B ~ 88%. #D5E2E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 226 + 231 = 670 (100%)
R 213 of 670 ~ 31.79%
G 226 of 670 ~ 33.73%
B 231 of 670 ~ 34.48%

%31.79
%33.73
%34.48

CMYK RENK MODELİ

#D5E2E7 rengi CMYK tonu (8,2,0,9).

  • camgöbeği tonu 7.79%
  • eflatun tonu 2.16%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(8,2,0,9)
C8M2Y0K9 
(8%,2%,0%,9%)
(0.08/0.02/0.00/0.09)	

CMYK yüzdeleri

%7.79
%2.16
%0
%9.41

Codes

Color #D5E2E7 in popluar color models

D5E2E7
RGB213226231
HSL197°27.27%87.06%
HSB/HSV197°7.79%90.59%
CMYK7.79%2.16%0.00%
9.41%

Color #D5E2E7 in popluar number systems.

HEXD5E2E7
Decimal213226231
Binary110101011110001011100111
Octal325342347

Shades and tints

Shades of #D5E2E7

#D5E2E7
(213,226,231)
#C2CED2
(194,206,210)
#AFBABD
(175,186,189)
#9CA6A8
(156,166,168)
#899293
(137,146,147)
#767E7E
(118,126,126)
#636A69
(99,106,105)
#505654
(80,86,84)
#3D423F
(61,66,63)
#2A2E2A
(42,46,42)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #D5E2E7

#D5E2E7
(213,226,231)
#D8E4E9
(216,228,233)
#DBE6EB
(219,230,235)
#DEE8ED
(222,232,237)
#E1EAEF
(225,234,239)
#E4ECF1
(228,236,241)
#E7EEF3
(231,238,243)
#EAF0F5
(234,240,245)
#EDF2F7
(237,242,247)
#F0F4F9
(240,244,249)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E2E7 color. Also use rgb(213,226,231) instead hex code.

Text Font Color

.myTextColor { color: #D5E2E7; }

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

This text font color is #D5E2E7.


Background Color

.myBgColor { background-color: #D5E2E7; }

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

This div background color is #D5E2E7.


Border color

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

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

This div border color is #D5E2E7.


Opacity

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

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

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

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

This text has shadow with #D5E2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E2E7 on black background.


Color preview on white background

This text has color #D5E2E7 on white background.



Black color preview on #D5E2E7 background

This text has black color on #D5E2E7 background.


White color preview on #D5E2E7 background

This text has white color on #D5E2E7 background.