COLOR #D9EBEA

HEX: #D9EBEA
RGB: (217,235,234)

Renk bilgisi

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

RGB renk modeli

#D9EBEA color RGB value is (217,235,234).

  • kırmız ton 217;
  • yeşil ton 235;
  • mavi ton 234.
RGB:
(217,235,234)
(85%,92%,92%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 235 of 255 = 92%
B 234 of 255 = 92%

217
235
234

R + G + B ~ 90%. #D9EBEA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 235 + 234 = 686 (100%)
R 217 of 686 ~ 31.63%
G 235 of 686 ~ 34.26%
B 234 of 686 ~ 34.11%

%31.63
%34.26
%34.11

CMYK RENK MODELİ

#D9EBEA rengi CMYK tonu (8,0,0,8).

  • camgöbeği tonu 7.66%
  • eflatun tonu 0.00%
  • sarı tonu 0.43%
  • ana renk tonu 7.84%
CMYK:
(8,0,0,8)
C8M0Y0K8 
(8%,0%,0%,8%)
(0.08/0.00/0.00/0.08)	

CMYK yüzdeleri

%7.66
%0
%0.43
%7.84

Codes

Color #D9EBEA in popluar color models

D9EBEA
RGB217235234
HSL177°31.03%88.63%
HSB/HSV177°7.66%92.16%
CMYK7.66%0.00%0.43%
7.84%

Color #D9EBEA in popluar number systems.

HEXD9EBEA
Decimal217235234
Binary110110011110101111101010
Octal331353352

Shades and tints

Shades of #D9EBEA

#D9EBEA
(217,235,234)
#C6D6D5
(198,214,213)
#B3C1C0
(179,193,192)
#A0ACAB
(160,172,171)
#8D9796
(141,151,150)
#7A8281
(122,130,129)
#676D6C
(103,109,108)
#545857
(84,88,87)
#414342
(65,67,66)
#2E2E2D
(46,46,45)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #D9EBEA

#D9EBEA
(217,235,234)
#DCECEB
(220,236,235)
#DFEDEC
(223,237,236)
#E2EEED
(226,238,237)
#E5EFEE
(229,239,238)
#E8F0EF
(232,240,239)
#EBF1F0
(235,241,240)
#EEF2F1
(238,242,241)
#F1F3F2
(241,243,242)
#F4F4F3
(244,244,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBEA color. Also use rgb(217,235,234) instead hex code.

Text Font Color

.myTextColor { color: #D9EBEA; }

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

This text font color is #D9EBEA.


Background Color

.myBgColor { background-color: #D9EBEA; }

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

This div background color is #D9EBEA.


Border color

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

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

This div border color is #D9EBEA.


Opacity

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

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

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

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

This text has shadow with #D9EBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBEA on black background.


Color preview on white background

This text has color #D9EBEA on white background.



Black color preview on #D9EBEA background

This text has black color on #D9EBEA background.


White color preview on #D9EBEA background

This text has white color on #D9EBEA background.