COLOR #D07A99

HEX: #D07A99
RGB: (208,122,153)

Color info

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

RGB color model

#D07A99 color RGB value is (208,122,153).

  • red value is 208;
  • green value is 122;
  • blue value is 153.
RGB:
(208,122,153)
(82%,48%,60%)

RGB channels and saturation

R 208 of 255 = 82%
G 122 of 255 = 48%
B 153 of 255 = 60%

208
122
153

R + G + B ~ 63%. #D07A99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 122 + 153 = 483 (100%)
R 208 of 483 ~ 43.06%
G 122 of 483 ~ 25.26%
B 153 of 483 ~ 31.68%

%43.06
%25.26
%31.68

CMYK color model

#D07A99 color CMYK value is (0,41,26,18).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 26.44%
  • key color value is 18.43%
CMYK:
(0,41,26,18)
C0M41Y26K18 
(0%,41%,26%,18%)
(0.00/0.41/0.26/0.18)	

CMYK percentages

%0
%41.35
%26.44
%18.43

Codes

Color #D07A99 in popluar color models

D07A99
RGB208122153
HSL338°47.78%64.71%
HSB/HSV338°41.35%81.57%
CMYK0.00%41.35%26.44%
18.43%

Color #D07A99 in popluar number systems.

HEXD07A99
Decimal208122153
Binary11010000111101010011001
Octal320172231

Shades and tints

Shades of #D07A99

#D07A99
(208,122,153)
#BE6F8C
(190,111,140)
#AC647F
(172,100,127)
#9A5972
(154,89,114)
#884E65
(136,78,101)
#764358
(118,67,88)
#64384B
(100,56,75)
#522D3E
(82,45,62)
#402231
(64,34,49)
#2E1724
(46,23,36)
#1C0C17
(28,12,23)
#000000
(0,0,0)

Tints of #D07A99

#D07A99
(208,122,153)
#D486A2
(212,134,162)
#D892AB
(216,146,171)
#DC9EB4
(220,158,180)
#E0AABD
(224,170,189)
#E4B6C6
(228,182,198)
#E8C2CF
(232,194,207)
#ECCED8
(236,206,216)
#F0DAE1
(240,218,225)
#F4E6EA
(244,230,234)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07A99 color. Also use rgb(208,122,153) instead hex code.

Text Font Color

.myTextColor { color: #D07A99; }

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

This text font color is #D07A99.


Background Color

.myBgColor { background-color: #D07A99; }

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

This div background color is #D07A99.


Border color

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

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

This div border color is #D07A99.


Opacity

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

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

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

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

This text has shadow with #D07A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07A99 on black background.


Color preview on white background

This text has color #D07A99 on white background.



Black color preview on #D07A99 background

This text has black color on #D07A99 background.


White color preview on #D07A99 background

This text has white color on #D07A99 background.