COLOR #D67BB6

HEX: #D67BB6
RGB: (214,123,182)

Color info

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

RGB color model

#D67BB6 color RGB value is (214,123,182).

  • red value is 214;
  • green value is 123;
  • blue value is 182.
RGB:
(214,123,182)
(84%,48%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 123 of 255 = 48%
B 182 of 255 = 71%

214
123
182

R + G + B ~ 68%. #D67BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 123 + 182 = 519 (100%)
R 214 of 519 ~ 41.23%
G 123 of 519 ~ 23.7%
B 182 of 519 ~ 35.07%

%41.23
%23.7
%35.07

CMYK color model

#D67BB6 color CMYK value is (0,43,15,16).

  • cyan value is 0.00%
  • magenta value is 42.52%
  • yellow value is 14.95%
  • key color value is 16.08%
CMYK:
(0,43,15,16)
C0M43Y15K16 
(0%,43%,15%,16%)
(0.00/0.43/0.15/0.16)	

CMYK percentages

%0
%42.52
%14.95
%16.08

Codes

Color #D67BB6 in popluar color models

D67BB6
RGB214123182
HSL321°52.60%66.08%
HSB/HSV321°42.52%83.92%
CMYK0.00%42.52%14.95%
16.08%

Color #D67BB6 in popluar number systems.

HEXD67BB6
Decimal214123182
Binary11010110111101110110110
Octal326173266

Shades and tints

Shades of #D67BB6

#D67BB6
(214,123,182)
#C370A6
(195,112,166)
#B06596
(176,101,150)
#9D5A86
(157,90,134)
#8A4F76
(138,79,118)
#774466
(119,68,102)
#643956
(100,57,86)
#512E46
(81,46,70)
#3E2336
(62,35,54)
#2B1826
(43,24,38)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #D67BB6

#D67BB6
(214,123,182)
#D987BC
(217,135,188)
#DC93C2
(220,147,194)
#DF9FC8
(223,159,200)
#E2ABCE
(226,171,206)
#E5B7D4
(229,183,212)
#E8C3DA
(232,195,218)
#EBCFE0
(235,207,224)
#EEDBE6
(238,219,230)
#F1E7EC
(241,231,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67BB6 color. Also use rgb(214,123,182) instead hex code.

Text Font Color

.myTextColor { color: #D67BB6; }

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

This text font color is #D67BB6.


Background Color

.myBgColor { background-color: #D67BB6; }

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

This div background color is #D67BB6.


Border color

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

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

This div border color is #D67BB6.


Opacity

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

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

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

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

This text has shadow with #D67BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67BB6 on black background.


Color preview on white background

This text has color #D67BB6 on white background.



Black color preview on #D67BB6 background

This text has black color on #D67BB6 background.


White color preview on #D67BB6 background

This text has white color on #D67BB6 background.