COLOR #D5F6B8

HEX: #D5F6B8 RGB: (213,246,184)

Color info

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

RGB color model

#D5F6B8 color RGB value is (213,246,184).

RGB: (213,246,184) (84%, 96%, 72%)

RGB channels and saturation

R 213 of 255 = 84%
G 246 of 255 = 96%
B 184 of 255 = 72%

213
246
184

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

Portions of RGB colors in percentages

R + G + B = 213 + 246 + 184 = 643 (100%)
R 213 of 643 ~ 33.13%
G 246 of 643 ~ 38.26%
B 184 of 643 ~ 28.62'%

%33.13
%38.26
%28.62

CMYK color model

#D5F6B8 color CMYK value is (13,0,25,4).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK: (13,0,25,4) C13M0Y25K4 (13%,0%,25%,4%) (0.13/0.00/0.25/0.04) 

CMYK percentages

%13.41
%0
%25.2
%3.53

Codes

Color #D5F6B8 in popluar color models

D5 F6 B8
RGB 213 246 184
HSL 92° 77.50% 84.31%
HSB/HSV 92° 25.20% 96.47%
CMYK 13.41% 0.00% 25.20%
3.53%

Color #D5F6B8 in popluar number systems.

HEX D5 F6 B8
Decimal 213 246 184
Binary 11010101 11110110 10111000
Octal 325 366 270

Shades and tints

Shades of #D5F6B8

#D5F6B8
(213,246,184)
#C2E0A8
(194,224,168)
#AFCA98
(175,202,152)
#9CB488
(156,180,136)
#899E78
(137,158,120)
#768868
(118,136,104)
#637258
(99,114,88)
#505C48
(80,92,72)
#3D4638
(61,70,56)
#2A3028
(42,48,40)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5F6B8

#D5F6B8
(213,246,184)
#D8F6BE
(216,246,190)
#DBF6C4
(219,246,196)
#DEF6CA
(222,246,202)
#E1F6D0
(225,246,208)
#E4F6D6
(228,246,214)
#E7F6DC
(231,246,220)
#EAF6E2
(234,246,226)
#EDF6E8
(237,246,232)
#F0F6EE
(240,246,238)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F6B8 color. Also use rgb(213,246,184) instead hex code.

Text Font Color

.myTextColor { color: #D5F6B8; }

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

This text font color is #D5F6B8.

Background Color

.myBgColor { background-color: #D5F6B8; }

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

This div background color is #D5F6B8.

Border color

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

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

This div border color is #D5F6B8.

Opacity

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

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

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

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

This text has shadow with #D5F6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F6B8.

Preview

Color preview on black background

This text has color #D5F6B8 on black background.


Color preview on white background

This text has color #D5F6B8 on white background.


Black color preview on #D5F6B8 background

This text has black color on #D5F6B8 background.


White color preview on #D5F6B8 background

This text has white color on #D5F6B8 background.


Related colors

Complementary color

Complementary color for #hex is #2A0947.


I love getcolorcode.com

Triadic colors

1 #B8D5F6 and #F6B8D5 with #D5F6B8 are triadic colors.

2 #B8F6D5 and #F6D5B8 with #D5F6B8 are triadic colors.