COLOR #D2E4EB

HEX: #D2E4EB
RGB: (210,228,235)

Renk bilgisi

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

RGB renk modeli

#D2E4EB color RGB value is (210,228,235).

  • kırmız ton 210;
  • yeşil ton 228;
  • mavi ton 235.
RGB:
(210,228,235)
(82%,89%,92%)

RGB bağlantıları ve doygunluk

R 210 of 255 = 82%
G 228 of 255 = 89%
B 235 of 255 = 92%

210
228
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
210 + 228 + 235 = 673 (100%)
R 210 of 673 ~ 31.2%
G 228 of 673 ~ 33.88%
B 235 of 673 ~ 34.92%

%31.2
%33.88
%34.92

CMYK RENK MODELİ

#D2E4EB rengi CMYK tonu (11,3,0,8).

  • camgöbeği tonu 10.64%
  • eflatun tonu 2.98%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(11,3,0,8)
C11M3Y0K8 
(11%,3%,0%,8%)
(0.11/0.03/0.00/0.08)	

CMYK yüzdeleri

%10.64
%2.98
%0
%7.84

Codes

Color #D2E4EB in popluar color models

D2E4EB
RGB210228235
HSL197°38.46%87.25%
HSB/HSV197°10.64%92.16%
CMYK10.64%2.98%0.00%
7.84%

Color #D2E4EB in popluar number systems.

HEXD2E4EB
Decimal210228235
Binary110100101110010011101011
Octal322344353

Shades and tints

Shades of #D2E4EB

#D2E4EB
(210,228,235)
#BFD0D6
(191,208,214)
#ACBCC1
(172,188,193)
#99A8AC
(153,168,172)
#869497
(134,148,151)
#738082
(115,128,130)
#606C6D
(96,108,109)
#4D5858
(77,88,88)
#3A4443
(58,68,67)
#27302E
(39,48,46)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #D2E4EB

#D2E4EB
(210,228,235)
#D6E6EC
(214,230,236)
#DAE8ED
(218,232,237)
#DEEAEE
(222,234,238)
#E2ECEF
(226,236,239)
#E6EEF0
(230,238,240)
#EAF0F1
(234,240,241)
#EEF2F2
(238,242,242)
#F2F4F3
(242,244,243)
#F6F6F4
(246,246,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E4EB color. Also use rgb(210,228,235) instead hex code.

Text Font Color

.myTextColor { color: #D2E4EB; }

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

This text font color is #D2E4EB.


Background Color

.myBgColor { background-color: #D2E4EB; }

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

This div background color is #D2E4EB.


Border color

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

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

This div border color is #D2E4EB.


Opacity

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

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

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

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

This text has shadow with #D2E4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E4EB on black background.


Color preview on white background

This text has color #D2E4EB on white background.



Black color preview on #D2E4EB background

This text has black color on #D2E4EB background.


White color preview on #D2E4EB background

This text has white color on #D2E4EB background.