COLOR #D6E7CC

HEX: #D6E7CC
RGB: (214,231,204)

Renk bilgisi

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

RGB renk modeli

#D6E7CC color RGB value is (214,231,204).

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

RGB bağlantıları ve doygunluk

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

214
231
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 231 + 204 = 649 (100%)
R 214 of 649 ~ 32.97%
G 231 of 649 ~ 35.59%
B 204 of 649 ~ 31.43%

%32.97
%35.59
%31.43

CMYK RENK MODELİ

#D6E7CC rengi CMYK tonu (7,0,12,9).

  • camgöbeği tonu 7.36%
  • eflatun tonu 0.00%
  • sarı tonu 11.69%
  • ana renk tonu 9.41%
CMYK:
(7,0,12,9)
C7M0Y12K9 
(7%,0%,12%,9%)
(0.07/0.00/0.12/0.09)	

CMYK yüzdeleri

%7.36
%0
%11.69
%9.41

Codes

Color #D6E7CC in popluar color models

D6E7CC
RGB214231204
HSL98°36.00%85.29%
HSB/HSV98°11.69%90.59%
CMYK7.36%0.00%11.69%
9.41%

Color #D6E7CC in popluar number systems.

HEXD6E7CC
Decimal214231204
Binary110101101110011111001100
Octal326347314

Shades and tints

Shades of #D6E7CC

#D6E7CC
(214,231,204)
#C3D2BA
(195,210,186)
#B0BDA8
(176,189,168)
#9DA896
(157,168,150)
#8A9384
(138,147,132)
#777E72
(119,126,114)
#646960
(100,105,96)
#51544E
(81,84,78)
#3E3F3C
(62,63,60)
#2B2A2A
(43,42,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #D6E7CC

#D6E7CC
(214,231,204)
#D9E9D0
(217,233,208)
#DCEBD4
(220,235,212)
#DFEDD8
(223,237,216)
#E2EFDC
(226,239,220)
#E5F1E0
(229,241,224)
#E8F3E4
(232,243,228)
#EBF5E8
(235,245,232)
#EEF7EC
(238,247,236)
#F1F9F0
(241,249,240)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E7CC; }

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

This text font color is #D6E7CC.


Background Color

.myBgColor { background-color: #D6E7CC; }

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

This div background color is #D6E7CC.


Border color

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

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

This div border color is #D6E7CC.


Opacity

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

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

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

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

This text has shadow with #D6E7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7CC on black background.


Color preview on white background

This text has color #D6E7CC on white background.



Black color preview on #D6E7CC background

This text has black color on #D6E7CC background.


White color preview on #D6E7CC background

This text has white color on #D6E7CC background.