COLOR #D5E6CA

HEX: #D5E6CA
RGB: (213,230,202)

Renk bilgisi

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

RGB renk modeli

#D5E6CA color RGB value is (213,230,202).

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

RGB bağlantıları ve doygunluk

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

213
230
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 230 + 202 = 645 (100%)
R 213 of 645 ~ 33.02%
G 230 of 645 ~ 35.66%
B 202 of 645 ~ 31.32%

%33.02
%35.66
%31.32

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%7.39
%0
%12.17
%9.8

Codes

Color #D5E6CA in popluar color models

D5E6CA
RGB213230202
HSL96°35.90%84.71%
HSB/HSV96°12.17%90.20%
CMYK7.39%0.00%12.17%
9.80%

Color #D5E6CA in popluar number systems.

HEXD5E6CA
Decimal213230202
Binary110101011110011011001010
Octal325346312

Shades and tints

Shades of #D5E6CA

#D5E6CA
(213,230,202)
#C2D2B8
(194,210,184)
#AFBEA6
(175,190,166)
#9CAA94
(156,170,148)
#899682
(137,150,130)
#768270
(118,130,112)
#636E5E
(99,110,94)
#505A4C
(80,90,76)
#3D463A
(61,70,58)
#2A3228
(42,50,40)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #D5E6CA

#D5E6CA
(213,230,202)
#D8E8CE
(216,232,206)
#DBEAD2
(219,234,210)
#DEECD6
(222,236,214)
#E1EEDA
(225,238,218)
#E4F0DE
(228,240,222)
#E7F2E2
(231,242,226)
#EAF4E6
(234,244,230)
#EDF6EA
(237,246,234)
#F0F8EE
(240,248,238)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E6CA; }

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

This text font color is #D5E6CA.


Background Color

.myBgColor { background-color: #D5E6CA; }

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

This div background color is #D5E6CA.


Border color

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

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

This div border color is #D5E6CA.


Opacity

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

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

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

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

This text has shadow with #D5E6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6CA on black background.


Color preview on white background

This text has color #D5E6CA on white background.



Black color preview on #D5E6CA background

This text has black color on #D5E6CA background.


White color preview on #D5E6CA background

This text has white color on #D5E6CA background.