COLOR #FFC7DB

HEX: #FFC7DB RGB: (255,199,219)

Color info

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

RGB color model

#FFC7DB color RGB value is (255,199,219).

RGB: (255,199,219) (100%, 78%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 219 of 255 = 86%

255
199
219

R + G + B ~ 88%. #FFC7DB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 199 + 219 = 673 (100%)
R 255 of 673 ~ 37.89%
G 199 of 673 ~ 29.57%
B 219 of 673 ~ 32.54'%

%37.89
%29.57
%32.54

CMYK color model

#FFC7DB color CMYK value is (0,22,14,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK: (0,22,14,0) C0M22Y14K0 (0%,22%,14%,0%) (0.00/0.22/0.14/0.00) 

CMYK percentages

%0
%21.96
%14.12
%0

Codes

Color #FFC7DB in popluar color models

FF C7 DB
RGB 255 199 219
HSL 339° 100.00% 89.02%
HSB/HSV 339° 21.96% 100.00%
CMYK 0.00% 21.96% 14.12%
0.00%

Color #FFC7DB in popluar number systems.

HEX FF C7 DB
Decimal 255 199 219
Binary 11111111 11000111 11011011
Octal 377 307 333

Shades and tints

Shades of #FFC7DB

#FFC7DB
(255,199,219)
#E8B5C8
(232,181,200)
#D1A3B5
(209,163,181)
#BA91A2
(186,145,162)
#A37F8F
(163,127,143)
#8C6D7C
(140,109,124)
#755B69
(117,91,105)
#5E4956
(94,73,86)
#473743
(71,55,67)
#302530
(48,37,48)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #FFC7DB

#FFC7DB
(255,199,219)
#FFCCDE
(255,204,222)
#FFD1E1
(255,209,225)
#FFD6E4
(255,214,228)
#FFDBE7
(255,219,231)
#FFE0EA
(255,224,234)
#FFE5ED
(255,229,237)
#FFEAF0
(255,234,240)
#FFEFF3
(255,239,243)
#FFF4F6
(255,244,246)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7DB; }

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

This text font color is #FFC7DB.

Background Color

.myBgColor { background-color: #FFC7DB; }

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

This div background color is #FFC7DB.

Border color

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

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

This div border color is #FFC7DB.

Opacity

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

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

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

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

This text has shadow with #FFC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC7DB.

Preview

Color preview on black background

This text has color #FFC7DB on black background.


Color preview on white background

This text has color #FFC7DB on white background.


Black color preview on #FFC7DB background

This text has black color on #FFC7DB background.


White color preview on #FFC7DB background

This text has white color on #FFC7DB background.


Related colors

Complementary color

Complementary color for #hex is #003824.


I love getcolorcode.com

Triadic colors

1 #DBFFC7 and #C7DBFF with #FFC7DB are triadic colors.

2 #DBC7FF and #C7FFDB with #FFC7DB are triadic colors.