COLOR #D092AF

HEX: #D092AF
RGB: (208,146,175)

Color info

#D092AF contains mainly red and blue colors. Web safe color of #D092AF is #CC9999 (or #C99).

RGB color model

#D092AF color RGB value is (208,146,175).

  • red value is 208;
  • green value is 146;
  • blue value is 175.
RGB:
(208,146,175)
(82%,57%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 146 of 255 = 57%
B 175 of 255 = 69%

208
146
175

R + G + B ~ 69%. #D092AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 146 + 175 = 529 (100%)
R 208 of 529 ~ 39.32%
G 146 of 529 ~ 27.6%
B 175 of 529 ~ 33.08%

%39.32
%27.6
%33.08

CMYK color model

#D092AF color CMYK value is (0,30,16,18).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK:
(0,30,16,18)
C0M30Y16K18 
(0%,30%,16%,18%)
(0.00/0.30/0.16/0.18)	

CMYK percentages

%0
%29.81
%15.87
%18.43

Codes

Color #D092AF in popluar color models

D092AF
RGB208146175
HSL332°39.74%69.41%
HSB/HSV332°29.81%81.57%
CMYK0.00%29.81%15.87%
18.43%

Color #D092AF in popluar number systems.

HEXD092AF
Decimal208146175
Binary110100001001001010101111
Octal320222257

Shades and tints

Shades of #D092AF

#D092AF
(208,146,175)
#BE85A0
(190,133,160)
#AC7891
(172,120,145)
#9A6B82
(154,107,130)
#885E73
(136,94,115)
#765164
(118,81,100)
#644455
(100,68,85)
#523746
(82,55,70)
#402A37
(64,42,55)
#2E1D28
(46,29,40)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #D092AF

#D092AF
(208,146,175)
#D49BB6
(212,155,182)
#D8A4BD
(216,164,189)
#DCADC4
(220,173,196)
#E0B6CB
(224,182,203)
#E4BFD2
(228,191,210)
#E8C8D9
(232,200,217)
#ECD1E0
(236,209,224)
#F0DAE7
(240,218,231)
#F4E3EE
(244,227,238)
#F8ECF5
(248,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D092AF color. Also use rgb(208,146,175) instead hex code.

Text Font Color

.myTextColor { color: #D092AF; }

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

This text font color is #D092AF.


Background Color

.myBgColor { background-color: #D092AF; }

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

This div background color is #D092AF.


Border color

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

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

This div border color is #D092AF.


Opacity

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

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

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

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

This text has shadow with #D092AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D092AF on black background.


Color preview on white background

This text has color #D092AF on white background.



Black color preview on #D092AF background

This text has black color on #D092AF background.


White color preview on #D092AF background

This text has white color on #D092AF background.