COLOR #D6E8C1

HEX: #D6E8C1
RGB: (214,232,193)

Renk bilgisi

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

RGB renk modeli

#D6E8C1 color RGB value is (214,232,193).

  • kırmız ton 214;
  • yeşil ton 232;
  • mavi ton 193.
RGB:
(214,232,193)
(84%,91%,76%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 232 of 255 = 91%
B 193 of 255 = 76%

214
232
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 232 + 193 = 639 (100%)
R 214 of 639 ~ 33.49%
G 232 of 639 ~ 36.31%
B 193 of 639 ~ 30.2%

%33.49
%36.31
%30.2

CMYK RENK MODELİ

#D6E8C1 rengi CMYK tonu (8,0,17,9).

  • camgöbeği tonu 7.76%
  • eflatun tonu 0.00%
  • sarı tonu 16.81%
  • ana renk tonu 9.02%
CMYK:
(8,0,17,9)
C8M0Y17K9 
(8%,0%,17%,9%)
(0.08/0.00/0.17/0.09)	

CMYK yüzdeleri

%7.76
%0
%16.81
%9.02

Codes

Color #D6E8C1 in popluar color models

D6E8C1
RGB214232193
HSL88°45.88%83.33%
HSB/HSV88°16.81%90.98%
CMYK7.76%0.00%16.81%
9.02%

Color #D6E8C1 in popluar number systems.

HEXD6E8C1
Decimal214232193
Binary110101101110100011000001
Octal326350301

Shades and tints

Shades of #D6E8C1

#D6E8C1
(214,232,193)
#C3D3B0
(195,211,176)
#B0BE9F
(176,190,159)
#9DA98E
(157,169,142)
#8A947D
(138,148,125)
#777F6C
(119,127,108)
#646A5B
(100,106,91)
#51554A
(81,85,74)
#3E4039
(62,64,57)
#2B2B28
(43,43,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #D6E8C1

#D6E8C1
(214,232,193)
#D9EAC6
(217,234,198)
#DCECCB
(220,236,203)
#DFEED0
(223,238,208)
#E2F0D5
(226,240,213)
#E5F2DA
(229,242,218)
#E8F4DF
(232,244,223)
#EBF6E4
(235,246,228)
#EEF8E9
(238,248,233)
#F1FAEE
(241,250,238)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E8C1 color. Also use rgb(214,232,193) instead hex code.

Text Font Color

.myTextColor { color: #D6E8C1; }

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

This text font color is #D6E8C1.


Background Color

.myBgColor { background-color: #D6E8C1; }

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

This div background color is #D6E8C1.


Border color

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

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

This div border color is #D6E8C1.


Opacity

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

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

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

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

This text has shadow with #D6E8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E8C1 on black background.


Color preview on white background

This text has color #D6E8C1 on white background.



Black color preview on #D6E8C1 background

This text has black color on #D6E8C1 background.


White color preview on #D6E8C1 background

This text has white color on #D6E8C1 background.