COLOR #D5EED1

HEX: #D5EED1
RGB: (213,238,209)

Renk bilgisi

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

RGB renk modeli

#D5EED1 color RGB value is (213,238,209).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 238 of 255 = 93%
B 209 of 255 = 82%

213
238
209

R + G + B ~ 86%. #D5EED1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 238 + 209 = 660 (100%)
R 213 of 660 ~ 32.27%
G 238 of 660 ~ 36.06%
B 209 of 660 ~ 31.67%

%32.27
%36.06
%31.67

CMYK RENK MODELİ

#D5EED1 rengi CMYK tonu (11,0,12,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 0.00%
  • sarı tonu 12.18%
  • ana renk tonu 6.67%
CMYK:
(11,0,12,7)
C11M0Y12K7 
(11%,0%,12%,7%)
(0.11/0.00/0.12/0.07)	

CMYK yüzdeleri

%10.5
%0
%12.18
%6.67

Codes

Color #D5EED1 in popluar color models

D5EED1
RGB213238209
HSL112°46.03%87.65%
HSB/HSV112°12.18%93.33%
CMYK10.50%0.00%12.18%
6.67%

Color #D5EED1 in popluar number systems.

HEXD5EED1
Decimal213238209
Binary110101011110111011010001
Octal325356321

Shades and tints

Shades of #D5EED1

#D5EED1
(213,238,209)
#C2D9BE
(194,217,190)
#AFC4AB
(175,196,171)
#9CAF98
(156,175,152)
#899A85
(137,154,133)
#768572
(118,133,114)
#63705F
(99,112,95)
#505B4C
(80,91,76)
#3D4639
(61,70,57)
#2A3126
(42,49,38)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #D5EED1

#D5EED1
(213,238,209)
#D8EFD5
(216,239,213)
#DBF0D9
(219,240,217)
#DEF1DD
(222,241,221)
#E1F2E1
(225,242,225)
#E4F3E5
(228,243,229)
#E7F4E9
(231,244,233)
#EAF5ED
(234,245,237)
#EDF6F1
(237,246,241)
#F0F7F5
(240,247,245)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EED1; }

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

This text font color is #D5EED1.


Background Color

.myBgColor { background-color: #D5EED1; }

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

This div background color is #D5EED1.


Border color

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

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

This div border color is #D5EED1.


Opacity

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

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

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

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

This text has shadow with #D5EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EED1 on black background.


Color preview on white background

This text has color #D5EED1 on white background.



Black color preview on #D5EED1 background

This text has black color on #D5EED1 background.


White color preview on #D5EED1 background

This text has white color on #D5EED1 background.