COLOR #D69BB1

HEX: #D69BB1
RGB: (214,155,177)

Color info

#D69BB1 contains red, green and blue colors in about the same proportion. Web safe color of #D69BB1 is #CC9999 (or #C99).

RGB color model

#D69BB1 color RGB value is (214,155,177).

  • red value is 214;
  • green value is 155;
  • blue value is 177.
RGB:
(214,155,177)
(84%,61%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 155 of 255 = 61%
B 177 of 255 = 69%

214
155
177

R + G + B ~ 71%. #D69BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 155 + 177 = 546 (100%)
R 214 of 546 ~ 39.19%
G 155 of 546 ~ 28.39%
B 177 of 546 ~ 32.42%

%39.19
%28.39
%32.42

CMYK color model

#D69BB1 color CMYK value is (0,28,17,16).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 17.29%
  • key color value is 16.08%
CMYK:
(0,28,17,16)
C0M28Y17K16 
(0%,28%,17%,16%)
(0.00/0.28/0.17/0.16)	

CMYK percentages

%0
%27.57
%17.29
%16.08

Codes

Color #D69BB1 in popluar color models

D69BB1
RGB214155177
HSL338°41.84%72.35%
HSB/HSV338°27.57%83.92%
CMYK0.00%27.57%17.29%
16.08%

Color #D69BB1 in popluar number systems.

HEXD69BB1
Decimal214155177
Binary110101101001101110110001
Octal326233261

Shades and tints

Shades of #D69BB1

#D69BB1
(214,155,177)
#C38DA1
(195,141,161)
#B07F91
(176,127,145)
#9D7181
(157,113,129)
#8A6371
(138,99,113)
#775561
(119,85,97)
#644751
(100,71,81)
#513941
(81,57,65)
#3E2B31
(62,43,49)
#2B1D21
(43,29,33)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #D69BB1

#D69BB1
(214,155,177)
#D9A4B8
(217,164,184)
#DCADBF
(220,173,191)
#DFB6C6
(223,182,198)
#E2BFCD
(226,191,205)
#E5C8D4
(229,200,212)
#E8D1DB
(232,209,219)
#EBDAE2
(235,218,226)
#EEE3E9
(238,227,233)
#F1ECF0
(241,236,240)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69BB1 color. Also use rgb(214,155,177) instead hex code.

Text Font Color

.myTextColor { color: #D69BB1; }

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

This text font color is #D69BB1.


Background Color

.myBgColor { background-color: #D69BB1; }

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

This div background color is #D69BB1.


Border color

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

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

This div border color is #D69BB1.


Opacity

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

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

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

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

This text has shadow with #D69BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69BB1 on black background.


Color preview on white background

This text has color #D69BB1 on white background.



Black color preview on #D69BB1 background

This text has black color on #D69BB1 background.


White color preview on #D69BB1 background

This text has white color on #D69BB1 background.