COLOR #D069B4

HEX: #D069B4
RGB: (208,105,180)

Color info

#D069B4 contains mainly red and blue colors. Web safe color of #D069B4 is #CC66CC (or #C6C).

RGB color model

#D069B4 color RGB value is (208,105,180).

  • red value is 208;
  • green value is 105;
  • blue value is 180.
RGB:
(208,105,180)
(82%,41%,71%)

RGB channels and saturation

R 208 of 255 = 82%
G 105 of 255 = 41%
B 180 of 255 = 71%

208
105
180

R + G + B ~ 65%. #D069B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 105 + 180 = 493 (100%)
R 208 of 493 ~ 42.19%
G 105 of 493 ~ 21.3%
B 180 of 493 ~ 36.51%

%42.19
%21.3
%36.51

CMYK color model

#D069B4 color CMYK value is (0,50,13,18).

  • cyan value is 0.00%
  • magenta value is 49.52%
  • yellow value is 13.46%
  • key color value is 18.43%
CMYK:
(0,50,13,18)
C0M50Y13K18 
(0%,50%,13%,18%)
(0.00/0.50/0.13/0.18)	

CMYK percentages

%0
%49.52
%13.46
%18.43

Codes

Color #D069B4 in popluar color models

D069B4
RGB208105180
HSL316°52.28%61.37%
HSB/HSV316°49.52%81.57%
CMYK0.00%49.52%13.46%
18.43%

Color #D069B4 in popluar number systems.

HEXD069B4
Decimal208105180
Binary11010000110100110110100
Octal320151264

Shades and tints

Shades of #D069B4

#D069B4
(208,105,180)
#BE60A4
(190,96,164)
#AC5794
(172,87,148)
#9A4E84
(154,78,132)
#884574
(136,69,116)
#763C64
(118,60,100)
#643354
(100,51,84)
#522A44
(82,42,68)
#402134
(64,33,52)
#2E1824
(46,24,36)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #D069B4

#D069B4
(208,105,180)
#D476BA
(212,118,186)
#D883C0
(216,131,192)
#DC90C6
(220,144,198)
#E09DCC
(224,157,204)
#E4AAD2
(228,170,210)
#E8B7D8
(232,183,216)
#ECC4DE
(236,196,222)
#F0D1E4
(240,209,228)
#F4DEEA
(244,222,234)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D069B4 color. Also use rgb(208,105,180) instead hex code.

Text Font Color

.myTextColor { color: #D069B4; }

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

This text font color is #D069B4.


Background Color

.myBgColor { background-color: #D069B4; }

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

This div background color is #D069B4.


Border color

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

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

This div border color is #D069B4.


Opacity

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

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

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

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

This text has shadow with #D069B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D069B4 on black background.


Color preview on white background

This text has color #D069B4 on white background.



Black color preview on #D069B4 background

This text has black color on #D069B4 background.


White color preview on #D069B4 background

This text has white color on #D069B4 background.