COLOR #D6B4EE

HEX: #D6B4EE
RGB: (214,180,238)

Renk bilgisi

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

RGB renk modeli

#D6B4EE color RGB value is (214,180,238).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 180 of 255 = 71%
B 238 of 255 = 93%

214
180
238

R + G + B ~ 83%. #D6B4EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 180 + 238 = 632 (100%)
R 214 of 632 ~ 33.86%
G 180 of 632 ~ 28.48%
B 238 of 632 ~ 37.66%

%33.86
%28.48
%37.66

CMYK RENK MODELİ

#D6B4EE rengi CMYK tonu (10,24,0,7).

  • camgöbeği tonu 10.08%
  • eflatun tonu 24.37%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(10,24,0,7)
C10M24Y0K7 
(10%,24%,0%,7%)
(0.10/0.24/0.00/0.07)	

CMYK yüzdeleri

%10.08
%24.37
%0
%6.67

Codes

Color #D6B4EE in popluar color models

D6B4EE
RGB214180238
HSL275°63.04%81.96%
HSB/HSV275°24.37%93.33%
CMYK10.08%24.37%0.00%
6.67%

Color #D6B4EE in popluar number systems.

HEXD6B4EE
Decimal214180238
Binary110101101011010011101110
Octal326264356

Shades and tints

Shades of #D6B4EE

#D6B4EE
(214,180,238)
#C3A4D9
(195,164,217)
#B094C4
(176,148,196)
#9D84AF
(157,132,175)
#8A749A
(138,116,154)
#776485
(119,100,133)
#645470
(100,84,112)
#51445B
(81,68,91)
#3E3446
(62,52,70)
#2B2431
(43,36,49)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6B4EE

#D6B4EE
(214,180,238)
#D9BAEF
(217,186,239)
#DCC0F0
(220,192,240)
#DFC6F1
(223,198,241)
#E2CCF2
(226,204,242)
#E5D2F3
(229,210,243)
#E8D8F4
(232,216,244)
#EBDEF5
(235,222,245)
#EEE4F6
(238,228,246)
#F1EAF7
(241,234,247)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B4EE; }

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

This text font color is #D6B4EE.


Background Color

.myBgColor { background-color: #D6B4EE; }

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

This div background color is #D6B4EE.


Border color

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

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

This div border color is #D6B4EE.


Opacity

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

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

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

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

This text has shadow with #D6B4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B4EE on black background.


Color preview on white background

This text has color #D6B4EE on white background.



Black color preview on #D6B4EE background

This text has black color on #D6B4EE background.


White color preview on #D6B4EE background

This text has white color on #D6B4EE background.