COLOR #D6E9CC

HEX: #D6E9CC
RGB: (214,233,204)

Renk bilgisi

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

RGB renk modeli

#D6E9CC color RGB value is (214,233,204).

  • kırmız ton 214;
  • yeşil ton 233;
  • mavi ton 204.
RGB:
(214,233,204)
(84%,91%,80%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 233 of 255 = 91%
B 204 of 255 = 80%

214
233
204

R + G + B ~ 85%. #D6E9CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 233 + 204 = 651 (100%)
R 214 of 651 ~ 32.87%
G 233 of 651 ~ 35.79%
B 204 of 651 ~ 31.34%

%32.87
%35.79
%31.34

CMYK RENK MODELİ

#D6E9CC rengi CMYK tonu (8,0,12,9).

  • camgöbeği tonu 8.15%
  • eflatun tonu 0.00%
  • sarı tonu 12.45%
  • ana renk tonu 8.63%
CMYK:
(8,0,12,9)
C8M0Y12K9 
(8%,0%,12%,9%)
(0.08/0.00/0.12/0.09)	

CMYK yüzdeleri

%8.15
%0
%12.45
%8.63

Codes

Color #D6E9CC in popluar color models

D6E9CC
RGB214233204
HSL99°39.73%85.69%
HSB/HSV99°12.45%91.37%
CMYK8.15%0.00%12.45%
8.63%

Color #D6E9CC in popluar number systems.

HEXD6E9CC
Decimal214233204
Binary110101101110100111001100
Octal326351314

Shades and tints

Shades of #D6E9CC

#D6E9CC
(214,233,204)
#C3D4BA
(195,212,186)
#B0BFA8
(176,191,168)
#9DAA96
(157,170,150)
#8A9584
(138,149,132)
#778072
(119,128,114)
#646B60
(100,107,96)
#51564E
(81,86,78)
#3E413C
(62,65,60)
#2B2C2A
(43,44,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #D6E9CC

#D6E9CC
(214,233,204)
#D9EBD0
(217,235,208)
#DCEDD4
(220,237,212)
#DFEFD8
(223,239,216)
#E2F1DC
(226,241,220)
#E5F3E0
(229,243,224)
#E8F5E4
(232,245,228)
#EBF7E8
(235,247,232)
#EEF9EC
(238,249,236)
#F1FBF0
(241,251,240)
#F4FDF4
(244,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E9CC color. Also use rgb(214,233,204) instead hex code.

Text Font Color

.myTextColor { color: #D6E9CC; }

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

This text font color is #D6E9CC.


Background Color

.myBgColor { background-color: #D6E9CC; }

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

This div background color is #D6E9CC.


Border color

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

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

This div border color is #D6E9CC.


Opacity

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

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

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

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

This text has shadow with #D6E9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E9CC on black background.


Color preview on white background

This text has color #D6E9CC on white background.



Black color preview on #D6E9CC background

This text has black color on #D6E9CC background.


White color preview on #D6E9CC background

This text has white color on #D6E9CC background.