COLOR #D4E9C6

HEX: #D4E9C6
RGB: (212,233,198)

Renk bilgisi

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

RGB renk modeli

#D4E9C6 color RGB value is (212,233,198).

  • kırmız ton 212;
  • yeşil ton 233;
  • mavi ton 198.
RGB:
(212,233,198)
(83%,91%,78%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 233 of 255 = 91%
B 198 of 255 = 78%

212
233
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 233 + 198 = 643 (100%)
R 212 of 643 ~ 32.97%
G 233 of 643 ~ 36.24%
B 198 of 643 ~ 30.79%

%32.97
%36.24
%30.79

CMYK RENK MODELİ

#D4E9C6 rengi CMYK tonu (9,0,15,9).

  • camgöbeği tonu 9.01%
  • eflatun tonu 0.00%
  • sarı tonu 15.02%
  • ana renk tonu 8.63%
CMYK:
(9,0,15,9)
C9M0Y15K9 
(9%,0%,15%,9%)
(0.09/0.00/0.15/0.09)	

CMYK yüzdeleri

%9.01
%0
%15.02
%8.63

Codes

Color #D4E9C6 in popluar color models

D4E9C6
RGB212233198
HSL96°44.30%84.51%
HSB/HSV96°15.02%91.37%
CMYK9.01%0.00%15.02%
8.63%

Color #D4E9C6 in popluar number systems.

HEXD4E9C6
Decimal212233198
Binary110101001110100111000110
Octal324351306

Shades and tints

Shades of #D4E9C6

#D4E9C6
(212,233,198)
#C1D4B4
(193,212,180)
#AEBFA2
(174,191,162)
#9BAA90
(155,170,144)
#88957E
(136,149,126)
#75806C
(117,128,108)
#626B5A
(98,107,90)
#4F5648
(79,86,72)
#3C4136
(60,65,54)
#292C24
(41,44,36)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #D4E9C6

#D4E9C6
(212,233,198)
#D7EBCB
(215,235,203)
#DAEDD0
(218,237,208)
#DDEFD5
(221,239,213)
#E0F1DA
(224,241,218)
#E3F3DF
(227,243,223)
#E6F5E4
(230,245,228)
#E9F7E9
(233,247,233)
#ECF9EE
(236,249,238)
#EFFBF3
(239,251,243)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E9C6 color. Also use rgb(212,233,198) instead hex code.

Text Font Color

.myTextColor { color: #D4E9C6; }

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

This text font color is #D4E9C6.


Background Color

.myBgColor { background-color: #D4E9C6; }

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

This div background color is #D4E9C6.


Border color

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

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

This div border color is #D4E9C6.


Opacity

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

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

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

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

This text has shadow with #D4E9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9C6 on black background.


Color preview on white background

This text has color #D4E9C6 on white background.



Black color preview on #D4E9C6 background

This text has black color on #D4E9C6 background.


White color preview on #D4E9C6 background

This text has white color on #D4E9C6 background.