COLOR #D2E591

HEX: #D2E591
RGB: (210,229,145)

Renk bilgisi

#D2E591 contains mainly red and green colors. #D2E591 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D2E591 color RGB value is (210,229,145).

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

RGB bağlantıları ve doygunluk

R 210 of 255 = 82%
G 229 of 255 = 90%
B 145 of 255 = 57%

210
229
145

R + G + B ~ 76%. #D2E591 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
210 + 229 + 145 = 584 (100%)
R 210 of 584 ~ 35.96%
G 229 of 584 ~ 39.21%
B 145 of 584 ~ 24.83%

%35.96
%39.21
%24.83

CMYK RENK MODELİ

#D2E591 rengi CMYK tonu (8,0,37,10).

  • camgöbeği tonu 8.30%
  • eflatun tonu 0.00%
  • sarı tonu 36.68%
  • ana renk tonu 10.20%
CMYK:
(8,0,37,10)
C8M0Y37K10 
(8%,0%,37%,10%)
(0.08/0.00/0.37/0.10)	

CMYK yüzdeleri

%8.3
%0
%36.68
%10.2

Codes

Color #D2E591 in popluar color models

D2E591
RGB210229145
HSL74°61.76%73.33%
HSB/HSV74°36.68%89.80%
CMYK8.30%0.00%36.68%
10.20%

Color #D2E591 in popluar number systems.

HEXD2E591
Decimal210229145
Binary110100101110010110010001
Octal322345221

Shades and tints

Shades of #D2E591

#D2E591
(210,229,145)
#BFD184
(191,209,132)
#ACBD77
(172,189,119)
#99A96A
(153,169,106)
#86955D
(134,149,93)
#738150
(115,129,80)
#606D43
(96,109,67)
#4D5936
(77,89,54)
#3A4529
(58,69,41)
#27311C
(39,49,28)
#141D0F
(20,29,15)
#000000
(0,0,0)

Tints of #D2E591

#D2E591
(210,229,145)
#D6E79B
(214,231,155)
#DAE9A5
(218,233,165)
#DEEBAF
(222,235,175)
#E2EDB9
(226,237,185)
#E6EFC3
(230,239,195)
#EAF1CD
(234,241,205)
#EEF3D7
(238,243,215)
#F2F5E1
(242,245,225)
#F6F7EB
(246,247,235)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E591; }

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

This text font color is #D2E591.


Background Color

.myBgColor { background-color: #D2E591; }

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

This div background color is #D2E591.


Border color

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

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

This div border color is #D2E591.


Opacity

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

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

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

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

This text has shadow with #D2E591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E591 on black background.


Color preview on white background

This text has color #D2E591 on white background.



Black color preview on #D2E591 background

This text has black color on #D2E591 background.


White color preview on #D2E591 background

This text has white color on #D2E591 background.