COLOR #D5E6B0

HEX: #D5E6B0
RGB: (213,230,176)

Renk bilgisi

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

RGB renk modeli

#D5E6B0 color RGB value is (213,230,176).

  • kırmız ton 213;
  • yeşil ton 230;
  • mavi ton 176.
RGB:
(213,230,176)
(84%,90%,69%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 230 of 255 = 90%
B 176 of 255 = 69%

213
230
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 230 + 176 = 619 (100%)
R 213 of 619 ~ 34.41%
G 230 of 619 ~ 37.16%
B 176 of 619 ~ 28.43%

%34.41
%37.16
%28.43

CMYK RENK MODELİ

#D5E6B0 rengi CMYK tonu (7,0,23,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 0.00%
  • sarı tonu 23.48%
  • ana renk tonu 9.80%
CMYK:
(7,0,23,10)
C7M0Y23K10 
(7%,0%,23%,10%)
(0.07/0.00/0.23/0.10)	

CMYK yüzdeleri

%7.39
%0
%23.48
%9.8

Codes

Color #D5E6B0 in popluar color models

D5E6B0
RGB213230176
HSL79°51.92%79.61%
HSB/HSV79°23.48%90.20%
CMYK7.39%0.00%23.48%
9.80%

Color #D5E6B0 in popluar number systems.

HEXD5E6B0
Decimal213230176
Binary110101011110011010110000
Octal325346260

Shades and tints

Shades of #D5E6B0

#D5E6B0
(213,230,176)
#C2D2A0
(194,210,160)
#AFBE90
(175,190,144)
#9CAA80
(156,170,128)
#899670
(137,150,112)
#768260
(118,130,96)
#636E50
(99,110,80)
#505A40
(80,90,64)
#3D4630
(61,70,48)
#2A3220
(42,50,32)
#171E10
(23,30,16)
#000000
(0,0,0)

Tints of #D5E6B0

#D5E6B0
(213,230,176)
#D8E8B7
(216,232,183)
#DBEABE
(219,234,190)
#DEECC5
(222,236,197)
#E1EECC
(225,238,204)
#E4F0D3
(228,240,211)
#E7F2DA
(231,242,218)
#EAF4E1
(234,244,225)
#EDF6E8
(237,246,232)
#F0F8EF
(240,248,239)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E6B0 color. Also use rgb(213,230,176) instead hex code.

Text Font Color

.myTextColor { color: #D5E6B0; }

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

This text font color is #D5E6B0.


Background Color

.myBgColor { background-color: #D5E6B0; }

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

This div background color is #D5E6B0.


Border color

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

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

This div border color is #D5E6B0.


Opacity

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

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

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

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

This text has shadow with #D5E6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6B0 on black background.


Color preview on white background

This text has color #D5E6B0 on white background.



Black color preview on #D5E6B0 background

This text has black color on #D5E6B0 background.


White color preview on #D5E6B0 background

This text has white color on #D5E6B0 background.