COLOR #FFC7E3

HEX: #FFC7E3
RGB: (255,199,227)

Color info

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

RGB color model

#FFC7E3 color RGB value is (255,199,227).

  • red value is 255;
  • green value is 199;
  • blue value is 227.
RGB: (255,199,227) (100%,78%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 227 of 255 = 89%

255
199
227

R + G + B ~ 89%. #FFC7E3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 199 + 227 = 681 (100%)
R 255 of 681 ~ 37.44%
G 199 of 681 ~ 29.22%
B 227 of 681 ~ 33.33%

%37.44
%29.22
%33.33

CMYK color model

#FFC7E3 color CMYK value is (0,22,11,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK: (0,22,11,0) C0M22Y11K0 (0%,22%,11%,0%) (0.00/0.22/0.11/0.00)

CMYK percentages

%0
%21.96
%10.98
%0

Codes

Color #FFC7E3 in popluar color models

FFC7E3
RGB255199227
HSL330°100.00%89.02%
HSB/HSV330°21.96%100.00%
CMYK0.00%21.96%10.98%
0.00%

Color #FFC7E3 in popluar number systems.

HEXFFC7E3
Decimal255199227
Binary111111111100011111100011
Octal377307343

Shades and tints

Shades of #FFC7E3

#FFC7E3
(255,199,227)
#E8B5CF
(232,181,207)
#D1A3BB
(209,163,187)
#BA91A7
(186,145,167)
#A37F93
(163,127,147)
#8C6D7F
(140,109,127)
#755B6B
(117,91,107)
#5E4957
(94,73,87)
#473743
(71,55,67)
#30252F
(48,37,47)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #FFC7E3

#FFC7E3
(255,199,227)
#FFCCE5
(255,204,229)
#FFD1E7
(255,209,231)
#FFD6E9
(255,214,233)
#FFDBEB
(255,219,235)
#FFE0ED
(255,224,237)
#FFE5EF
(255,229,239)
#FFEAF1
(255,234,241)
#FFEFF3
(255,239,243)
#FFF4F5
(255,244,245)
#FFF9F7
(255,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7E3; }

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

This text font color is #FFC7E3.


Background Color

.myBgColor { background-color: #FFC7E3; }

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

This div background color is #FFC7E3.


Border color

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

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

This div border color is #FFC7E3.


Opacity

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

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

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

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

This text has shadow with #FFC7E3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FFC7E3 on black background.


Color preview on white background

This text has color #FFC7E3 on white background.



Black color preview on #FFC7E3 background

This text has black color on #FFC7E3 background.


White color preview on #FFC7E3 background

This text has white color on #FFC7E3 background.