COLOR #D5F3B5

HEX: #D5F3B5
RGB: (213,243,181)

Color info

#D5F3B5 contains mainly red and green colors. Web safe color of #D5F3B5 is #CCFFCC (or #CFC).

RGB color model

#D5F3B5 color RGB value is (213,243,181).

  • red value is 213;
  • green value is 243;
  • blue value is 181.
RGB:
(213,243,181)
(84%,95%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 243 of 255 = 95%
B 181 of 255 = 71%

213
243
181

R + G + B ~ 83%. #D5F3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 243 + 181 = 637 (100%)
R 213 of 637 ~ 33.44%
G 243 of 637 ~ 38.15%
B 181 of 637 ~ 28.41%

%33.44
%38.15
%28.41

CMYK color model

#D5F3B5 color CMYK value is (12,0,26,5).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 4.71%
CMYK:
(12,0,26,5)
C12M0Y26K5 
(12%,0%,26%,5%)
(0.12/0.00/0.26/0.05)	

CMYK percentages

%12.35
%0
%25.51
%4.71

Codes

Color #D5F3B5 in popluar color models

D5F3B5
RGB213243181
HSL89°72.09%83.14%
HSB/HSV89°25.51%95.29%
CMYK12.35%0.00%25.51%
4.71%

Color #D5F3B5 in popluar number systems.

HEXD5F3B5
Decimal213243181
Binary110101011111001110110101
Octal325363265

Shades and tints

Shades of #D5F3B5

#D5F3B5
(213,243,181)
#C2DDA5
(194,221,165)
#AFC795
(175,199,149)
#9CB185
(156,177,133)
#899B75
(137,155,117)
#768565
(118,133,101)
#636F55
(99,111,85)
#505945
(80,89,69)
#3D4335
(61,67,53)
#2A2D25
(42,45,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D5F3B5

#D5F3B5
(213,243,181)
#D8F4BB
(216,244,187)
#DBF5C1
(219,245,193)
#DEF6C7
(222,246,199)
#E1F7CD
(225,247,205)
#E4F8D3
(228,248,211)
#E7F9D9
(231,249,217)
#EAFADF
(234,250,223)
#EDFBE5
(237,251,229)
#F0FCEB
(240,252,235)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F3B5 color. Also use rgb(213,243,181) instead hex code.

Text Font Color

.myTextColor { color: #D5F3B5; }

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

This text font color is #D5F3B5.


Background Color

.myBgColor { background-color: #D5F3B5; }

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

This div background color is #D5F3B5.


Border color

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

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

This div border color is #D5F3B5.


Opacity

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

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

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

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

This text has shadow with #D5F3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F3B5 on black background.


Color preview on white background

This text has color #D5F3B5 on white background.



Black color preview on #D5F3B5 background

This text has black color on #D5F3B5 background.


White color preview on #D5F3B5 background

This text has white color on #D5F3B5 background.