COLOR #D4BEEF

HEX: #D4BEEF
RGB: (212,190,239)

Renk bilgisi

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

RGB renk modeli

#D4BEEF color RGB value is (212,190,239).

  • kırmız ton 212;
  • yeşil ton 190;
  • mavi ton 239.
RGB:
(212,190,239)
(83%,75%,94%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 190 of 255 = 75%
B 239 of 255 = 94%

212
190
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 190 + 239 = 641 (100%)
R 212 of 641 ~ 33.07%
G 190 of 641 ~ 29.64%
B 239 of 641 ~ 37.29%

%33.07
%29.64
%37.29

CMYK RENK MODELİ

#D4BEEF rengi CMYK tonu (11,21,0,6).

  • camgöbeği tonu 11.30%
  • eflatun tonu 20.50%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(11,21,0,6)
C11M21Y0K6 
(11%,21%,0%,6%)
(0.11/0.21/0.00/0.06)	

CMYK yüzdeleri

%11.3
%20.5
%0
%6.27

Codes

Color #D4BEEF in popluar color models

D4BEEF
RGB212190239
HSL267°60.49%84.12%
HSB/HSV267°20.50%93.73%
CMYK11.30%20.50%0.00%
6.27%

Color #D4BEEF in popluar number systems.

HEXD4BEEF
Decimal212190239
Binary110101001011111011101111
Octal324276357

Shades and tints

Shades of #D4BEEF

#D4BEEF
(212,190,239)
#C1ADDA
(193,173,218)
#AE9CC5
(174,156,197)
#9B8BB0
(155,139,176)
#887A9B
(136,122,155)
#756986
(117,105,134)
#625871
(98,88,113)
#4F475C
(79,71,92)
#3C3647
(60,54,71)
#292532
(41,37,50)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #D4BEEF

#D4BEEF
(212,190,239)
#D7C3F0
(215,195,240)
#DAC8F1
(218,200,241)
#DDCDF2
(221,205,242)
#E0D2F3
(224,210,243)
#E3D7F4
(227,215,244)
#E6DCF5
(230,220,245)
#E9E1F6
(233,225,246)
#ECE6F7
(236,230,247)
#EFEBF8
(239,235,248)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BEEF color. Also use rgb(212,190,239) instead hex code.

Text Font Color

.myTextColor { color: #D4BEEF; }

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

This text font color is #D4BEEF.


Background Color

.myBgColor { background-color: #D4BEEF; }

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

This div background color is #D4BEEF.


Border color

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

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

This div border color is #D4BEEF.


Opacity

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

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

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

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

This text has shadow with #D4BEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BEEF on black background.


Color preview on white background

This text has color #D4BEEF on white background.



Black color preview on #D4BEEF background

This text has black color on #D4BEEF background.


White color preview on #D4BEEF background

This text has white color on #D4BEEF background.