COLOR #FFC7FF

HEX: #FFC7FF
RGB: (255,199,255)

Color info

#FFC7FF contains red, green and blue colors in about the same proportion. Web safe color of #FFC7FF is #FFCCFF (or #FCF).

RGB color model

#FFC7FF color RGB value is (255,199,255).

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

RGB channels and saturation

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

255
199
255

R + G + B ~ 93%. #FFC7FF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 199 + 255 = 709 (100%)
R 255 of 709 ~ 35.97%
G 199 of 709 ~ 28.07%
B 255 of 709 ~ 35.97%

%35.97
%28.07
%35.97

CMYK color model

#FFC7FF color CMYK value is (0,22,0,0).

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

CMYK percentages

%0
%21.96
%0
%0

Codes

Color #FFC7FF in popluar color models

FFC7FF
RGB255199255
HSL300°100.00%89.02%
HSB/HSV300°21.96%100.00%
CMYK0.00%21.96%0.00%
0.00%

Color #FFC7FF in popluar number systems.

HEXFFC7FF
Decimal255199255
Binary111111111100011111111111
Octal377307377

Shades and tints

Shades of #FFC7FF

#FFC7FF
(255,199,255)
#E8B5E8
(232,181,232)
#D1A3D1
(209,163,209)
#BA91BA
(186,145,186)
#A37FA3
(163,127,163)
#8C6D8C
(140,109,140)
#755B75
(117,91,117)
#5E495E
(94,73,94)
#473747
(71,55,71)
#302530
(48,37,48)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #FFC7FF

#FFC7FF
(255,199,255)
#FFCCFF
(255,204,255)
#FFD1FF
(255,209,255)
#FFD6FF
(255,214,255)
#FFDBFF
(255,219,255)
#FFE0FF
(255,224,255)
#FFE5FF
(255,229,255)
#FFEAFF
(255,234,255)
#FFEFFF
(255,239,255)
#FFF4FF
(255,244,255)
#FFF9FF
(255,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7FF; }

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

This text font color is #FFC7FF.


Background Color

.myBgColor { background-color: #FFC7FF; }

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

This div background color is #FFC7FF.


Border color

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

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

This div border color is #FFC7FF.


Opacity

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

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

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

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

This text has shadow with #FFC7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC7FF on black background.


Color preview on white background

This text has color #FFC7FF on white background.



Black color preview on #FFC7FF background

This text has black color on #FFC7FF background.


White color preview on #FFC7FF background

This text has white color on #FFC7FF background.