COLOR #D9E5C4

HEX: #D9E5C4
RGB: (217,229,196)

Renk bilgisi

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

RGB renk modeli

#D9E5C4 color RGB value is (217,229,196).

  • kırmız ton 217;
  • yeşil ton 229;
  • mavi ton 196.
RGB:
(217,229,196)
(85%,90%,77%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 229 of 255 = 90%
B 196 of 255 = 77%

217
229
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 229 + 196 = 642 (100%)
R 217 of 642 ~ 33.8%
G 229 of 642 ~ 35.67%
B 196 of 642 ~ 30.53%

%33.8
%35.67
%30.53

CMYK RENK MODELİ

#D9E5C4 rengi CMYK tonu (5,0,14,10).

  • camgöbeği tonu 5.24%
  • eflatun tonu 0.00%
  • sarı tonu 14.41%
  • ana renk tonu 10.20%
CMYK:
(5,0,14,10)
C5M0Y14K10 
(5%,0%,14%,10%)
(0.05/0.00/0.14/0.10)	

CMYK yüzdeleri

%5.24
%0
%14.41
%10.2

Codes

Color #D9E5C4 in popluar color models

D9E5C4
RGB217229196
HSL82°38.82%83.33%
HSB/HSV82°14.41%89.80%
CMYK5.24%0.00%14.41%
10.20%

Color #D9E5C4 in popluar number systems.

HEXD9E5C4
Decimal217229196
Binary110110011110010111000100
Octal331345304

Shades and tints

Shades of #D9E5C4

#D9E5C4
(217,229,196)
#C6D1B3
(198,209,179)
#B3BDA2
(179,189,162)
#A0A991
(160,169,145)
#8D9580
(141,149,128)
#7A816F
(122,129,111)
#676D5E
(103,109,94)
#54594D
(84,89,77)
#41453C
(65,69,60)
#2E312B
(46,49,43)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #D9E5C4

#D9E5C4
(217,229,196)
#DCE7C9
(220,231,201)
#DFE9CE
(223,233,206)
#E2EBD3
(226,235,211)
#E5EDD8
(229,237,216)
#E8EFDD
(232,239,221)
#EBF1E2
(235,241,226)
#EEF3E7
(238,243,231)
#F1F5EC
(241,245,236)
#F4F7F1
(244,247,241)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E5C4 color. Also use rgb(217,229,196) instead hex code.

Text Font Color

.myTextColor { color: #D9E5C4; }

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

This text font color is #D9E5C4.


Background Color

.myBgColor { background-color: #D9E5C4; }

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

This div background color is #D9E5C4.


Border color

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

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

This div border color is #D9E5C4.


Opacity

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

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

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

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

This text has shadow with #D9E5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E5C4 on black background.


Color preview on white background

This text has color #D9E5C4 on white background.



Black color preview on #D9E5C4 background

This text has black color on #D9E5C4 background.


White color preview on #D9E5C4 background

This text has white color on #D9E5C4 background.