COLOR #D076F6

HEX: #D076F6
RGB: (208,118,246)

Renk bilgisi

#D076F6 contains mainly red and blue colors. #D076F6 ‘ nin web güvenlik rengi #CC66FF (ya da #C6F) dir.

RGB renk modeli

#D076F6 color RGB value is (208,118,246).

  • kırmız ton 208;
  • yeşil ton 118;
  • mavi ton 246.
RGB:
(208,118,246)
(82%,46%,96%)

RGB bağlantıları ve doygunluk

R 208 of 255 = 82%
G 118 of 255 = 46%
B 246 of 255 = 96%

208
118
246

R + G + B ~ 75%. #D076F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
208 + 118 + 246 = 572 (100%)
R 208 of 572 ~ 36.36%
G 118 of 572 ~ 20.63%
B 246 of 572 ~ 43.01%

%36.36
%20.63
%43.01

CMYK RENK MODELİ

#D076F6 rengi CMYK tonu (15,52,0,4).

  • camgöbeği tonu 15.45%
  • eflatun tonu 52.03%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(15,52,0,4)
C15M52Y0K4 
(15%,52%,0%,4%)
(0.15/0.52/0.00/0.04)	

CMYK yüzdeleri

%15.45
%52.03
%0
%3.53

Codes

Color #D076F6 in popluar color models

D076F6
RGB208118246
HSL282°87.67%71.37%
HSB/HSV282°52.03%96.47%
CMYK15.45%52.03%0.00%
3.53%

Color #D076F6 in popluar number systems.

HEXD076F6
Decimal208118246
Binary11010000111011011110110
Octal320166366

Shades and tints

Shades of #D076F6

#D076F6
(208,118,246)
#BE6CE0
(190,108,224)
#AC62CA
(172,98,202)
#9A58B4
(154,88,180)
#884E9E
(136,78,158)
#764488
(118,68,136)
#643A72
(100,58,114)
#52305C
(82,48,92)
#402646
(64,38,70)
#2E1C30
(46,28,48)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #D076F6

#D076F6
(208,118,246)
#D482F6
(212,130,246)
#D88EF6
(216,142,246)
#DC9AF6
(220,154,246)
#E0A6F6
(224,166,246)
#E4B2F6
(228,178,246)
#E8BEF6
(232,190,246)
#ECCAF6
(236,202,246)
#F0D6F6
(240,214,246)
#F4E2F6
(244,226,246)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D076F6 color. Also use rgb(208,118,246) instead hex code.

Text Font Color

.myTextColor { color: #D076F6; }

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

This text font color is #D076F6.


Background Color

.myBgColor { background-color: #D076F6; }

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

This div background color is #D076F6.


Border color

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

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

This div border color is #D076F6.


Opacity

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

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

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

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

This text has shadow with #D076F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D076F6 on black background.


Color preview on white background

This text has color #D076F6 on white background.



Black color preview on #D076F6 background

This text has black color on #D076F6 background.


White color preview on #D076F6 background

This text has white color on #D076F6 background.