COLOR #D5F1BA

HEX: #D5F1BA
RGB: (213,241,186)

Color info

#D5F1BA contains red, green and blue colors in about the same proportion. Web safe color of #D5F1BA is #CCFFCC (or #CFC).

RGB color model

#D5F1BA color RGB value is (213,241,186).

  • red value is 213;
  • green value is 241;
  • blue value is 186.
RGB:
(213,241,186)
(84%,95%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 186 of 255 = 73%

213
241
186

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

Portions of RGB colors in percentages

R + G + B =
213 + 241 + 186 = 640 (100%)
R 213 of 640 ~ 33.28%
G 241 of 640 ~ 37.66%
B 186 of 640 ~ 29.06%

%33.28
%37.66
%29.06

CMYK color model

#D5F1BA color CMYK value is (12,0,23,5).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 5.49%
CMYK:
(12,0,23,5)
C12M0Y23K5 
(12%,0%,23%,5%)
(0.12/0.00/0.23/0.05)	

CMYK percentages

%11.62
%0
%22.82
%5.49

Codes

Color #D5F1BA in popluar color models

D5F1BA
RGB213241186
HSL91°66.27%83.73%
HSB/HSV91°22.82%94.51%
CMYK11.62%0.00%22.82%
5.49%

Color #D5F1BA in popluar number systems.

HEXD5F1BA
Decimal213241186
Binary110101011111000110111010
Octal325361272

Shades and tints

Shades of #D5F1BA

#D5F1BA
(213,241,186)
#C2DCAA
(194,220,170)
#AFC79A
(175,199,154)
#9CB28A
(156,178,138)
#899D7A
(137,157,122)
#76886A
(118,136,106)
#63735A
(99,115,90)
#505E4A
(80,94,74)
#3D493A
(61,73,58)
#2A342A
(42,52,42)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #D5F1BA

#D5F1BA
(213,241,186)
#D8F2C0
(216,242,192)
#DBF3C6
(219,243,198)
#DEF4CC
(222,244,204)
#E1F5D2
(225,245,210)
#E4F6D8
(228,246,216)
#E7F7DE
(231,247,222)
#EAF8E4
(234,248,228)
#EDF9EA
(237,249,234)
#F0FAF0
(240,250,240)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F1BA color. Also use rgb(213,241,186) instead hex code.

Text Font Color

.myTextColor { color: #D5F1BA; }

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

This text font color is #D5F1BA.


Background Color

.myBgColor { background-color: #D5F1BA; }

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

This div background color is #D5F1BA.


Border color

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

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

This div border color is #D5F1BA.


Opacity

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

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

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

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

This text has shadow with #D5F1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F1BA on black background.


Color preview on white background

This text has color #D5F1BA on white background.



Black color preview on #D5F1BA background

This text has black color on #D5F1BA background.


White color preview on #D5F1BA background

This text has white color on #D5F1BA background.