COLOR #D6BEF4

HEX: #D6BEF4
RGB: (214,190,244)

Renk bilgisi

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

RGB renk modeli

#D6BEF4 color RGB value is (214,190,244).

  • kırmız ton 214;
  • yeşil ton 190;
  • mavi ton 244.
RGB:
(214,190,244)
(84%,75%,96%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 190 of 255 = 75%
B 244 of 255 = 96%

214
190
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 190 + 244 = 648 (100%)
R 214 of 648 ~ 33.02%
G 190 of 648 ~ 29.32%
B 244 of 648 ~ 37.65%

%33.02
%29.32
%37.65

CMYK RENK MODELİ

#D6BEF4 rengi CMYK tonu (12,22,0,4).

  • camgöbeği tonu 12.30%
  • eflatun tonu 22.13%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(12,22,0,4)
C12M22Y0K4 
(12%,22%,0%,4%)
(0.12/0.22/0.00/0.04)	

CMYK yüzdeleri

%12.3
%22.13
%0
%4.31

Codes

Color #D6BEF4 in popluar color models

D6BEF4
RGB214190244
HSL267°71.05%85.10%
HSB/HSV267°22.13%95.69%
CMYK12.30%22.13%0.00%
4.31%

Color #D6BEF4 in popluar number systems.

HEXD6BEF4
Decimal214190244
Binary110101101011111011110100
Octal326276364

Shades and tints

Shades of #D6BEF4

#D6BEF4
(214,190,244)
#C3ADDE
(195,173,222)
#B09CC8
(176,156,200)
#9D8BB2
(157,139,178)
#8A7A9C
(138,122,156)
#776986
(119,105,134)
#645870
(100,88,112)
#51475A
(81,71,90)
#3E3644
(62,54,68)
#2B252E
(43,37,46)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #D6BEF4

#D6BEF4
(214,190,244)
#D9C3F5
(217,195,245)
#DCC8F6
(220,200,246)
#DFCDF7
(223,205,247)
#E2D2F8
(226,210,248)
#E5D7F9
(229,215,249)
#E8DCFA
(232,220,250)
#EBE1FB
(235,225,251)
#EEE6FC
(238,230,252)
#F1EBFD
(241,235,253)
#F4F0FE
(244,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BEF4; }

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

This text font color is #D6BEF4.


Background Color

.myBgColor { background-color: #D6BEF4; }

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

This div background color is #D6BEF4.


Border color

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

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

This div border color is #D6BEF4.


Opacity

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

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

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

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

This text has shadow with #D6BEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BEF4 on black background.


Color preview on white background

This text has color #D6BEF4 on white background.



Black color preview on #D6BEF4 background

This text has black color on #D6BEF4 background.


White color preview on #D6BEF4 background

This text has white color on #D6BEF4 background.