COLOR #D6F1C6

HEX: #D6F1C6
RGB: (214,241,198)

Renk bilgisi

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

RGB renk modeli

#D6F1C6 color RGB value is (214,241,198).

  • kırmız ton 214;
  • yeşil ton 241;
  • mavi ton 198.
RGB:
(214,241,198)
(84%,95%,78%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 241 of 255 = 95%
B 198 of 255 = 78%

214
241
198

R + G + B ~ 86%. #D6F1C6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 241 + 198 = 653 (100%)
R 214 of 653 ~ 32.77%
G 241 of 653 ~ 36.91%
B 198 of 653 ~ 30.32%

%32.77
%36.91
%30.32

CMYK RENK MODELİ

#D6F1C6 rengi CMYK tonu (11,0,18,5).

  • camgöbeği tonu 11.20%
  • eflatun tonu 0.00%
  • sarı tonu 17.84%
  • ana renk tonu 5.49%
CMYK:
(11,0,18,5)
C11M0Y18K5 
(11%,0%,18%,5%)
(0.11/0.00/0.18/0.05)	

CMYK yüzdeleri

%11.2
%0
%17.84
%5.49

Codes

Color #D6F1C6 in popluar color models

D6F1C6
RGB214241198
HSL98°60.56%86.08%
HSB/HSV98°17.84%94.51%
CMYK11.20%0.00%17.84%
5.49%

Color #D6F1C6 in popluar number systems.

HEXD6F1C6
Decimal214241198
Binary110101101111000111000110
Octal326361306

Shades and tints

Shades of #D6F1C6

#D6F1C6
(214,241,198)
#C3DCB4
(195,220,180)
#B0C7A2
(176,199,162)
#9DB290
(157,178,144)
#8A9D7E
(138,157,126)
#77886C
(119,136,108)
#64735A
(100,115,90)
#515E48
(81,94,72)
#3E4936
(62,73,54)
#2B3424
(43,52,36)
#181F12
(24,31,18)
#000000
(0,0,0)

Tints of #D6F1C6

#D6F1C6
(214,241,198)
#D9F2CB
(217,242,203)
#DCF3D0
(220,243,208)
#DFF4D5
(223,244,213)
#E2F5DA
(226,245,218)
#E5F6DF
(229,246,223)
#E8F7E4
(232,247,228)
#EBF8E9
(235,248,233)
#EEF9EE
(238,249,238)
#F1FAF3
(241,250,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F1C6 color. Also use rgb(214,241,198) instead hex code.

Text Font Color

.myTextColor { color: #D6F1C6; }

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

This text font color is #D6F1C6.


Background Color

.myBgColor { background-color: #D6F1C6; }

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

This div background color is #D6F1C6.


Border color

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

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

This div border color is #D6F1C6.


Opacity

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

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

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

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

This text has shadow with #D6F1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F1C6 on black background.


Color preview on white background

This text has color #D6F1C6 on white background.



Black color preview on #D6F1C6 background

This text has black color on #D6F1C6 background.


White color preview on #D6F1C6 background

This text has white color on #D6F1C6 background.