COLOR #D69DBD

HEX: #D69DBD
RGB: (214,157,189)

Color info

#D69DBD contains red, green and blue colors in about the same proportion. Web safe color of #D69DBD is #CC99CC (or #C9C).

RGB color model

#D69DBD color RGB value is (214,157,189).

  • red value is 214;
  • green value is 157;
  • blue value is 189.
RGB:
(214,157,189)
(84%,62%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 189 of 255 = 74%

214
157
189

R + G + B ~ 73%. #D69DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 157 + 189 = 560 (100%)
R 214 of 560 ~ 38.21%
G 157 of 560 ~ 28.04%
B 189 of 560 ~ 33.75%

%38.21
%28.04
%33.75

CMYK color model

#D69DBD color CMYK value is (0,27,12,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK:
(0,27,12,16)
C0M27Y12K16 
(0%,27%,12%,16%)
(0.00/0.27/0.12/0.16)	

CMYK percentages

%0
%26.64
%11.68
%16.08

Codes

Color #D69DBD in popluar color models

D69DBD
RGB214157189
HSL326°41.01%72.75%
HSB/HSV326°26.64%83.92%
CMYK0.00%26.64%11.68%
16.08%

Color #D69DBD in popluar number systems.

HEXD69DBD
Decimal214157189
Binary110101101001110110111101
Octal326235275

Shades and tints

Shades of #D69DBD

#D69DBD
(214,157,189)
#C38FAC
(195,143,172)
#B0819B
(176,129,155)
#9D738A
(157,115,138)
#8A6579
(138,101,121)
#775768
(119,87,104)
#644957
(100,73,87)
#513B46
(81,59,70)
#3E2D35
(62,45,53)
#2B1F24
(43,31,36)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #D69DBD

#D69DBD
(214,157,189)
#D9A5C3
(217,165,195)
#DCADC9
(220,173,201)
#DFB5CF
(223,181,207)
#E2BDD5
(226,189,213)
#E5C5DB
(229,197,219)
#E8CDE1
(232,205,225)
#EBD5E7
(235,213,231)
#EEDDED
(238,221,237)
#F1E5F3
(241,229,243)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69DBD color. Also use rgb(214,157,189) instead hex code.

Text Font Color

.myTextColor { color: #D69DBD; }

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

This text font color is #D69DBD.


Background Color

.myBgColor { background-color: #D69DBD; }

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

This div background color is #D69DBD.


Border color

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

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

This div border color is #D69DBD.


Opacity

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

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

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

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

This text has shadow with #D69DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69DBD on black background.


Color preview on white background

This text has color #D69DBD on white background.



Black color preview on #D69DBD background

This text has black color on #D69DBD background.


White color preview on #D69DBD background

This text has white color on #D69DBD background.