COLOR #DDE7EB

HEX: #DDE7EB
RGB: (221,231,235)

Renk bilgisi

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

RGB renk modeli

#DDE7EB color RGB value is (221,231,235).

  • kırmız ton 221;
  • yeşil ton 231;
  • mavi ton 235.
RGB:
(221,231,235)
(87%,91%,92%)

RGB bağlantıları ve doygunluk

R 221 of 255 = 87%
G 231 of 255 = 91%
B 235 of 255 = 92%

221
231
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
221 + 231 + 235 = 687 (100%)
R 221 of 687 ~ 32.17%
G 231 of 687 ~ 33.62%
B 235 of 687 ~ 34.21%

%32.17
%33.62
%34.21

CMYK RENK MODELİ

#DDE7EB rengi CMYK tonu (6,2,0,8).

  • camgöbeği tonu 5.96%
  • eflatun tonu 1.70%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(6,2,0,8)
C6M2Y0K8 
(6%,2%,0%,8%)
(0.06/0.02/0.00/0.08)	

CMYK yüzdeleri

%5.96
%1.7
%0
%7.84

Codes

Color #DDE7EB in popluar color models

DDE7EB
RGB221231235
HSL197°25.93%89.41%
HSB/HSV197°5.96%92.16%
CMYK5.96%1.70%0.00%
7.84%

Color #DDE7EB in popluar number systems.

HEXDDE7EB
Decimal221231235
Binary110111011110011111101011
Octal335347353

Shades and tints

Shades of #DDE7EB

#DDE7EB
(221,231,235)
#C9D2D6
(201,210,214)
#B5BDC1
(181,189,193)
#A1A8AC
(161,168,172)
#8D9397
(141,147,151)
#797E82
(121,126,130)
#65696D
(101,105,109)
#515458
(81,84,88)
#3D3F43
(61,63,67)
#292A2E
(41,42,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #DDE7EB

#DDE7EB
(221,231,235)
#E0E9EC
(224,233,236)
#E3EBED
(227,235,237)
#E6EDEE
(230,237,238)
#E9EFEF
(233,239,239)
#ECF1F0
(236,241,240)
#EFF3F1
(239,243,241)
#F2F5F2
(242,245,242)
#F5F7F3
(245,247,243)
#F8F9F4
(248,249,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE7EB color. Also use rgb(221,231,235) instead hex code.

Text Font Color

.myTextColor { color: #DDE7EB; }

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

This text font color is #DDE7EB.


Background Color

.myBgColor { background-color: #DDE7EB; }

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

This div background color is #DDE7EB.


Border color

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

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

This div border color is #DDE7EB.


Opacity

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

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

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

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

This text has shadow with #DDE7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7EB on black background.


Color preview on white background

This text has color #DDE7EB on white background.



Black color preview on #DDE7EB background

This text has black color on #DDE7EB background.


White color preview on #DDE7EB background

This text has white color on #DDE7EB background.