COLOR #D6E6C5

HEX: #D6E6C5
RGB: (214,230,197)

Renk bilgisi

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

RGB renk modeli

#D6E6C5 color RGB value is (214,230,197).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 230 of 255 = 90%
B 197 of 255 = 77%

214
230
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 230 + 197 = 641 (100%)
R 214 of 641 ~ 33.39%
G 230 of 641 ~ 35.88%
B 197 of 641 ~ 30.73%

%33.39
%35.88
%30.73

CMYK RENK MODELİ

#D6E6C5 rengi CMYK tonu (7,0,14,10).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(7,0,14,10)
C7M0Y14K10 
(7%,0%,14%,10%)
(0.07/0.00/0.14/0.10)	

CMYK yüzdeleri

%6.96
%0
%14.35
%9.8

Codes

Color #D6E6C5 in popluar color models

D6E6C5
RGB214230197
HSL89°39.76%83.73%
HSB/HSV89°14.35%90.20%
CMYK6.96%0.00%14.35%
9.80%

Color #D6E6C5 in popluar number systems.

HEXD6E6C5
Decimal214230197
Binary110101101110011011000101
Octal326346305

Shades and tints

Shades of #D6E6C5

#D6E6C5
(214,230,197)
#C3D2B4
(195,210,180)
#B0BEA3
(176,190,163)
#9DAA92
(157,170,146)
#8A9681
(138,150,129)
#778270
(119,130,112)
#646E5F
(100,110,95)
#515A4E
(81,90,78)
#3E463D
(62,70,61)
#2B322C
(43,50,44)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #D6E6C5

#D6E6C5
(214,230,197)
#D9E8CA
(217,232,202)
#DCEACF
(220,234,207)
#DFECD4
(223,236,212)
#E2EED9
(226,238,217)
#E5F0DE
(229,240,222)
#E8F2E3
(232,242,227)
#EBF4E8
(235,244,232)
#EEF6ED
(238,246,237)
#F1F8F2
(241,248,242)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E6C5; }

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

This text font color is #D6E6C5.


Background Color

.myBgColor { background-color: #D6E6C5; }

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

This div background color is #D6E6C5.


Border color

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

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

This div border color is #D6E6C5.


Opacity

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

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

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

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

This text has shadow with #D6E6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6C5 on black background.


Color preview on white background

This text has color #D6E6C5 on white background.



Black color preview on #D6E6C5 background

This text has black color on #D6E6C5 background.


White color preview on #D6E6C5 background

This text has white color on #D6E6C5 background.