COLOR #D5FBB3

HEX: #D5FBB3 RGB: (213,251,179)

Color info

#D5FBB3 contains mainly red and green colors. Web safe color of #D5FBB3 is #CCFF99 (or #CF9).

RGB color model

#D5FBB3 color RGB value is (213,251,179).

RGB: (213,251,179) (84%, 98%, 70%)

RGB channels and saturation

R 213 of 255 = 84%
G 251 of 255 = 98%
B 179 of 255 = 70%

213
251
179

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

Portions of RGB colors in percentages

R + G + B = 213 + 251 + 179 = 643 (100%)
R 213 of 643 ~ 33.13%
G 251 of 643 ~ 39.04%
B 179 of 643 ~ 27.84'%

%33.13
%39.04
%27.84

CMYK color model

#D5FBB3 color CMYK value is (15,0,29,2).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 28.69%
  • key color value is 1.57%

CMYK: (15,0,29,2)
C15M0Y29K2 (15%, 0%, 29%, 2%)
(0.15 / 0.00 / 0.29 / 0.02)

CMYK percentages

%15.14
%0
%28.69
%1.57

Codes

Color #D5FBB3 in popluar color models

D5 FB B3
RGB 213 251 179
HSL 92° 90.00% 84.31%
HSB/HSV 92° 28.69% 98.43%
CMYK 15.14% 0.00% 28.69%
1.57%

Color #D5FBB3 in popluar number systems.

HEX D5 FB B3
Decimal 213 251 179
Binary 11010101 11111011 10110011
Octal 325 373 263

Shades and tints

Shades of #D5FBB3

#D5FBB3
(213,251,179)
#C2E5A3
(194,229,163)
#AFCF93
(175,207,147)
#9CB983
(156,185,131)
#89A373
(137,163,115)
#768D63
(118,141,99)
#637753
(99,119,83)
#506143
(80,97,67)
#3D4B33
(61,75,51)
#2A3523
(42,53,35)
#171F13
(23,31,19)
#000000
(0,0,0)

Tints of #D5FBB3

#D5FBB3
(213,251,179)
#D8FBB9
(216,251,185)
#DBFBBF
(219,251,191)
#DEFBC5
(222,251,197)
#E1FBCB
(225,251,203)
#E4FBD1
(228,251,209)
#E7FBD7
(231,251,215)
#EAFBDD
(234,251,221)
#EDFBE3
(237,251,227)
#F0FBE9
(240,251,233)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FBB3 color. Also use rgb(213,251,179) instead hex code.

Text Font Color

.myTextColor { color: #D5FBB3; }

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

This text font color is #D5FBB3.

Background Color

.myBgColor { background-color: #D5FBB3; }

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

This div background color is #D5FBB3.

Border color

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

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

This div border color is #D5FBB3.

Opacity

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

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

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

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

This text has shadow with #D5FBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FBB3.

Preview

Color preview on black background

This text has color #D5FBB3 on black background.


Color preview on white background

This text has color #D5FBB3 on white background.


Black color preview on #D5FBB3 background

This text has black color on #D5FBB3 background.


White color preview on #D5FBB3 background

This text has white color on #D5FBB3 background.


Related colors

Complementary color

Complementary color for #hex is #2A044C.


I love getcolorcode.com

Triadic colors

1 #B3D5FB and #FBB3D5 with #D5FBB3 are triadic colors.

2 #B3FBD5 and #FBD5B3 with #D5FBB3 are triadic colors.