COLOR #D6F6C5

HEX: #D6F6C5
RGB: (214,246,197)

Renk bilgisi

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

RGB renk modeli

#D6F6C5 color RGB value is (214,246,197).

  • kırmız ton 214;
  • yeşil ton 246;
  • mavi ton 197.
RGB:
(214,246,197)
(84%,96%,77%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 246 of 255 = 96%
B 197 of 255 = 77%

214
246
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 246 + 197 = 657 (100%)
R 214 of 657 ~ 32.57%
G 246 of 657 ~ 37.44%
B 197 of 657 ~ 29.98%

%32.57
%37.44
%29.98

CMYK RENK MODELİ

#D6F6C5 rengi CMYK tonu (13,0,20,4).

  • camgöbeği tonu 13.01%
  • eflatun tonu 0.00%
  • sarı tonu 19.92%
  • ana renk tonu 3.53%
CMYK:
(13,0,20,4)
C13M0Y20K4 
(13%,0%,20%,4%)
(0.13/0.00/0.20/0.04)	

CMYK yüzdeleri

%13.01
%0
%19.92
%3.53

Codes

Color #D6F6C5 in popluar color models

D6F6C5
RGB214246197
HSL99°73.13%86.86%
HSB/HSV99°19.92%96.47%
CMYK13.01%0.00%19.92%
3.53%

Color #D6F6C5 in popluar number systems.

HEXD6F6C5
Decimal214246197
Binary110101101111011011000101
Octal326366305

Shades and tints

Shades of #D6F6C5

#D6F6C5
(214,246,197)
#C3E0B4
(195,224,180)
#B0CAA3
(176,202,163)
#9DB492
(157,180,146)
#8A9E81
(138,158,129)
#778870
(119,136,112)
#64725F
(100,114,95)
#515C4E
(81,92,78)
#3E463D
(62,70,61)
#2B302C
(43,48,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #D6F6C5

#D6F6C5
(214,246,197)
#D9F6CA
(217,246,202)
#DCF6CF
(220,246,207)
#DFF6D4
(223,246,212)
#E2F6D9
(226,246,217)
#E5F6DE
(229,246,222)
#E8F6E3
(232,246,227)
#EBF6E8
(235,246,232)
#EEF6ED
(238,246,237)
#F1F6F2
(241,246,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F6C5 color. Also use rgb(214,246,197) instead hex code.

Text Font Color

.myTextColor { color: #D6F6C5; }

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

This text font color is #D6F6C5.


Background Color

.myBgColor { background-color: #D6F6C5; }

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

This div background color is #D6F6C5.


Border color

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

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

This div border color is #D6F6C5.


Opacity

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

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

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

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

This text has shadow with #D6F6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F6C5 on black background.


Color preview on white background

This text has color #D6F6C5 on white background.



Black color preview on #D6F6C5 background

This text has black color on #D6F6C5 background.


White color preview on #D6F6C5 background

This text has white color on #D6F6C5 background.