COLOR #D6C4EB

HEX: #D6C4EB
RGB: (214,196,235)

Renk bilgisi

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

RGB renk modeli

#D6C4EB color RGB value is (214,196,235).

  • kırmız ton 214;
  • yeşil ton 196;
  • mavi ton 235.
RGB:
(214,196,235)
(84%,77%,92%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 196 of 255 = 77%
B 235 of 255 = 92%

214
196
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 196 + 235 = 645 (100%)
R 214 of 645 ~ 33.18%
G 196 of 645 ~ 30.39%
B 235 of 645 ~ 36.43%

%33.18
%30.39
%36.43

CMYK RENK MODELİ

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

  • camgöbeği tonu 8.94%
  • eflatun tonu 16.60%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(9,17,0,8)
C9M17Y0K8 
(9%,17%,0%,8%)
(0.09/0.17/0.00/0.08)	

CMYK yüzdeleri

%8.94
%16.6
%0
%7.84

Codes

Color #D6C4EB in popluar color models

D6C4EB
RGB214196235
HSL268°49.37%84.51%
HSB/HSV268°16.60%92.16%
CMYK8.94%16.60%0.00%
7.84%

Color #D6C4EB in popluar number systems.

HEXD6C4EB
Decimal214196235
Binary110101101100010011101011
Octal326304353

Shades and tints

Shades of #D6C4EB

#D6C4EB
(214,196,235)
#C3B3D6
(195,179,214)
#B0A2C1
(176,162,193)
#9D91AC
(157,145,172)
#8A8097
(138,128,151)
#776F82
(119,111,130)
#645E6D
(100,94,109)
#514D58
(81,77,88)
#3E3C43
(62,60,67)
#2B2B2E
(43,43,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6C4EB

#D6C4EB
(214,196,235)
#D9C9EC
(217,201,236)
#DCCEED
(220,206,237)
#DFD3EE
(223,211,238)
#E2D8EF
(226,216,239)
#E5DDF0
(229,221,240)
#E8E2F1
(232,226,241)
#EBE7F2
(235,231,242)
#EEECF3
(238,236,243)
#F1F1F4
(241,241,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4EB; }

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

This text font color is #D6C4EB.


Background Color

.myBgColor { background-color: #D6C4EB; }

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

This div background color is #D6C4EB.


Border color

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

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

This div border color is #D6C4EB.


Opacity

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

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

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

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

This text has shadow with #D6C4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C4EB on black background.


Color preview on white background

This text has color #D6C4EB on white background.



Black color preview on #D6C4EB background

This text has black color on #D6C4EB background.


White color preview on #D6C4EB background

This text has white color on #D6C4EB background.