COLOR #DB697A

HEX: #DB697A
RGB: (219,105,122)

Color info

#DB697A contains mainly red color. Web safe color of #DB697A is #CC6666 (or #C66).

RGB color model

#DB697A color RGB value is (219,105,122).

  • red value is 219;
  • green value is 105;
  • blue value is 122.
RGB:
(219,105,122)
(86%,41%,48%)

RGB channels and saturation

R 219 of 255 = 86%
G 105 of 255 = 41%
B 122 of 255 = 48%

219
105
122

R + G + B ~ 58%. #DB697A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 105 + 122 = 446 (100%)
R 219 of 446 ~ 49.1%
G 105 of 446 ~ 23.54%
B 122 of 446 ~ 27.35%

%49.1
%23.54
%27.35

CMYK color model

#DB697A color CMYK value is (0,52,44,14).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 44.29%
  • key color value is 14.12%
CMYK:
(0,52,44,14)
C0M52Y44K14 
(0%,52%,44%,14%)
(0.00/0.52/0.44/0.14)	

CMYK percentages

%0
%52.05
%44.29
%14.12

Codes

Color #DB697A in popluar color models

DB697A
RGB219105122
HSL351°61.29%63.53%
HSB/HSV351°52.05%85.88%
CMYK0.00%52.05%44.29%
14.12%

Color #DB697A in popluar number systems.

HEXDB697A
Decimal219105122
Binary1101101111010011111010
Octal333151172

Shades and tints

Shades of #DB697A

#DB697A
(219,105,122)
#C8606F
(200,96,111)
#B55764
(181,87,100)
#A24E59
(162,78,89)
#8F454E
(143,69,78)
#7C3C43
(124,60,67)
#693338
(105,51,56)
#562A2D
(86,42,45)
#432122
(67,33,34)
#301817
(48,24,23)
#1D0F0C
(29,15,12)
#000000
(0,0,0)

Tints of #DB697A

#DB697A
(219,105,122)
#DE7686
(222,118,134)
#E18392
(225,131,146)
#E4909E
(228,144,158)
#E79DAA
(231,157,170)
#EAAAB6
(234,170,182)
#EDB7C2
(237,183,194)
#F0C4CE
(240,196,206)
#F3D1DA
(243,209,218)
#F6DEE6
(246,222,230)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB697A color. Also use rgb(219,105,122) instead hex code.

Text Font Color

.myTextColor { color: #DB697A; }

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

This text font color is #DB697A.


Background Color

.myBgColor { background-color: #DB697A; }

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

This div background color is #DB697A.


Border color

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

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

This div border color is #DB697A.


Opacity

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

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

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

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

This text has shadow with #DB697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB697A on black background.


Color preview on white background

This text has color #DB697A on white background.



Black color preview on #DB697A background

This text has black color on #DB697A background.


White color preview on #DB697A background

This text has white color on #DB697A background.