COLOR #F7ADC3

HEX: #F7ADC3 RGB: (247,173,195)

Color info

#F7ADC3 contains mainly red and blue colors. Web safe color of #F7ADC3 is #FF99CC (or #F9C).

RGB color model

#F7ADC3 color RGB value is (247,173,195).

RGB: (247,173,195) (97%, 68%, 76%)

RGB channels and saturation

R 247 of 255 = 97%
G 173 of 255 = 68%
B 195 of 255 = 76%

247
173
195

R + G + B ~ 80%. #F7ADC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 173 + 195 = 615 (100%)
R 247 of 615 ~ 40.16%
G 173 of 615 ~ 28.13%
B 195 of 615 ~ 31.71'%

%40.16
%28.13
%31.71

CMYK color model

#F7ADC3 color CMYK value is (0,30,21,3).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 21.05%
  • key color value is 3.14%

CMYK: (0,30,21,3)
C0M30Y21K3 (0%, 30%, 21%, 3%)
(0.00 / 0.30 / 0.21 / 0.03)

CMYK percentages

%0
%29.96
%21.05
%3.14

Codes

Color #F7ADC3 in popluar color models

F7 AD C3
RGB 247 173 195
HSL 342° 82.22% 82.35%
HSB/HSV 342° 29.96% 96.86%
CMYK 0.00% 29.96% 21.05%
3.14%

Color #F7ADC3 in popluar number systems.

HEX F7 AD C3
Decimal 247 173 195
Binary 11110111 10101101 11000011
Octal 367 255 303

Shades and tints

Shades of #F7ADC3

#F7ADC3
(247,173,195)
#E19EB2
(225,158,178)
#CB8FA1
(203,143,161)
#B58090
(181,128,144)
#9F717F
(159,113,127)
#89626E
(137,98,110)
#73535D
(115,83,93)
#5D444C
(93,68,76)
#47353B
(71,53,59)
#31262A
(49,38,42)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #F7ADC3

#F7ADC3
(247,173,195)
#F7B4C8
(247,180,200)
#F7BBCD
(247,187,205)
#F7C2D2
(247,194,210)
#F7C9D7
(247,201,215)
#F7D0DC
(247,208,220)
#F7D7E1
(247,215,225)
#F7DEE6
(247,222,230)
#F7E5EB
(247,229,235)
#F7ECF0
(247,236,240)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7ADC3 color. Also use rgb(247,173,195) instead hex code.

Text Font Color

.myTextColor { color: #F7ADC3; }

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

This text font color is #F7ADC3.

Background Color

.myBgColor { background-color: #F7ADC3; }

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

This div background color is #F7ADC3.

Border color

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

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

This div border color is #F7ADC3.

Opacity

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

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

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

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

This text has shadow with #F7ADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7ADC3.

Preview

Color preview on black background

This text has color #F7ADC3 on black background.


Color preview on white background

This text has color #F7ADC3 on white background.


Black color preview on #F7ADC3 background

This text has black color on #F7ADC3 background.


White color preview on #F7ADC3 background

This text has white color on #F7ADC3 background.


Related colors

Complementary color

Complementary color for #hex is #08523C.


I love getcolorcode.com

Triadic colors

1 #C3F7AD and #ADC3F7 with #F7ADC3 are triadic colors.

2 #C3ADF7 and #ADF7C3 with #F7ADC3 are triadic colors.