COLOR #FFC5FF

HEX: #FFC5FF
RGB: (255,197,255)

Renk bilgisi

#FFC5FF contains red, green and blue colors in about the same proportion. #FFC5FF ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#FFC5FF color RGB value is (255,197,255).

  • kırmız ton 255;
  • yeşil ton 197;
  • mavi ton 255.
RGB:
(255,197,255)
(100%,77%,100%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 197 of 255 = 77%
B 255 of 255 = 100%

255
197
255

R + G + B ~ 92%. #FFC5FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 197 + 255 = 707 (100%)
R 255 of 707 ~ 36.07%
G 197 of 707 ~ 27.86%
B 255 of 707 ~ 36.07%

%36.07
%27.86
%36.07

CMYK RENK MODELİ

#FFC5FF rengi CMYK tonu (0,23,0,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.75%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(0,23,0,0)
C0M23Y0K0 
(0%,23%,0%,0%)
(0.00/0.23/0.00/0.00)	

CMYK yüzdeleri

%0
%22.75
%0
%0

Codes

Color #FFC5FF in popluar color models

FFC5FF
RGB255197255
HSL300°100.00%88.63%
HSB/HSV300°22.75%100.00%
CMYK0.00%22.75%0.00%
0.00%

Color #FFC5FF in popluar number systems.

HEXFFC5FF
Decimal255197255
Binary111111111100010111111111
Octal377305377

Shades and tints

Shades of #FFC5FF

#FFC5FF
(255,197,255)
#E8B4E8
(232,180,232)
#D1A3D1
(209,163,209)
#BA92BA
(186,146,186)
#A381A3
(163,129,163)
#8C708C
(140,112,140)
#755F75
(117,95,117)
#5E4E5E
(94,78,94)
#473D47
(71,61,71)
#302C30
(48,44,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #FFC5FF

#FFC5FF
(255,197,255)
#FFCAFF
(255,202,255)
#FFCFFF
(255,207,255)
#FFD4FF
(255,212,255)
#FFD9FF
(255,217,255)
#FFDEFF
(255,222,255)
#FFE3FF
(255,227,255)
#FFE8FF
(255,232,255)
#FFEDFF
(255,237,255)
#FFF2FF
(255,242,255)
#FFF7FF
(255,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC5FF; }

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

This text font color is #FFC5FF.


Background Color

.myBgColor { background-color: #FFC5FF; }

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

This div background color is #FFC5FF.


Border color

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

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

This div border color is #FFC5FF.


Opacity

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

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

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

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

This text has shadow with #FFC5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC5FF on black background.


Color preview on white background

This text has color #FFC5FF on white background.



Black color preview on #FFC5FF background

This text has black color on #FFC5FF background.


White color preview on #FFC5FF background

This text has white color on #FFC5FF background.