COLOR #D5E6C9

HEX: #D5E6C9
RGB: (213,230,201)

Renk bilgisi

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

RGB renk modeli

#D5E6C9 color RGB value is (213,230,201).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 230 of 255 = 90%
B 201 of 255 = 79%

213
230
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 230 + 201 = 644 (100%)
R 213 of 644 ~ 33.07%
G 230 of 644 ~ 35.71%
B 201 of 644 ~ 31.21%

%33.07
%35.71
%31.21

CMYK RENK MODELİ

#D5E6C9 rengi CMYK tonu (7,0,13,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 0.00%
  • sarı tonu 12.61%
  • ana renk tonu 9.80%
CMYK:
(7,0,13,10)
C7M0Y13K10 
(7%,0%,13%,10%)
(0.07/0.00/0.13/0.10)	

CMYK yüzdeleri

%7.39
%0
%12.61
%9.8

Codes

Color #D5E6C9 in popluar color models

D5E6C9
RGB213230201
HSL95°36.71%84.51%
HSB/HSV95°12.61%90.20%
CMYK7.39%0.00%12.61%
9.80%

Color #D5E6C9 in popluar number systems.

HEXD5E6C9
Decimal213230201
Binary110101011110011011001001
Octal325346311

Shades and tints

Shades of #D5E6C9

#D5E6C9
(213,230,201)
#C2D2B7
(194,210,183)
#AFBEA5
(175,190,165)
#9CAA93
(156,170,147)
#899681
(137,150,129)
#76826F
(118,130,111)
#636E5D
(99,110,93)
#505A4B
(80,90,75)
#3D4639
(61,70,57)
#2A3227
(42,50,39)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #D5E6C9

#D5E6C9
(213,230,201)
#D8E8CD
(216,232,205)
#DBEAD1
(219,234,209)
#DEECD5
(222,236,213)
#E1EED9
(225,238,217)
#E4F0DD
(228,240,221)
#E7F2E1
(231,242,225)
#EAF4E5
(234,244,229)
#EDF6E9
(237,246,233)
#F0F8ED
(240,248,237)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E6C9; }

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

This text font color is #D5E6C9.


Background Color

.myBgColor { background-color: #D5E6C9; }

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

This div background color is #D5E6C9.


Border color

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

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

This div border color is #D5E6C9.


Opacity

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

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

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

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

This text has shadow with #D5E6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6C9 on black background.


Color preview on white background

This text has color #D5E6C9 on white background.



Black color preview on #D5E6C9 background

This text has black color on #D5E6C9 background.


White color preview on #D5E6C9 background

This text has white color on #D5E6C9 background.