COLOR #D2E5BE

HEX: #D2E5BE
RGB: (210,229,190)

Renk bilgisi

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

RGB renk modeli

#D2E5BE color RGB value is (210,229,190).

  • kırmız ton 210;
  • yeşil ton 229;
  • mavi ton 190.
RGB:
(210,229,190)
(82%,90%,75%)

RGB bağlantıları ve doygunluk

R 210 of 255 = 82%
G 229 of 255 = 90%
B 190 of 255 = 75%

210
229
190

R + G + B ~ 82%. #D2E5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
210 + 229 + 190 = 629 (100%)
R 210 of 629 ~ 33.39%
G 229 of 629 ~ 36.41%
B 190 of 629 ~ 30.21%

%33.39
%36.41
%30.21

CMYK RENK MODELİ

#D2E5BE rengi CMYK tonu (8,0,17,10).

  • camgöbeği tonu 8.30%
  • eflatun tonu 0.00%
  • sarı tonu 17.03%
  • ana renk tonu 10.20%
CMYK:
(8,0,17,10)
C8M0Y17K10 
(8%,0%,17%,10%)
(0.08/0.00/0.17/0.10)	

CMYK yüzdeleri

%8.3
%0
%17.03
%10.2

Codes

Color #D2E5BE in popluar color models

D2E5BE
RGB210229190
HSL89°42.86%82.16%
HSB/HSV89°17.03%89.80%
CMYK8.30%0.00%17.03%
10.20%

Color #D2E5BE in popluar number systems.

HEXD2E5BE
Decimal210229190
Binary110100101110010110111110
Octal322345276

Shades and tints

Shades of #D2E5BE

#D2E5BE
(210,229,190)
#BFD1AD
(191,209,173)
#ACBD9C
(172,189,156)
#99A98B
(153,169,139)
#86957A
(134,149,122)
#738169
(115,129,105)
#606D58
(96,109,88)
#4D5947
(77,89,71)
#3A4536
(58,69,54)
#273125
(39,49,37)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #D2E5BE

#D2E5BE
(210,229,190)
#D6E7C3
(214,231,195)
#DAE9C8
(218,233,200)
#DEEBCD
(222,235,205)
#E2EDD2
(226,237,210)
#E6EFD7
(230,239,215)
#EAF1DC
(234,241,220)
#EEF3E1
(238,243,225)
#F2F5E6
(242,245,230)
#F6F7EB
(246,247,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E5BE color. Also use rgb(210,229,190) instead hex code.

Text Font Color

.myTextColor { color: #D2E5BE; }

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

This text font color is #D2E5BE.


Background Color

.myBgColor { background-color: #D2E5BE; }

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

This div background color is #D2E5BE.


Border color

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

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

This div border color is #D2E5BE.


Opacity

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

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

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

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

This text has shadow with #D2E5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5BE on black background.


Color preview on white background

This text has color #D2E5BE on white background.



Black color preview on #D2E5BE background

This text has black color on #D2E5BE background.


White color preview on #D2E5BE background

This text has white color on #D2E5BE background.