COLOR #D5DCEE

HEX: #D5DCEE
RGB: (213,220,238)

Renk bilgisi

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

RGB renk modeli

#D5DCEE color RGB value is (213,220,238).

  • kırmız ton 213;
  • yeşil ton 220;
  • mavi ton 238.
RGB:
(213,220,238)
(84%,86%,93%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 220 of 255 = 86%
B 238 of 255 = 93%

213
220
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 220 + 238 = 671 (100%)
R 213 of 671 ~ 31.74%
G 220 of 671 ~ 32.79%
B 238 of 671 ~ 35.47%

%31.74
%32.79
%35.47

CMYK RENK MODELİ

#D5DCEE rengi CMYK tonu (11,8,0,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 7.56%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(11,8,0,7)
C11M8Y0K7 
(11%,8%,0%,7%)
(0.11/0.08/0.00/0.07)	

CMYK yüzdeleri

%10.5
%7.56
%0
%6.67

Codes

Color #D5DCEE in popluar color models

D5DCEE
RGB213220238
HSL223°42.37%88.43%
HSB/HSV223°10.50%93.33%
CMYK10.50%7.56%0.00%
6.67%

Color #D5DCEE in popluar number systems.

HEXD5DCEE
Decimal213220238
Binary110101011101110011101110
Octal325334356

Shades and tints

Shades of #D5DCEE

#D5DCEE
(213,220,238)
#C2C8D9
(194,200,217)
#AFB4C4
(175,180,196)
#9CA0AF
(156,160,175)
#898C9A
(137,140,154)
#767885
(118,120,133)
#636470
(99,100,112)
#50505B
(80,80,91)
#3D3C46
(61,60,70)
#2A2831
(42,40,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #D5DCEE

#D5DCEE
(213,220,238)
#D8DFEF
(216,223,239)
#DBE2F0
(219,226,240)
#DEE5F1
(222,229,241)
#E1E8F2
(225,232,242)
#E4EBF3
(228,235,243)
#E7EEF4
(231,238,244)
#EAF1F5
(234,241,245)
#EDF4F6
(237,244,246)
#F0F7F7
(240,247,247)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCEE color. Also use rgb(213,220,238) instead hex code.

Text Font Color

.myTextColor { color: #D5DCEE; }

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

This text font color is #D5DCEE.


Background Color

.myBgColor { background-color: #D5DCEE; }

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

This div background color is #D5DCEE.


Border color

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

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

This div border color is #D5DCEE.


Opacity

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

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

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

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

This text has shadow with #D5DCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCEE on black background.


Color preview on white background

This text has color #D5DCEE on white background.



Black color preview on #D5DCEE background

This text has black color on #D5DCEE background.


White color preview on #D5DCEE background

This text has white color on #D5DCEE background.