COLOR #D5E5C9

HEX: #D5E5C9
RGB: (213,229,201)

Renk bilgisi

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

RGB renk modeli

#D5E5C9 color RGB value is (213,229,201).

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

RGB bağlantıları ve doygunluk

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

213
229
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 229 + 201 = 643 (100%)
R 213 of 643 ~ 33.13%
G 229 of 643 ~ 35.61%
B 201 of 643 ~ 31.26%

%33.13
%35.61
%31.26

CMYK RENK MODELİ

#D5E5C9 rengi CMYK tonu (7,0,12,10).

  • camgöbeği tonu 6.99%
  • eflatun tonu 0.00%
  • sarı tonu 12.23%
  • ana renk tonu 10.20%
CMYK:
(7,0,12,10)
C7M0Y12K10 
(7%,0%,12%,10%)
(0.07/0.00/0.12/0.10)	

CMYK yüzdeleri

%6.99
%0
%12.23
%10.2

Codes

Color #D5E5C9 in popluar color models

D5E5C9
RGB213229201
HSL94°35.00%84.31%
HSB/HSV94°12.23%89.80%
CMYK6.99%0.00%12.23%
10.20%

Color #D5E5C9 in popluar number systems.

HEXD5E5C9
Decimal213229201
Binary110101011110010111001001
Octal325345311

Shades and tints

Shades of #D5E5C9

#D5E5C9
(213,229,201)
#C2D1B7
(194,209,183)
#AFBDA5
(175,189,165)
#9CA993
(156,169,147)
#899581
(137,149,129)
#76816F
(118,129,111)
#636D5D
(99,109,93)
#50594B
(80,89,75)
#3D4539
(61,69,57)
#2A3127
(42,49,39)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #D5E5C9

#D5E5C9
(213,229,201)
#D8E7CD
(216,231,205)
#DBE9D1
(219,233,209)
#DEEBD5
(222,235,213)
#E1EDD9
(225,237,217)
#E4EFDD
(228,239,221)
#E7F1E1
(231,241,225)
#EAF3E5
(234,243,229)
#EDF5E9
(237,245,233)
#F0F7ED
(240,247,237)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5C9; }

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

This text font color is #D5E5C9.


Background Color

.myBgColor { background-color: #D5E5C9; }

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

This div background color is #D5E5C9.


Border color

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

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

This div border color is #D5E5C9.


Opacity

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

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

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

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

This text has shadow with #D5E5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E5C9 on black background.


Color preview on white background

This text has color #D5E5C9 on white background.



Black color preview on #D5E5C9 background

This text has black color on #D5E5C9 background.


White color preview on #D5E5C9 background

This text has white color on #D5E5C9 background.