COLOR #D69BC0

HEX: #D69BC0 RGB: (214,155,192)

Color info

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

RGB color model

#D69BC0 color RGB value is (214,155,192).

RGB: (214,155,192) (84%, 61%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 155 of 255 = 61%
B 192 of 255 = 75%

214
155
192

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

Portions of RGB colors in percentages

R + G + B = 214 + 155 + 192 = 561 (100%)
R 214 of 561 ~ 38.15%
G 155 of 561 ~ 27.63%
B 192 of 561 ~ 34.22'%

%38.15
%27.63
%34.22

CMYK color model

#D69BC0 color CMYK value is (0,28,10,16).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 10.28%
  • key color value is 16.08%

CMYK: (0,28,10,16)
C0M28Y10K16 (0%, 28%, 10%, 16%)
(0.00 / 0.28 / 0.10 / 0.16)

CMYK percentages

%0
%27.57
%10.28
%16.08

Codes

Color #D69BC0 in popluar color models

D6 9B C0
RGB 214 155 192
HSL 322° 41.84% 72.35%
HSB/HSV 322° 27.57% 83.92%
CMYK 0.00% 27.57% 10.28%
16.08%

Color #D69BC0 in popluar number systems.

HEX D6 9B C0
Decimal 214 155 192
Binary 11010110 10011011 11000000
Octal 326 233 300

Shades and tints

Shades of #D69BC0

#D69BC0
(214,155,192)
#C38DAF
(195,141,175)
#B07F9E
(176,127,158)
#9D718D
(157,113,141)
#8A637C
(138,99,124)
#77556B
(119,85,107)
#64475A
(100,71,90)
#513949
(81,57,73)
#3E2B38
(62,43,56)
#2B1D27
(43,29,39)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #D69BC0

#D69BC0
(214,155,192)
#D9A4C5
(217,164,197)
#DCADCA
(220,173,202)
#DFB6CF
(223,182,207)
#E2BFD4
(226,191,212)
#E5C8D9
(229,200,217)
#E8D1DE
(232,209,222)
#EBDAE3
(235,218,227)
#EEE3E8
(238,227,232)
#F1ECED
(241,236,237)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69BC0; }

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

This text font color is #D69BC0.

Background Color

.myBgColor { background-color: #D69BC0; }

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

This div background color is #D69BC0.

Border color

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

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

This div border color is #D69BC0.

Opacity

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

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

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

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

This text has shadow with #D69BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69BC0.

Preview

Color preview on black background

This text has color #D69BC0 on black background.


Color preview on white background

This text has color #D69BC0 on white background.


Black color preview on #D69BC0 background

This text has black color on #D69BC0 background.


White color preview on #D69BC0 background

This text has white color on #D69BC0 background.


Related colors

Complementary color

Complementary color for #hex is #29643F.


I love getcolorcode.com

Triadic colors

1 #C0D69B and #9BC0D6 with #D69BC0 are triadic colors.

2 #C09BD6 and #9BD6C0 with #D69BC0 are triadic colors.