COLOR #D5E6C5

HEX: #D5E6C5
RGB: (213,230,197)

Renk bilgisi

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

RGB renk modeli

#D5E6C5 color RGB value is (213,230,197).

  • kırmız ton 213;
  • yeşil ton 230;
  • mavi ton 197.
RGB:
(213,230,197)
(84%,90%,77%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 230 of 255 = 90%
B 197 of 255 = 77%

213
230
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 230 + 197 = 640 (100%)
R 213 of 640 ~ 33.28%
G 230 of 640 ~ 35.94%
B 197 of 640 ~ 30.78%

%33.28
%35.94
%30.78

CMYK RENK MODELİ

#D5E6C5 rengi CMYK tonu (7,0,14,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 0.00%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(7,0,14,10)
C7M0Y14K10 
(7%,0%,14%,10%)
(0.07/0.00/0.14/0.10)	

CMYK yüzdeleri

%7.39
%0
%14.35
%9.8

Codes

Color #D5E6C5 in popluar color models

D5E6C5
RGB213230197
HSL91°39.76%83.73%
HSB/HSV91°14.35%90.20%
CMYK7.39%0.00%14.35%
9.80%

Color #D5E6C5 in popluar number systems.

HEXD5E6C5
Decimal213230197
Binary110101011110011011000101
Octal325346305

Shades and tints

Shades of #D5E6C5

#D5E6C5
(213,230,197)
#C2D2B4
(194,210,180)
#AFBEA3
(175,190,163)
#9CAA92
(156,170,146)
#899681
(137,150,129)
#768270
(118,130,112)
#636E5F
(99,110,95)
#505A4E
(80,90,78)
#3D463D
(61,70,61)
#2A322C
(42,50,44)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #D5E6C5

#D5E6C5
(213,230,197)
#D8E8CA
(216,232,202)
#DBEACF
(219,234,207)
#DEECD4
(222,236,212)
#E1EED9
(225,238,217)
#E4F0DE
(228,240,222)
#E7F2E3
(231,242,227)
#EAF4E8
(234,244,232)
#EDF6ED
(237,246,237)
#F0F8F2
(240,248,242)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E6C5 color. Also use rgb(213,230,197) instead hex code.

Text Font Color

.myTextColor { color: #D5E6C5; }

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

This text font color is #D5E6C5.


Background Color

.myBgColor { background-color: #D5E6C5; }

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

This div background color is #D5E6C5.


Border color

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

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

This div border color is #D5E6C5.


Opacity

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

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

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

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

This text has shadow with #D5E6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6C5 on black background.


Color preview on white background

This text has color #D5E6C5 on white background.



Black color preview on #D5E6C5 background

This text has black color on #D5E6C5 background.


White color preview on #D5E6C5 background

This text has white color on #D5E6C5 background.