COLOR #D4F6BD

HEX: #D4F6BD
RGB: (212,246,189)

Renk bilgisi

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

RGB renk modeli

#D4F6BD color RGB value is (212,246,189).

  • kırmız ton 212;
  • yeşil ton 246;
  • mavi ton 189.
RGB:
(212,246,189)
(83%,96%,74%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 246 of 255 = 96%
B 189 of 255 = 74%

212
246
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 246 + 189 = 647 (100%)
R 212 of 647 ~ 32.77%
G 246 of 647 ~ 38.02%
B 189 of 647 ~ 29.21%

%32.77
%38.02
%29.21

CMYK RENK MODELİ

#D4F6BD rengi CMYK tonu (14,0,23,4).

  • camgöbeği tonu 13.82%
  • eflatun tonu 0.00%
  • sarı tonu 23.17%
  • ana renk tonu 3.53%
CMYK:
(14,0,23,4)
C14M0Y23K4 
(14%,0%,23%,4%)
(0.14/0.00/0.23/0.04)	

CMYK yüzdeleri

%13.82
%0
%23.17
%3.53

Codes

Color #D4F6BD in popluar color models

D4F6BD
RGB212246189
HSL96°76.00%85.29%
HSB/HSV96°23.17%96.47%
CMYK13.82%0.00%23.17%
3.53%

Color #D4F6BD in popluar number systems.

HEXD4F6BD
Decimal212246189
Binary110101001111011010111101
Octal324366275

Shades and tints

Shades of #D4F6BD

#D4F6BD
(212,246,189)
#C1E0AC
(193,224,172)
#AECA9B
(174,202,155)
#9BB48A
(155,180,138)
#889E79
(136,158,121)
#758868
(117,136,104)
#627257
(98,114,87)
#4F5C46
(79,92,70)
#3C4635
(60,70,53)
#293024
(41,48,36)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #D4F6BD

#D4F6BD
(212,246,189)
#D7F6C3
(215,246,195)
#DAF6C9
(218,246,201)
#DDF6CF
(221,246,207)
#E0F6D5
(224,246,213)
#E3F6DB
(227,246,219)
#E6F6E1
(230,246,225)
#E9F6E7
(233,246,231)
#ECF6ED
(236,246,237)
#EFF6F3
(239,246,243)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F6BD color. Also use rgb(212,246,189) instead hex code.

Text Font Color

.myTextColor { color: #D4F6BD; }

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

This text font color is #D4F6BD.


Background Color

.myBgColor { background-color: #D4F6BD; }

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

This div background color is #D4F6BD.


Border color

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

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

This div border color is #D4F6BD.


Opacity

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

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

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

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

This text has shadow with #D4F6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F6BD on black background.


Color preview on white background

This text has color #D4F6BD on white background.



Black color preview on #D4F6BD background

This text has black color on #D4F6BD background.


White color preview on #D4F6BD background

This text has white color on #D4F6BD background.