COLOR #D5F5BD

HEX: #D5F5BD
RGB: (213,245,189)

Renk bilgisi

#D5F5BD contains red, green and blue colors in about the same proportion. #D5F5BD ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#D5F5BD color RGB value is (213,245,189).

  • kırmız ton 213;
  • yeşil ton 245;
  • mavi ton 189.
RGB:
(213,245,189)
(84%,96%,74%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 245 of 255 = 96%
B 189 of 255 = 74%

213
245
189

R + G + B ~ 85%. #D5F5BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 245 + 189 = 647 (100%)
R 213 of 647 ~ 32.92%
G 245 of 647 ~ 37.87%
B 189 of 647 ~ 29.21%

%32.92
%37.87
%29.21

CMYK RENK MODELİ

#D5F5BD rengi CMYK tonu (13,0,23,4).

  • camgöbeği tonu 13.06%
  • eflatun tonu 0.00%
  • sarı tonu 22.86%
  • ana renk tonu 3.92%
CMYK:
(13,0,23,4)
C13M0Y23K4 
(13%,0%,23%,4%)
(0.13/0.00/0.23/0.04)	

CMYK yüzdeleri

%13.06
%0
%22.86
%3.92

Codes

Color #D5F5BD in popluar color models

D5F5BD
RGB213245189
HSL94°73.68%85.10%
HSB/HSV94°22.86%96.08%
CMYK13.06%0.00%22.86%
3.92%

Color #D5F5BD in popluar number systems.

HEXD5F5BD
Decimal213245189
Binary110101011111010110111101
Octal325365275

Shades and tints

Shades of #D5F5BD

#D5F5BD
(213,245,189)
#C2DFAC
(194,223,172)
#AFC99B
(175,201,155)
#9CB38A
(156,179,138)
#899D79
(137,157,121)
#768768
(118,135,104)
#637157
(99,113,87)
#505B46
(80,91,70)
#3D4535
(61,69,53)
#2A2F24
(42,47,36)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #D5F5BD

#D5F5BD
(213,245,189)
#D8F5C3
(216,245,195)
#DBF5C9
(219,245,201)
#DEF5CF
(222,245,207)
#E1F5D5
(225,245,213)
#E4F5DB
(228,245,219)
#E7F5E1
(231,245,225)
#EAF5E7
(234,245,231)
#EDF5ED
(237,245,237)
#F0F5F3
(240,245,243)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F5BD; }

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

This text font color is #D5F5BD.


Background Color

.myBgColor { background-color: #D5F5BD; }

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

This div background color is #D5F5BD.


Border color

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

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

This div border color is #D5F5BD.


Opacity

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

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

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

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

This text has shadow with #D5F5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5BD on black background.


Color preview on white background

This text has color #D5F5BD on white background.



Black color preview on #D5F5BD background

This text has black color on #D5F5BD background.


White color preview on #D5F5BD background

This text has white color on #D5F5BD background.