COLOR #D2E9DD

HEX: #D2E9DD
RGB: (210,233,221)

Renk bilgisi

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

RGB renk modeli

#D2E9DD color RGB value is (210,233,221).

  • kırmız ton 210;
  • yeşil ton 233;
  • mavi ton 221.
RGB:
(210,233,221)
(82%,91%,87%)

RGB bağlantıları ve doygunluk

R 210 of 255 = 82%
G 233 of 255 = 91%
B 221 of 255 = 87%

210
233
221

R + G + B ~ 87%. #D2E9DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
210 + 233 + 221 = 664 (100%)
R 210 of 664 ~ 31.63%
G 233 of 664 ~ 35.09%
B 221 of 664 ~ 33.28%

%31.63
%35.09
%33.28

CMYK RENK MODELİ

#D2E9DD rengi CMYK tonu (10,0,5,9).

  • camgöbeği tonu 9.87%
  • eflatun tonu 0.00%
  • sarı tonu 5.15%
  • ana renk tonu 8.63%
CMYK:
(10,0,5,9)
C10M0Y5K9 
(10%,0%,5%,9%)
(0.10/0.00/0.05/0.09)	

CMYK yüzdeleri

%9.87
%0
%5.15
%8.63

Codes

Color #D2E9DD in popluar color models

D2E9DD
RGB210233221
HSL149°34.33%86.86%
HSB/HSV149°9.87%91.37%
CMYK9.87%0.00%5.15%
8.63%

Color #D2E9DD in popluar number systems.

HEXD2E9DD
Decimal210233221
Binary110100101110100111011101
Octal322351335

Shades and tints

Shades of #D2E9DD

#D2E9DD
(210,233,221)
#BFD4C9
(191,212,201)
#ACBFB5
(172,191,181)
#99AAA1
(153,170,161)
#86958D
(134,149,141)
#738079
(115,128,121)
#606B65
(96,107,101)
#4D5651
(77,86,81)
#3A413D
(58,65,61)
#272C29
(39,44,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #D2E9DD

#D2E9DD
(210,233,221)
#D6EBE0
(214,235,224)
#DAEDE3
(218,237,227)
#DEEFE6
(222,239,230)
#E2F1E9
(226,241,233)
#E6F3EC
(230,243,236)
#EAF5EF
(234,245,239)
#EEF7F2
(238,247,242)
#F2F9F5
(242,249,245)
#F6FBF8
(246,251,248)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9DD color. Also use rgb(210,233,221) instead hex code.

Text Font Color

.myTextColor { color: #D2E9DD; }

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

This text font color is #D2E9DD.


Background Color

.myBgColor { background-color: #D2E9DD; }

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

This div background color is #D2E9DD.


Border color

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

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

This div border color is #D2E9DD.


Opacity

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

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

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

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

This text has shadow with #D2E9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9DD on black background.


Color preview on white background

This text has color #D2E9DD on white background.



Black color preview on #D2E9DD background

This text has black color on #D2E9DD background.


White color preview on #D2E9DD background

This text has white color on #D2E9DD background.