COLOR #D5E291

HEX: #D5E291
RGB: (213,226,145)

Renk bilgisi

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

RGB renk modeli

#D5E291 color RGB value is (213,226,145).

  • kırmız ton 213;
  • yeşil ton 226;
  • mavi ton 145.
RGB:
(213,226,145)
(84%,89%,57%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 226 of 255 = 89%
B 145 of 255 = 57%

213
226
145

R + G + B ~ 77%. #D5E291 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 226 + 145 = 584 (100%)
R 213 of 584 ~ 36.47%
G 226 of 584 ~ 38.7%
B 145 of 584 ~ 24.83%

%36.47
%38.7
%24.83

CMYK RENK MODELİ

#D5E291 rengi CMYK tonu (6,0,36,11).

  • camgöbeği tonu 5.75%
  • eflatun tonu 0.00%
  • sarı tonu 35.84%
  • ana renk tonu 11.37%
CMYK:
(6,0,36,11)
C6M0Y36K11 
(6%,0%,36%,11%)
(0.06/0.00/0.36/0.11)	

CMYK yüzdeleri

%5.75
%0
%35.84
%11.37

Codes

Color #D5E291 in popluar color models

D5E291
RGB213226145
HSL70°58.27%72.75%
HSB/HSV70°35.84%88.63%
CMYK5.75%0.00%35.84%
11.37%

Color #D5E291 in popluar number systems.

HEXD5E291
Decimal213226145
Binary110101011110001010010001
Octal325342221

Shades and tints

Shades of #D5E291

#D5E291
(213,226,145)
#C2CE84
(194,206,132)
#AFBA77
(175,186,119)
#9CA66A
(156,166,106)
#89925D
(137,146,93)
#767E50
(118,126,80)
#636A43
(99,106,67)
#505636
(80,86,54)
#3D4229
(61,66,41)
#2A2E1C
(42,46,28)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #D5E291

#D5E291
(213,226,145)
#D8E49B
(216,228,155)
#DBE6A5
(219,230,165)
#DEE8AF
(222,232,175)
#E1EAB9
(225,234,185)
#E4ECC3
(228,236,195)
#E7EECD
(231,238,205)
#EAF0D7
(234,240,215)
#EDF2E1
(237,242,225)
#F0F4EB
(240,244,235)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E291 color. Also use rgb(213,226,145) instead hex code.

Text Font Color

.myTextColor { color: #D5E291; }

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

This text font color is #D5E291.


Background Color

.myBgColor { background-color: #D5E291; }

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

This div background color is #D5E291.


Border color

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

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

This div border color is #D5E291.


Opacity

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

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

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

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

This text has shadow with #D5E291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E291 on black background.


Color preview on white background

This text has color #D5E291 on white background.



Black color preview on #D5E291 background

This text has black color on #D5E291 background.


White color preview on #D5E291 background

This text has white color on #D5E291 background.