COLOR #D1E5BE

HEX: #D1E5BE
RGB: (209,229,190)

Renk bilgisi

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

RGB renk modeli

#D1E5BE color RGB value is (209,229,190).

  • kırmız ton 209;
  • yeşil ton 229;
  • mavi ton 190.
RGB:
(209,229,190)
(82%,90%,75%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 229 of 255 = 90%
B 190 of 255 = 75%

209
229
190

R + G + B ~ 82%. #D1E5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 229 + 190 = 628 (100%)
R 209 of 628 ~ 33.28%
G 229 of 628 ~ 36.46%
B 190 of 628 ~ 30.25%

%33.28
%36.46
%30.25

CMYK RENK MODELİ

#D1E5BE rengi CMYK tonu (9,0,17,10).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 17.03%
  • ana renk tonu 10.20%
CMYK:
(9,0,17,10)
C9M0Y17K10 
(9%,0%,17%,10%)
(0.09/0.00/0.17/0.10)	

CMYK yüzdeleri

%8.73
%0
%17.03
%10.2

Codes

Color #D1E5BE in popluar color models

D1E5BE
RGB209229190
HSL91°42.86%82.16%
HSB/HSV91°17.03%89.80%
CMYK8.73%0.00%17.03%
10.20%

Color #D1E5BE in popluar number systems.

HEXD1E5BE
Decimal209229190
Binary110100011110010110111110
Octal321345276

Shades and tints

Shades of #D1E5BE

#D1E5BE
(209,229,190)
#BED1AD
(190,209,173)
#ABBD9C
(171,189,156)
#98A98B
(152,169,139)
#85957A
(133,149,122)
#728169
(114,129,105)
#5F6D58
(95,109,88)
#4C5947
(76,89,71)
#394536
(57,69,54)
#263125
(38,49,37)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #D1E5BE

#D1E5BE
(209,229,190)
#D5E7C3
(213,231,195)
#D9E9C8
(217,233,200)
#DDEBCD
(221,235,205)
#E1EDD2
(225,237,210)
#E5EFD7
(229,239,215)
#E9F1DC
(233,241,220)
#EDF3E1
(237,243,225)
#F1F5E6
(241,245,230)
#F5F7EB
(245,247,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E5BE color. Also use rgb(209,229,190) instead hex code.

Text Font Color

.myTextColor { color: #D1E5BE; }

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

This text font color is #D1E5BE.


Background Color

.myBgColor { background-color: #D1E5BE; }

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

This div background color is #D1E5BE.


Border color

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

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

This div border color is #D1E5BE.


Opacity

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

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

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

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

This text has shadow with #D1E5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5BE on black background.


Color preview on white background

This text has color #D1E5BE on white background.



Black color preview on #D1E5BE background

This text has black color on #D1E5BE background.


White color preview on #D1E5BE background

This text has white color on #D1E5BE background.