COLOR #D5F3D5

HEX: #D5F3D5
RGB: (213,243,213)

Color info

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

RGB color model

#D5F3D5 color RGB value is (213,243,213).

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

RGB channels and saturation

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

213
243
213

R + G + B ~ 88%. #D5F3D5 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 243 + 213 = 669 (100%)
R 213 of 669 ~ 31.84%
G 243 of 669 ~ 36.32%
B 213 of 669 ~ 31.84%

%31.84
%36.32
%31.84

CMYK color model

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

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

CMYK percentages

%12.35
%0
%12.35
%4.71

Codes

Color #D5F3D5 in popluar color models

D5F3D5
RGB213243213
HSL120°55.56%89.41%
HSB/HSV120°12.35%95.29%
CMYK12.35%0.00%12.35%
4.71%

Color #D5F3D5 in popluar number systems.

HEXD5F3D5
Decimal213243213
Binary110101011111001111010101
Octal325363325

Shades and tints

Shades of #D5F3D5

#D5F3D5
(213,243,213)
#C2DDC2
(194,221,194)
#AFC7AF
(175,199,175)
#9CB19C
(156,177,156)
#899B89
(137,155,137)
#768576
(118,133,118)
#636F63
(99,111,99)
#505950
(80,89,80)
#3D433D
(61,67,61)
#2A2D2A
(42,45,42)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5F3D5

#D5F3D5
(213,243,213)
#D8F4D8
(216,244,216)
#DBF5DB
(219,245,219)
#DEF6DE
(222,246,222)
#E1F7E1
(225,247,225)
#E4F8E4
(228,248,228)
#E7F9E7
(231,249,231)
#EAFAEA
(234,250,234)
#EDFBED
(237,251,237)
#F0FCF0
(240,252,240)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F3D5; }

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

This text font color is #D5F3D5.


Background Color

.myBgColor { background-color: #D5F3D5; }

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

This div background color is #D5F3D5.


Border color

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

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

This div border color is #D5F3D5.


Opacity

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

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

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

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

This text has shadow with #D5F3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F3D5 on black background.


Color preview on white background

This text has color #D5F3D5 on white background.



Black color preview on #D5F3D5 background

This text has black color on #D5F3D5 background.


White color preview on #D5F3D5 background

This text has white color on #D5F3D5 background.