COLOR #D6C9EE

HEX: #D6C9EE
RGB: (214,201,238)

Renk bilgisi

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

RGB renk modeli

#D6C9EE color RGB value is (214,201,238).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 201 of 255 = 79%
B 238 of 255 = 93%

214
201
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 201 + 238 = 653 (100%)
R 214 of 653 ~ 32.77%
G 201 of 653 ~ 30.78%
B 238 of 653 ~ 36.45%

%32.77
%30.78
%36.45

CMYK RENK MODELİ

#D6C9EE rengi CMYK tonu (10,16,0,7).

  • camgöbeği tonu 10.08%
  • eflatun tonu 15.55%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(10,16,0,7)
C10M16Y0K7 
(10%,16%,0%,7%)
(0.10/0.16/0.00/0.07)	

CMYK yüzdeleri

%10.08
%15.55
%0
%6.67

Codes

Color #D6C9EE in popluar color models

D6C9EE
RGB214201238
HSL261°52.11%86.08%
HSB/HSV261°15.55%93.33%
CMYK10.08%15.55%0.00%
6.67%

Color #D6C9EE in popluar number systems.

HEXD6C9EE
Decimal214201238
Binary110101101100100111101110
Octal326311356

Shades and tints

Shades of #D6C9EE

#D6C9EE
(214,201,238)
#C3B7D9
(195,183,217)
#B0A5C4
(176,165,196)
#9D93AF
(157,147,175)
#8A819A
(138,129,154)
#776F85
(119,111,133)
#645D70
(100,93,112)
#514B5B
(81,75,91)
#3E3946
(62,57,70)
#2B2731
(43,39,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #D6C9EE

#D6C9EE
(214,201,238)
#D9CDEF
(217,205,239)
#DCD1F0
(220,209,240)
#DFD5F1
(223,213,241)
#E2D9F2
(226,217,242)
#E5DDF3
(229,221,243)
#E8E1F4
(232,225,244)
#EBE5F5
(235,229,245)
#EEE9F6
(238,233,246)
#F1EDF7
(241,237,247)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C9EE; }

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

This text font color is #D6C9EE.


Background Color

.myBgColor { background-color: #D6C9EE; }

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

This div background color is #D6C9EE.


Border color

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

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

This div border color is #D6C9EE.


Opacity

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

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

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

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

This text has shadow with #D6C9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C9EE on black background.


Color preview on white background

This text has color #D6C9EE on white background.



Black color preview on #D6C9EE background

This text has black color on #D6C9EE background.


White color preview on #D6C9EE background

This text has white color on #D6C9EE background.