COLOR #D5E8B1

HEX: #D5E8B1
RGB: (213,232,177)

Renk bilgisi

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

RGB renk modeli

#D5E8B1 color RGB value is (213,232,177).

  • kırmız ton 213;
  • yeşil ton 232;
  • mavi ton 177.
RGB:
(213,232,177)
(84%,91%,69%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 232 of 255 = 91%
B 177 of 255 = 69%

213
232
177

R + G + B ~ 81%. #D5E8B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 232 + 177 = 622 (100%)
R 213 of 622 ~ 34.24%
G 232 of 622 ~ 37.3%
B 177 of 622 ~ 28.46%

%34.24
%37.3
%28.46

CMYK RENK MODELİ

#D5E8B1 rengi CMYK tonu (8,0,24,9).

  • camgöbeği tonu 8.19%
  • eflatun tonu 0.00%
  • sarı tonu 23.71%
  • ana renk tonu 9.02%
CMYK:
(8,0,24,9)
C8M0Y24K9 
(8%,0%,24%,9%)
(0.08/0.00/0.24/0.09)	

CMYK yüzdeleri

%8.19
%0
%23.71
%9.02

Codes

Color #D5E8B1 in popluar color models

D5E8B1
RGB213232177
HSL81°54.46%80.20%
HSB/HSV81°23.71%90.98%
CMYK8.19%0.00%23.71%
9.02%

Color #D5E8B1 in popluar number systems.

HEXD5E8B1
Decimal213232177
Binary110101011110100010110001
Octal325350261

Shades and tints

Shades of #D5E8B1

#D5E8B1
(213,232,177)
#C2D3A1
(194,211,161)
#AFBE91
(175,190,145)
#9CA981
(156,169,129)
#899471
(137,148,113)
#767F61
(118,127,97)
#636A51
(99,106,81)
#505541
(80,85,65)
#3D4031
(61,64,49)
#2A2B21
(42,43,33)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #D5E8B1

#D5E8B1
(213,232,177)
#D8EAB8
(216,234,184)
#DBECBF
(219,236,191)
#DEEEC6
(222,238,198)
#E1F0CD
(225,240,205)
#E4F2D4
(228,242,212)
#E7F4DB
(231,244,219)
#EAF6E2
(234,246,226)
#EDF8E9
(237,248,233)
#F0FAF0
(240,250,240)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E8B1 color. Also use rgb(213,232,177) instead hex code.

Text Font Color

.myTextColor { color: #D5E8B1; }

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

This text font color is #D5E8B1.


Background Color

.myBgColor { background-color: #D5E8B1; }

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

This div background color is #D5E8B1.


Border color

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

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

This div border color is #D5E8B1.


Opacity

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

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

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

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

This text has shadow with #D5E8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E8B1 on black background.


Color preview on white background

This text has color #D5E8B1 on white background.



Black color preview on #D5E8B1 background

This text has black color on #D5E8B1 background.


White color preview on #D5E8B1 background

This text has white color on #D5E8B1 background.