COLOR #D69CB0

HEX: #D69CB0 RGB: (214,156,176)

Color info

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

RGB color model

#D69CB0 color RGB value is (214,156,176).

RGB: (214,156,176) (84%, 61%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 156 of 255 = 61%
B 176 of 255 = 69%

214
156
176

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

Portions of RGB colors in percentages

R + G + B = 214 + 156 + 176 = 546 (100%)
R 214 of 546 ~ 39.19%
G 156 of 546 ~ 28.57%
B 176 of 546 ~ 32.23'%

%39.19
%28.57
%32.23

CMYK color model

#D69CB0 color CMYK value is (0,27,18,16).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 17.76%
  • key color value is 16.08%

CMYK: (0,27,18,16)
C0M27Y18K16 (0%, 27%, 18%, 16%)
(0.00 / 0.27 / 0.18 / 0.16)

CMYK percentages

%0
%27.1
%17.76
%16.08

Codes

Color #D69CB0 in popluar color models

D6 9C B0
RGB 214 156 176
HSL 339° 41.43% 72.55%
HSB/HSV 339° 27.10% 83.92%
CMYK 0.00% 27.10% 17.76%
16.08%

Color #D69CB0 in popluar number systems.

HEX D6 9C B0
Decimal 214 156 176
Binary 11010110 10011100 10110000
Octal 326 234 260

Shades and tints

Shades of #D69CB0

#D69CB0
(214,156,176)
#C38EA0
(195,142,160)
#B08090
(176,128,144)
#9D7280
(157,114,128)
#8A6470
(138,100,112)
#775660
(119,86,96)
#644850
(100,72,80)
#513A40
(81,58,64)
#3E2C30
(62,44,48)
#2B1E20
(43,30,32)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #D69CB0

#D69CB0
(214,156,176)
#D9A5B7
(217,165,183)
#DCAEBE
(220,174,190)
#DFB7C5
(223,183,197)
#E2C0CC
(226,192,204)
#E5C9D3
(229,201,211)
#E8D2DA
(232,210,218)
#EBDBE1
(235,219,225)
#EEE4E8
(238,228,232)
#F1EDEF
(241,237,239)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69CB0 color. Also use rgb(214,156,176) instead hex code.

Text Font Color

.myTextColor { color: #D69CB0; }

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

This text font color is #D69CB0.

Background Color

.myBgColor { background-color: #D69CB0; }

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

This div background color is #D69CB0.

Border color

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

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

This div border color is #D69CB0.

Opacity

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

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

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

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

This text has shadow with #D69CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69CB0.

Preview

Color preview on black background

This text has color #D69CB0 on black background.


Color preview on white background

This text has color #D69CB0 on white background.


Black color preview on #D69CB0 background

This text has black color on #D69CB0 background.


White color preview on #D69CB0 background

This text has white color on #D69CB0 background.


Related colors

Complementary color

Complementary color for #hex is #29634F.


I love getcolorcode.com

Triadic colors

1 #B0D69C and #9CB0D6 with #D69CB0 are triadic colors.

2 #B09CD6 and #9CD6B0 with #D69CB0 are triadic colors.