COLOR #D677CC

HEX: #D677CC
RGB: (214,119,204)

Color info

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

RGB color model

#D677CC color RGB value is (214,119,204).

  • red value is 214;
  • green value is 119;
  • blue value is 204.
RGB:
(214,119,204)
(84%,47%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 119 of 255 = 47%
B 204 of 255 = 80%

214
119
204

R + G + B ~ 70%. #D677CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 119 + 204 = 537 (100%)
R 214 of 537 ~ 39.85%
G 119 of 537 ~ 22.16%
B 204 of 537 ~ 37.99%

%39.85
%22.16
%37.99

CMYK color model

#D677CC color CMYK value is (0,44,5,16).

  • cyan value is 0.00%
  • magenta value is 44.39%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(0,44,5,16)
C0M44Y5K16 
(0%,44%,5%,16%)
(0.00/0.44/0.05/0.16)	

CMYK percentages

%0
%44.39
%4.67
%16.08

Codes

Color #D677CC in popluar color models

D677CC
RGB214119204
HSL306°53.67%65.29%
HSB/HSV306°44.39%83.92%
CMYK0.00%44.39%4.67%
16.08%

Color #D677CC in popluar number systems.

HEXD677CC
Decimal214119204
Binary11010110111011111001100
Octal326167314

Shades and tints

Shades of #D677CC

#D677CC
(214,119,204)
#C36DBA
(195,109,186)
#B063A8
(176,99,168)
#9D5996
(157,89,150)
#8A4F84
(138,79,132)
#774572
(119,69,114)
#643B60
(100,59,96)
#51314E
(81,49,78)
#3E273C
(62,39,60)
#2B1D2A
(43,29,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #D677CC

#D677CC
(214,119,204)
#D983D0
(217,131,208)
#DC8FD4
(220,143,212)
#DF9BD8
(223,155,216)
#E2A7DC
(226,167,220)
#E5B3E0
(229,179,224)
#E8BFE4
(232,191,228)
#EBCBE8
(235,203,232)
#EED7EC
(238,215,236)
#F1E3F0
(241,227,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D677CC color. Also use rgb(214,119,204) instead hex code.

Text Font Color

.myTextColor { color: #D677CC; }

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

This text font color is #D677CC.


Background Color

.myBgColor { background-color: #D677CC; }

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

This div background color is #D677CC.


Border color

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

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

This div border color is #D677CC.


Opacity

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

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

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

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

This text has shadow with #D677CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D677CC on black background.


Color preview on white background

This text has color #D677CC on white background.



Black color preview on #D677CC background

This text has black color on #D677CC background.


White color preview on #D677CC background

This text has white color on #D677CC background.