COLOR #D5EFBB

HEX: #D5EFBB
RGB: (213,239,187)

Renk bilgisi

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

RGB renk modeli

#D5EFBB color RGB value is (213,239,187).

  • kırmız ton 213;
  • yeşil ton 239;
  • mavi ton 187.
RGB:
(213,239,187)
(84%,94%,73%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 239 of 255 = 94%
B 187 of 255 = 73%

213
239
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 239 + 187 = 639 (100%)
R 213 of 639 ~ 33.33%
G 239 of 639 ~ 37.4%
B 187 of 639 ~ 29.26%

%33.33
%37.4
%29.26

CMYK RENK MODELİ

#D5EFBB rengi CMYK tonu (11,0,22,6).

  • camgöbeği tonu 10.88%
  • eflatun tonu 0.00%
  • sarı tonu 21.76%
  • ana renk tonu 6.27%
CMYK:
(11,0,22,6)
C11M0Y22K6 
(11%,0%,22%,6%)
(0.11/0.00/0.22/0.06)	

CMYK yüzdeleri

%10.88
%0
%21.76
%6.27

Codes

Color #D5EFBB in popluar color models

D5EFBB
RGB213239187
HSL90°61.90%83.53%
HSB/HSV90°21.76%93.73%
CMYK10.88%0.00%21.76%
6.27%

Color #D5EFBB in popluar number systems.

HEXD5EFBB
Decimal213239187
Binary110101011110111110111011
Octal325357273

Shades and tints

Shades of #D5EFBB

#D5EFBB
(213,239,187)
#C2DAAA
(194,218,170)
#AFC599
(175,197,153)
#9CB088
(156,176,136)
#899B77
(137,155,119)
#768666
(118,134,102)
#637155
(99,113,85)
#505C44
(80,92,68)
#3D4733
(61,71,51)
#2A3222
(42,50,34)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #D5EFBB

#D5EFBB
(213,239,187)
#D8F0C1
(216,240,193)
#DBF1C7
(219,241,199)
#DEF2CD
(222,242,205)
#E1F3D3
(225,243,211)
#E4F4D9
(228,244,217)
#E7F5DF
(231,245,223)
#EAF6E5
(234,246,229)
#EDF7EB
(237,247,235)
#F0F8F1
(240,248,241)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EFBB color. Also use rgb(213,239,187) instead hex code.

Text Font Color

.myTextColor { color: #D5EFBB; }

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

This text font color is #D5EFBB.


Background Color

.myBgColor { background-color: #D5EFBB; }

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

This div background color is #D5EFBB.


Border color

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

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

This div border color is #D5EFBB.


Opacity

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

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

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

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

This text has shadow with #D5EFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFBB on black background.


Color preview on white background

This text has color #D5EFBB on white background.



Black color preview on #D5EFBB background

This text has black color on #D5EFBB background.


White color preview on #D5EFBB background

This text has white color on #D5EFBB background.