COLOR #D9E6C2

HEX: #D9E6C2
RGB: (217,230,194)

Renk bilgisi

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

RGB renk modeli

#D9E6C2 color RGB value is (217,230,194).

  • kırmız ton 217;
  • yeşil ton 230;
  • mavi ton 194.
RGB:
(217,230,194)
(85%,90%,76%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 230 of 255 = 90%
B 194 of 255 = 76%

217
230
194

R + G + B ~ 84%. #D9E6C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 230 + 194 = 641 (100%)
R 217 of 641 ~ 33.85%
G 230 of 641 ~ 35.88%
B 194 of 641 ~ 30.27%

%33.85
%35.88
%30.27

CMYK RENK MODELİ

#D9E6C2 rengi CMYK tonu (6,0,16,10).

  • camgöbeği tonu 5.65%
  • eflatun tonu 0.00%
  • sarı tonu 15.65%
  • ana renk tonu 9.80%
CMYK:
(6,0,16,10)
C6M0Y16K10 
(6%,0%,16%,10%)
(0.06/0.00/0.16/0.10)	

CMYK yüzdeleri

%5.65
%0
%15.65
%9.8

Codes

Color #D9E6C2 in popluar color models

D9E6C2
RGB217230194
HSL82°41.86%83.14%
HSB/HSV82°15.65%90.20%
CMYK5.65%0.00%15.65%
9.80%

Color #D9E6C2 in popluar number systems.

HEXD9E6C2
Decimal217230194
Binary110110011110011011000010
Octal331346302

Shades and tints

Shades of #D9E6C2

#D9E6C2
(217,230,194)
#C6D2B1
(198,210,177)
#B3BEA0
(179,190,160)
#A0AA8F
(160,170,143)
#8D967E
(141,150,126)
#7A826D
(122,130,109)
#676E5C
(103,110,92)
#545A4B
(84,90,75)
#41463A
(65,70,58)
#2E3229
(46,50,41)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #D9E6C2

#D9E6C2
(217,230,194)
#DCE8C7
(220,232,199)
#DFEACC
(223,234,204)
#E2ECD1
(226,236,209)
#E5EED6
(229,238,214)
#E8F0DB
(232,240,219)
#EBF2E0
(235,242,224)
#EEF4E5
(238,244,229)
#F1F6EA
(241,246,234)
#F4F8EF
(244,248,239)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E6C2 color. Also use rgb(217,230,194) instead hex code.

Text Font Color

.myTextColor { color: #D9E6C2; }

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

This text font color is #D9E6C2.


Background Color

.myBgColor { background-color: #D9E6C2; }

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

This div background color is #D9E6C2.


Border color

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

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

This div border color is #D9E6C2.


Opacity

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

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

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

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

This text has shadow with #D9E6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6C2 on black background.


Color preview on white background

This text has color #D9E6C2 on white background.



Black color preview on #D9E6C2 background

This text has black color on #D9E6C2 background.


White color preview on #D9E6C2 background

This text has white color on #D9E6C2 background.