COLOR #D277AB

HEX: #D277AB
RGB: (210,119,171)

Color info

#D277AB contains mainly red and blue colors. Web safe color of #D277AB is #CC6699 (or #C69).

RGB color model

#D277AB color RGB value is (210,119,171).

  • red value is 210;
  • green value is 119;
  • blue value is 171.
RGB:
(210,119,171)
(82%,47%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 171 of 255 = 67%

210
119
171

R + G + B ~ 65%. #D277AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 119 + 171 = 500 (100%)
R 210 of 500 ~ 42%
G 119 of 500 ~ 23.8%
B 171 of 500 ~ 34.2%

%42
%23.8
%34.2

CMYK color model

#D277AB color CMYK value is (0,43,19,18).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(0,43,19,18)
C0M43Y19K18 
(0%,43%,19%,18%)
(0.00/0.43/0.19/0.18)	

CMYK percentages

%0
%43.33
%18.57
%17.65

Codes

Color #D277AB in popluar color models

D277AB
RGB210119171
HSL326°50.28%64.51%
HSB/HSV326°43.33%82.35%
CMYK0.00%43.33%18.57%
17.65%

Color #D277AB in popluar number systems.

HEXD277AB
Decimal210119171
Binary11010010111011110101011
Octal322167253

Shades and tints

Shades of #D277AB

#D277AB
(210,119,171)
#BF6D9C
(191,109,156)
#AC638D
(172,99,141)
#99597E
(153,89,126)
#864F6F
(134,79,111)
#734560
(115,69,96)
#603B51
(96,59,81)
#4D3142
(77,49,66)
#3A2733
(58,39,51)
#271D24
(39,29,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D277AB

#D277AB
(210,119,171)
#D683B2
(214,131,178)
#DA8FB9
(218,143,185)
#DE9BC0
(222,155,192)
#E2A7C7
(226,167,199)
#E6B3CE
(230,179,206)
#EABFD5
(234,191,213)
#EECBDC
(238,203,220)
#F2D7E3
(242,215,227)
#F6E3EA
(246,227,234)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D277AB color. Also use rgb(210,119,171) instead hex code.

Text Font Color

.myTextColor { color: #D277AB; }

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

This text font color is #D277AB.


Background Color

.myBgColor { background-color: #D277AB; }

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

This div background color is #D277AB.


Border color

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

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

This div border color is #D277AB.


Opacity

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

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

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

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

This text has shadow with #D277AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D277AB on black background.


Color preview on white background

This text has color #D277AB on white background.



Black color preview on #D277AB background

This text has black color on #D277AB background.


White color preview on #D277AB background

This text has white color on #D277AB background.