COLOR #F7C7DB

HEX: #F7C7DB
RGB: (247,199,219)

Color info

#F7C7DB contains red, green and blue colors in about the same proportion. Web safe color of #F7C7DB is #FFCCCC (or #FCC).

RGB color model

#F7C7DB color RGB value is (247,199,219).

  • red value is 247;
  • green value is 199;
  • blue value is 219.
RGB:
(247,199,219)
(97%,78%,86%)

RGB channels and saturation

R 247 of 255 = 97%
G 199 of 255 = 78%
B 219 of 255 = 86%

247
199
219

R + G + B ~ 87%. #F7C7DB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 199 + 219 = 665 (100%)
R 247 of 665 ~ 37.14%
G 199 of 665 ~ 29.92%
B 219 of 665 ~ 32.93%

%37.14
%29.92
%32.93

CMYK color model

#F7C7DB color CMYK value is (0,19,11,3).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(0,19,11,3)
C0M19Y11K3 
(0%,19%,11%,3%)
(0.00/0.19/0.11/0.03)	

CMYK percentages

%0
%19.43
%11.34
%3.14

Codes

Color #F7C7DB in popluar color models

F7C7DB
RGB247199219
HSL335°75.00%87.45%
HSB/HSV335°19.43%96.86%
CMYK0.00%19.43%11.34%
3.14%

Color #F7C7DB in popluar number systems.

HEXF7C7DB
Decimal247199219
Binary111101111100011111011011
Octal367307333

Shades and tints

Shades of #F7C7DB

#F7C7DB
(247,199,219)
#E1B5C8
(225,181,200)
#CBA3B5
(203,163,181)
#B591A2
(181,145,162)
#9F7F8F
(159,127,143)
#896D7C
(137,109,124)
#735B69
(115,91,105)
#5D4956
(93,73,86)
#473743
(71,55,67)
#312530
(49,37,48)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #F7C7DB

#F7C7DB
(247,199,219)
#F7CCDE
(247,204,222)
#F7D1E1
(247,209,225)
#F7D6E4
(247,214,228)
#F7DBE7
(247,219,231)
#F7E0EA
(247,224,234)
#F7E5ED
(247,229,237)
#F7EAF0
(247,234,240)
#F7EFF3
(247,239,243)
#F7F4F6
(247,244,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C7DB color. Also use rgb(247,199,219) instead hex code.

Text Font Color

.myTextColor { color: #F7C7DB; }

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

This text font color is #F7C7DB.


Background Color

.myBgColor { background-color: #F7C7DB; }

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

This div background color is #F7C7DB.


Border color

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

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

This div border color is #F7C7DB.


Opacity

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

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

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

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

This text has shadow with #F7C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C7DB on black background.


Color preview on white background

This text has color #F7C7DB on white background.



Black color preview on #F7C7DB background

This text has black color on #F7C7DB background.


White color preview on #F7C7DB background

This text has white color on #F7C7DB background.