COLOR #D5F4A4

HEX: #D5F4A4 RGB: (213,244,164)

Color info

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

RGB color model

#D5F4A4 color RGB value is (213,244,164).

RGB: (213,244,164) (84%, 96%, 64%)

RGB channels and saturation

R 213 of 255 = 84%
G 244 of 255 = 96%
B 164 of 255 = 64%

213
244
164

R + G + B ~ 81%. #D5F4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 244 + 164 = 621 (100%)
R 213 of 621 ~ 34.3%
G 244 of 621 ~ 39.29%
B 164 of 621 ~ 26.41'%

%34.3
%39.29
%26.41

CMYK color model

#D5F4A4 color CMYK value is (13,0,33,4).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 4.31%

CMYK: (13,0,33,4)
C13M0Y33K4 (13%, 0%, 33%, 4%)
(0.13 / 0.00 / 0.33 / 0.04)

CMYK percentages

%12.7
%0
%32.79
%4.31

Codes

Color #D5F4A4 in popluar color models

D5 F4 A4
RGB 213 244 164
HSL 83° 78.43% 80.00%
HSB/HSV 83° 32.79% 95.69%
CMYK 12.70% 0.00% 32.79%
4.31%

Color #D5F4A4 in popluar number systems.

HEX D5 F4 A4
Decimal 213 244 164
Binary 11010101 11110100 10100100
Octal 325 364 244

Shades and tints

Shades of #D5F4A4

#D5F4A4
(213,244,164)
#C2DE96
(194,222,150)
#AFC888
(175,200,136)
#9CB27A
(156,178,122)
#899C6C
(137,156,108)
#76865E
(118,134,94)
#637050
(99,112,80)
#505A42
(80,90,66)
#3D4434
(61,68,52)
#2A2E26
(42,46,38)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5F4A4

#D5F4A4
(213,244,164)
#D8F5AC
(216,245,172)
#DBF6B4
(219,246,180)
#DEF7BC
(222,247,188)
#E1F8C4
(225,248,196)
#E4F9CC
(228,249,204)
#E7FAD4
(231,250,212)
#EAFBDC
(234,251,220)
#EDFCE4
(237,252,228)
#F0FDEC
(240,253,236)
#F3FEF4
(243,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F4A4 color. Also use rgb(213,244,164) instead hex code.

Text Font Color

.myTextColor { color: #D5F4A4; }

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

This text font color is #D5F4A4.

Background Color

.myBgColor { background-color: #D5F4A4; }

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

This div background color is #D5F4A4.

Border color

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

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

This div border color is #D5F4A4.

Opacity

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

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

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

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

This text has shadow with #D5F4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F4A4.

Preview

Color preview on black background

This text has color #D5F4A4 on black background.


Color preview on white background

This text has color #D5F4A4 on white background.


Black color preview on #D5F4A4 background

This text has black color on #D5F4A4 background.


White color preview on #D5F4A4 background

This text has white color on #D5F4A4 background.


Related colors

Complementary color

Complementary color for #hex is #2A0B5B.


I love getcolorcode.com

Triadic colors

1 #A4D5F4 and #F4A4D5 with #D5F4A4 are triadic colors.

2 #A4F4D5 and #F4D5A4 with #D5F4A4 are triadic colors.