COLOR #D7699A

HEX: #D7699A RGB: (215,105,154)

Color info

#D7699A contains mainly red color. Web safe color of #D7699A is #CC6699 (or #C69).

RGB color model

#D7699A color RGB value is (215,105,154).

RGB: (215,105,154) (84%, 41%, 60%)

RGB channels and saturation

R 215 of 255 = 84%
G 105 of 255 = 41%
B 154 of 255 = 60%

215
105
154

R + G + B ~ 62%. #D7699A is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 105 + 154 = 474 (100%)
R 215 of 474 ~ 45.36%
G 105 of 474 ~ 22.15%
B 154 of 474 ~ 32.49'%

%45.36
%22.15
%32.49

CMYK color model

#D7699A color CMYK value is (0,51,28,16).

  • cyan value is 0.00%
  • magenta value is 51.16%
  • yellow value is 28.37%
  • key color value is 15.69%

CMYK: (0,51,28,16)
C0M51Y28K16 (0%, 51%, 28%, 16%)
(0.00 / 0.51 / 0.28 / 0.16)

CMYK percentages

%0
%51.16
%28.37
%15.69

Codes

Color #D7699A in popluar color models

D7 69 9A
RGB 215 105 154
HSL 333° 57.89% 62.75%
HSB/HSV 333° 51.16% 84.31%
CMYK 0.00% 51.16% 28.37%
15.69%

Color #D7699A in popluar number systems.

HEX D7 69 9A
Decimal 215 105 154
Binary 11010111 1101001 10011010
Octal 327 151 232

Shades and tints

Shades of #D7699A

#D7699A
(215,105,154)
#C4608C
(196,96,140)
#B1577E
(177,87,126)
#9E4E70
(158,78,112)
#8B4562
(139,69,98)
#783C54
(120,60,84)
#653346
(101,51,70)
#522A38
(82,42,56)
#3F212A
(63,33,42)
#2C181C
(44,24,28)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #D7699A

#D7699A
(215,105,154)
#DA76A3
(218,118,163)
#DD83AC
(221,131,172)
#E090B5
(224,144,181)
#E39DBE
(227,157,190)
#E6AAC7
(230,170,199)
#E9B7D0
(233,183,208)
#ECC4D9
(236,196,217)
#EFD1E2
(239,209,226)
#F2DEEB
(242,222,235)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7699A color. Also use rgb(215,105,154) instead hex code.

Text Font Color

.myTextColor { color: #D7699A; }

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

This text font color is #D7699A.

Background Color

.myBgColor { background-color: #D7699A; }

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

This div background color is #D7699A.

Border color

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

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

This div border color is #D7699A.

Opacity

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

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

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

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

This text has shadow with #D7699A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7699A.

Preview

Color preview on black background

This text has color #D7699A on black background.


Color preview on white background

This text has color #D7699A on white background.


Black color preview on #D7699A background

This text has black color on #D7699A background.


White color preview on #D7699A background

This text has white color on #D7699A background.


Related colors

Complementary color

Complementary color for #hex is #289665.


I love getcolorcode.com

Triadic colors

1 #9AD769 and #699AD7 with #D7699A are triadic colors.

2 #9A69D7 and #69D79A with #D7699A are triadic colors.