COLOR #D5E8C6

HEX: #D5E8C6
RGB: (213,232,198)

Renk bilgisi

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

RGB renk modeli

#D5E8C6 color RGB value is (213,232,198).

  • kırmız ton 213;
  • yeşil ton 232;
  • mavi ton 198.
RGB:
(213,232,198)
(84%,91%,78%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 232 of 255 = 91%
B 198 of 255 = 78%

213
232
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 232 + 198 = 643 (100%)
R 213 of 643 ~ 33.13%
G 232 of 643 ~ 36.08%
B 198 of 643 ~ 30.79%

%33.13
%36.08
%30.79

CMYK RENK MODELİ

#D5E8C6 rengi CMYK tonu (8,0,15,9).

  • camgöbeği tonu 8.19%
  • eflatun tonu 0.00%
  • sarı tonu 14.66%
  • ana renk tonu 9.02%
CMYK:
(8,0,15,9)
C8M0Y15K9 
(8%,0%,15%,9%)
(0.08/0.00/0.15/0.09)	

CMYK yüzdeleri

%8.19
%0
%14.66
%9.02

Codes

Color #D5E8C6 in popluar color models

D5E8C6
RGB213232198
HSL94°42.50%84.31%
HSB/HSV94°14.66%90.98%
CMYK8.19%0.00%14.66%
9.02%

Color #D5E8C6 in popluar number systems.

HEXD5E8C6
Decimal213232198
Binary110101011110100011000110
Octal325350306

Shades and tints

Shades of #D5E8C6

#D5E8C6
(213,232,198)
#C2D3B4
(194,211,180)
#AFBEA2
(175,190,162)
#9CA990
(156,169,144)
#89947E
(137,148,126)
#767F6C
(118,127,108)
#636A5A
(99,106,90)
#505548
(80,85,72)
#3D4036
(61,64,54)
#2A2B24
(42,43,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #D5E8C6

#D5E8C6
(213,232,198)
#D8EACB
(216,234,203)
#DBECD0
(219,236,208)
#DEEED5
(222,238,213)
#E1F0DA
(225,240,218)
#E4F2DF
(228,242,223)
#E7F4E4
(231,244,228)
#EAF6E9
(234,246,233)
#EDF8EE
(237,248,238)
#F0FAF3
(240,250,243)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E8C6 color. Also use rgb(213,232,198) instead hex code.

Text Font Color

.myTextColor { color: #D5E8C6; }

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

This text font color is #D5E8C6.


Background Color

.myBgColor { background-color: #D5E8C6; }

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

This div background color is #D5E8C6.


Border color

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

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

This div border color is #D5E8C6.


Opacity

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

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

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

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

This text has shadow with #D5E8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E8C6 on black background.


Color preview on white background

This text has color #D5E8C6 on white background.



Black color preview on #D5E8C6 background

This text has black color on #D5E8C6 background.


White color preview on #D5E8C6 background

This text has white color on #D5E8C6 background.