COLOR #D5EE88

HEX: #D5EE88
RGB: (213,238,136)

Renk bilgisi

#D5EE88 contains mainly red and green colors. #D5EE88 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D5EE88 color RGB value is (213,238,136).

  • kırmız ton 213;
  • yeşil ton 238;
  • mavi ton 136.
RGB:
(213,238,136)
(84%,93%,53%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 238 of 255 = 93%
B 136 of 255 = 53%

213
238
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 238 + 136 = 587 (100%)
R 213 of 587 ~ 36.29%
G 238 of 587 ~ 40.55%
B 136 of 587 ~ 23.17%

%36.29
%40.55
%23.17

CMYK RENK MODELİ

#D5EE88 rengi CMYK tonu (11,0,43,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 6.67%
CMYK:
(11,0,43,7)
C11M0Y43K7 
(11%,0%,43%,7%)
(0.11/0.00/0.43/0.07)	

CMYK yüzdeleri

%10.5
%0
%42.86
%6.67

Codes

Color #D5EE88 in popluar color models

D5EE88
RGB213238136
HSL75°75.00%73.33%
HSB/HSV75°42.86%93.33%
CMYK10.50%0.00%42.86%
6.67%

Color #D5EE88 in popluar number systems.

HEXD5EE88
Decimal213238136
Binary110101011110111010001000
Octal325356210

Shades and tints

Shades of #D5EE88

#D5EE88
(213,238,136)
#C2D97C
(194,217,124)
#AFC470
(175,196,112)
#9CAF64
(156,175,100)
#899A58
(137,154,88)
#76854C
(118,133,76)
#637040
(99,112,64)
#505B34
(80,91,52)
#3D4628
(61,70,40)
#2A311C
(42,49,28)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #D5EE88

#D5EE88
(213,238,136)
#D8EF92
(216,239,146)
#DBF09C
(219,240,156)
#DEF1A6
(222,241,166)
#E1F2B0
(225,242,176)
#E4F3BA
(228,243,186)
#E7F4C4
(231,244,196)
#EAF5CE
(234,245,206)
#EDF6D8
(237,246,216)
#F0F7E2
(240,247,226)
#F3F8EC
(243,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EE88 color. Also use rgb(213,238,136) instead hex code.

Text Font Color

.myTextColor { color: #D5EE88; }

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

This text font color is #D5EE88.


Background Color

.myBgColor { background-color: #D5EE88; }

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

This div background color is #D5EE88.


Border color

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

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

This div border color is #D5EE88.


Opacity

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

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

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

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

This text has shadow with #D5EE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EE88 on black background.


Color preview on white background

This text has color #D5EE88 on white background.



Black color preview on #D5EE88 background

This text has black color on #D5EE88 background.


White color preview on #D5EE88 background

This text has white color on #D5EE88 background.