COLOR #D5EEBD

HEX: #D5EEBD
RGB: (213,238,189)

Renk bilgisi

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

RGB renk modeli

#D5EEBD color RGB value is (213,238,189).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 238 of 255 = 93%
B 189 of 255 = 74%

213
238
189

R + G + B ~ 84%. #D5EEBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 238 + 189 = 640 (100%)
R 213 of 640 ~ 33.28%
G 238 of 640 ~ 37.19%
B 189 of 640 ~ 29.53%

%33.28
%37.19
%29.53

CMYK RENK MODELİ

#D5EEBD rengi CMYK tonu (11,0,21,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 0.00%
  • sarı tonu 20.59%
  • ana renk tonu 6.67%
CMYK:
(11,0,21,7)
C11M0Y21K7 
(11%,0%,21%,7%)
(0.11/0.00/0.21/0.07)	

CMYK yüzdeleri

%10.5
%0
%20.59
%6.67

Codes

Color #D5EEBD in popluar color models

D5EEBD
RGB213238189
HSL91°59.04%83.73%
HSB/HSV91°20.59%93.33%
CMYK10.50%0.00%20.59%
6.67%

Color #D5EEBD in popluar number systems.

HEXD5EEBD
Decimal213238189
Binary110101011110111010111101
Octal325356275

Shades and tints

Shades of #D5EEBD

#D5EEBD
(213,238,189)
#C2D9AC
(194,217,172)
#AFC49B
(175,196,155)
#9CAF8A
(156,175,138)
#899A79
(137,154,121)
#768568
(118,133,104)
#637057
(99,112,87)
#505B46
(80,91,70)
#3D4635
(61,70,53)
#2A3124
(42,49,36)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #D5EEBD

#D5EEBD
(213,238,189)
#D8EFC3
(216,239,195)
#DBF0C9
(219,240,201)
#DEF1CF
(222,241,207)
#E1F2D5
(225,242,213)
#E4F3DB
(228,243,219)
#E7F4E1
(231,244,225)
#EAF5E7
(234,245,231)
#EDF6ED
(237,246,237)
#F0F7F3
(240,247,243)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEBD; }

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

This text font color is #D5EEBD.


Background Color

.myBgColor { background-color: #D5EEBD; }

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

This div background color is #D5EEBD.


Border color

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

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

This div border color is #D5EEBD.


Opacity

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

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

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

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

This text has shadow with #D5EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEBD on black background.


Color preview on white background

This text has color #D5EEBD on white background.



Black color preview on #D5EEBD background

This text has black color on #D5EEBD background.


White color preview on #D5EEBD background

This text has white color on #D5EEBD background.