COLOR #D6D6EC

HEX: #D6D6EC
RGB: (214,214,236)

Renk bilgisi

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

RGB renk modeli

#D6D6EC color RGB value is (214,214,236).

  • kırmız ton 214;
  • yeşil ton 214;
  • mavi ton 236.
RGB:
(214,214,236)
(84%,84%,93%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 214 of 255 = 84%
B 236 of 255 = 93%

214
214
236

R + G + B ~ 87%. #D6D6EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 214 + 236 = 664 (100%)
R 214 of 664 ~ 32.23%
G 214 of 664 ~ 32.23%
B 236 of 664 ~ 35.54%

%32.23
%32.23
%35.54

CMYK RENK MODELİ

#D6D6EC rengi CMYK tonu (9,9,0,7).

  • camgöbeği tonu 9.32%
  • eflatun tonu 9.32%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(9,9,0,7)
C9M9Y0K7 
(9%,9%,0%,7%)
(0.09/0.09/0.00/0.07)	

CMYK yüzdeleri

%9.32
%9.32
%0
%7.45

Codes

Color #D6D6EC in popluar color models

D6D6EC
RGB214214236
HSL240°36.67%88.24%
HSB/HSV240°9.32%92.55%
CMYK9.32%9.32%0.00%
7.45%

Color #D6D6EC in popluar number systems.

HEXD6D6EC
Decimal214214236
Binary110101101101011011101100
Octal326326354

Shades and tints

Shades of #D6D6EC

#D6D6EC
(214,214,236)
#C3C3D7
(195,195,215)
#B0B0C2
(176,176,194)
#9D9DAD
(157,157,173)
#8A8A98
(138,138,152)
#777783
(119,119,131)
#64646E
(100,100,110)
#515159
(81,81,89)
#3E3E44
(62,62,68)
#2B2B2F
(43,43,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #D6D6EC

#D6D6EC
(214,214,236)
#D9D9ED
(217,217,237)
#DCDCEE
(220,220,238)
#DFDFEF
(223,223,239)
#E2E2F0
(226,226,240)
#E5E5F1
(229,229,241)
#E8E8F2
(232,232,242)
#EBEBF3
(235,235,243)
#EEEEF4
(238,238,244)
#F1F1F5
(241,241,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D6EC; }

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

This text font color is #D6D6EC.


Background Color

.myBgColor { background-color: #D6D6EC; }

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

This div background color is #D6D6EC.


Border color

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

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

This div border color is #D6D6EC.


Opacity

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

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

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

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

This text has shadow with #D6D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D6EC on black background.


Color preview on white background

This text has color #D6D6EC on white background.



Black color preview on #D6D6EC background

This text has black color on #D6D6EC background.


White color preview on #D6D6EC background

This text has white color on #D6D6EC background.