COLOR #D6F9DD

HEX: #D6F9DD
RGB: (214,249,221)

Renk bilgisi

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

RGB renk modeli

#D6F9DD color RGB value is (214,249,221).

  • kırmız ton 214;
  • yeşil ton 249;
  • mavi ton 221.
RGB:
(214,249,221)
(84%,98%,87%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 249 of 255 = 98%
B 221 of 255 = 87%

214
249
221

R + G + B ~ 90%. #D6F9DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 249 + 221 = 684 (100%)
R 214 of 684 ~ 31.29%
G 249 of 684 ~ 36.4%
B 221 of 684 ~ 32.31%

%31.29
%36.4
%32.31

CMYK RENK MODELİ

#D6F9DD rengi CMYK tonu (14,0,11,2).

  • camgöbeği tonu 14.06%
  • eflatun tonu 0.00%
  • sarı tonu 11.24%
  • ana renk tonu 2.35%
CMYK:
(14,0,11,2)
C14M0Y11K2 
(14%,0%,11%,2%)
(0.14/0.00/0.11/0.02)	

CMYK yüzdeleri

%14.06
%0
%11.24
%2.35

Codes

Color #D6F9DD in popluar color models

D6F9DD
RGB214249221
HSL132°74.47%90.78%
HSB/HSV132°14.06%97.65%
CMYK14.06%0.00%11.24%
2.35%

Color #D6F9DD in popluar number systems.

HEXD6F9DD
Decimal214249221
Binary110101101111100111011101
Octal326371335

Shades and tints

Shades of #D6F9DD

#D6F9DD
(214,249,221)
#C3E3C9
(195,227,201)
#B0CDB5
(176,205,181)
#9DB7A1
(157,183,161)
#8AA18D
(138,161,141)
#778B79
(119,139,121)
#647565
(100,117,101)
#515F51
(81,95,81)
#3E493D
(62,73,61)
#2B3329
(43,51,41)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #D6F9DD

#D6F9DD
(214,249,221)
#D9F9E0
(217,249,224)
#DCF9E3
(220,249,227)
#DFF9E6
(223,249,230)
#E2F9E9
(226,249,233)
#E5F9EC
(229,249,236)
#E8F9EF
(232,249,239)
#EBF9F2
(235,249,242)
#EEF9F5
(238,249,245)
#F1F9F8
(241,249,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F9DD color. Also use rgb(214,249,221) instead hex code.

Text Font Color

.myTextColor { color: #D6F9DD; }

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

This text font color is #D6F9DD.


Background Color

.myBgColor { background-color: #D6F9DD; }

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

This div background color is #D6F9DD.


Border color

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

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

This div border color is #D6F9DD.


Opacity

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

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

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

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

This text has shadow with #D6F9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F9DD on black background.


Color preview on white background

This text has color #D6F9DD on white background.



Black color preview on #D6F9DD background

This text has black color on #D6F9DD background.


White color preview on #D6F9DD background

This text has white color on #D6F9DD background.