COLOR #D2E5AB

HEX: #D2E5AB
RGB: (210,229,171)

Renk bilgisi

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

RGB renk modeli

#D2E5AB color RGB value is (210,229,171).

  • kırmız ton 210;
  • yeşil ton 229;
  • mavi ton 171.
RGB:
(210,229,171)
(82%,90%,67%)

RGB bağlantıları ve doygunluk

R 210 of 255 = 82%
G 229 of 255 = 90%
B 171 of 255 = 67%

210
229
171

R + G + B ~ 80%. #D2E5AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
210 + 229 + 171 = 610 (100%)
R 210 of 610 ~ 34.43%
G 229 of 610 ~ 37.54%
B 171 of 610 ~ 28.03%

%34.43
%37.54
%28.03

CMYK RENK MODELİ

#D2E5AB rengi CMYK tonu (8,0,25,10).

  • camgöbeği tonu 8.30%
  • eflatun tonu 0.00%
  • sarı tonu 25.33%
  • ana renk tonu 10.20%
CMYK:
(8,0,25,10)
C8M0Y25K10 
(8%,0%,25%,10%)
(0.08/0.00/0.25/0.10)	

CMYK yüzdeleri

%8.3
%0
%25.33
%10.2

Codes

Color #D2E5AB in popluar color models

D2E5AB
RGB210229171
HSL80°52.73%78.43%
HSB/HSV80°25.33%89.80%
CMYK8.30%0.00%25.33%
10.20%

Color #D2E5AB in popluar number systems.

HEXD2E5AB
Decimal210229171
Binary110100101110010110101011
Octal322345253

Shades and tints

Shades of #D2E5AB

#D2E5AB
(210,229,171)
#BFD19C
(191,209,156)
#ACBD8D
(172,189,141)
#99A97E
(153,169,126)
#86956F
(134,149,111)
#738160
(115,129,96)
#606D51
(96,109,81)
#4D5942
(77,89,66)
#3A4533
(58,69,51)
#273124
(39,49,36)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #D2E5AB

#D2E5AB
(210,229,171)
#D6E7B2
(214,231,178)
#DAE9B9
(218,233,185)
#DEEBC0
(222,235,192)
#E2EDC7
(226,237,199)
#E6EFCE
(230,239,206)
#EAF1D5
(234,241,213)
#EEF3DC
(238,243,220)
#F2F5E3
(242,245,227)
#F6F7EA
(246,247,234)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E5AB color. Also use rgb(210,229,171) instead hex code.

Text Font Color

.myTextColor { color: #D2E5AB; }

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

This text font color is #D2E5AB.


Background Color

.myBgColor { background-color: #D2E5AB; }

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

This div background color is #D2E5AB.


Border color

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

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

This div border color is #D2E5AB.


Opacity

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

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

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

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

This text has shadow with #D2E5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5AB on black background.


Color preview on white background

This text has color #D2E5AB on white background.



Black color preview on #D2E5AB background

This text has black color on #D2E5AB background.


White color preview on #D2E5AB background

This text has white color on #D2E5AB background.