COLOR #FFC7C3

HEX: #FFC7C3 RGB: (255,199,195)

Color info

#FFC7C3 contains mainly red and green colors. Web safe color of #FFC7C3 is #FFCCCC (or #FCC).

RGB color model

#FFC7C3 color RGB value is (255,199,195).

RGB: (255,199,195) (100%, 78%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 195 of 255 = 76%

255
199
195

R + G + B ~ 85%. #FFC7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 199 + 195 = 649 (100%)
R 255 of 649 ~ 39.29%
G 199 of 649 ~ 30.66%
B 195 of 649 ~ 30.05'%

%39.29
%30.66
%30.05

CMYK color model

#FFC7C3 color CMYK value is (0,22,24,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 23.53%
  • key color value is 0.00%

CMYK: (0,22,24,0)
C0M22Y24K0 (0%, 22%, 24%, 0%)
(0.00 / 0.22 / 0.24 / 0.00)

CMYK percentages

%0
%21.96
%23.53
%0

Codes

Color #FFC7C3 in popluar color models

FF C7 C3
RGB 255 199 195
HSL 100.00% 88.24%
HSB/HSV 23.53% 100.00%
CMYK 0.00% 21.96% 23.53%
0.00%

Color #FFC7C3 in popluar number systems.

HEX FF C7 C3
Decimal 255 199 195
Binary 11111111 11000111 11000011
Octal 377 307 303

Shades and tints

Shades of #FFC7C3

#FFC7C3
(255,199,195)
#E8B5B2
(232,181,178)
#D1A3A1
(209,163,161)
#BA9190
(186,145,144)
#A37F7F
(163,127,127)
#8C6D6E
(140,109,110)
#755B5D
(117,91,93)
#5E494C
(94,73,76)
#47373B
(71,55,59)
#30252A
(48,37,42)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #FFC7C3

#FFC7C3
(255,199,195)
#FFCCC8
(255,204,200)
#FFD1CD
(255,209,205)
#FFD6D2
(255,214,210)
#FFDBD7
(255,219,215)
#FFE0DC
(255,224,220)
#FFE5E1
(255,229,225)
#FFEAE6
(255,234,230)
#FFEFEB
(255,239,235)
#FFF4F0
(255,244,240)
#FFF9F5
(255,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7C3; }

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

This text font color is #FFC7C3.

Background Color

.myBgColor { background-color: #FFC7C3; }

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

This div background color is #FFC7C3.

Border color

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

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

This div border color is #FFC7C3.

Opacity

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

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

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

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

This text has shadow with #FFC7C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC7C3.

Preview

Color preview on black background

This text has color #FFC7C3 on black background.


Color preview on white background

This text has color #FFC7C3 on white background.


Black color preview on #FFC7C3 background

This text has black color on #FFC7C3 background.


White color preview on #FFC7C3 background

This text has white color on #FFC7C3 background.


Related colors

Complementary color

Complementary color for #FFC7C3 is #00383C.


I love getcolorcode.com

Triadic colors

1 #C3FFC7 and #C7C3FF with #FFC7C3 are triadic colors.

2 #C3C7FF and #C7FFC3 with #FFC7C3 are triadic colors.