COLOR #D4E9E6

HEX: #D4E9E6
RGB: (212,233,230)

Renk bilgisi

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

RGB renk modeli

#D4E9E6 color RGB value is (212,233,230).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 233 of 255 = 91%
B 230 of 255 = 90%

212
233
230

R + G + B ~ 88%. #D4E9E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 233 + 230 = 675 (100%)
R 212 of 675 ~ 31.41%
G 233 of 675 ~ 34.52%
B 230 of 675 ~ 34.07%

%31.41
%34.52
%34.07

CMYK RENK MODELİ

#D4E9E6 rengi CMYK tonu (9,0,1,9).

  • camgöbeği tonu 9.01%
  • eflatun tonu 0.00%
  • sarı tonu 1.29%
  • ana renk tonu 8.63%
CMYK:
(9,0,1,9)
C9M0Y1K9 
(9%,0%,1%,9%)
(0.09/0.00/0.01/0.09)	

CMYK yüzdeleri

%9.01
%0
%1.29
%8.63

Codes

Color #D4E9E6 in popluar color models

D4E9E6
RGB212233230
HSL171°32.31%87.25%
HSB/HSV171°9.01%91.37%
CMYK9.01%0.00%1.29%
8.63%

Color #D4E9E6 in popluar number systems.

HEXD4E9E6
Decimal212233230
Binary110101001110100111100110
Octal324351346

Shades and tints

Shades of #D4E9E6

#D4E9E6
(212,233,230)
#C1D4D2
(193,212,210)
#AEBFBE
(174,191,190)
#9BAAAA
(155,170,170)
#889596
(136,149,150)
#758082
(117,128,130)
#626B6E
(98,107,110)
#4F565A
(79,86,90)
#3C4146
(60,65,70)
#292C32
(41,44,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #D4E9E6

#D4E9E6
(212,233,230)
#D7EBE8
(215,235,232)
#DAEDEA
(218,237,234)
#DDEFEC
(221,239,236)
#E0F1EE
(224,241,238)
#E3F3F0
(227,243,240)
#E6F5F2
(230,245,242)
#E9F7F4
(233,247,244)
#ECF9F6
(236,249,246)
#EFFBF8
(239,251,248)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9E6; }

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

This text font color is #D4E9E6.


Background Color

.myBgColor { background-color: #D4E9E6; }

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

This div background color is #D4E9E6.


Border color

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

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

This div border color is #D4E9E6.


Opacity

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

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

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

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

This text has shadow with #D4E9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9E6 on black background.


Color preview on white background

This text has color #D4E9E6 on white background.



Black color preview on #D4E9E6 background

This text has black color on #D4E9E6 background.


White color preview on #D4E9E6 background

This text has white color on #D4E9E6 background.