COLOR #C5FBDC

HEX: #C5FBDC
RGB: (197,251,220)

Color info

#C5FBDC contains red, green and blue colors in about the same proportion. Web safe color of #C5FBDC is #CCFFCC (or #CFC).

RGB color model

#C5FBDC color RGB value is (197,251,220).

  • red value is 197;
  • green value is 251;
  • blue value is 220.
RGB:
(197,251,220)
(77%,98%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 251 of 255 = 98%
B 220 of 255 = 86%

197
251
220

R + G + B ~ 87%. #C5FBDC is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 251 + 220 = 668 (100%)
R 197 of 668 ~ 29.49%
G 251 of 668 ~ 37.57%
B 220 of 668 ~ 32.93%

%29.49
%37.57
%32.93

CMYK color model

#C5FBDC color CMYK value is (22,0,12,2).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(22,0,12,2)
C22M0Y12K2 
(22%,0%,12%,2%)
(0.22/0.00/0.12/0.02)	

CMYK percentages

%21.51
%0
%12.35
%1.57

Codes

Color #C5FBDC in popluar color models

C5FBDC
RGB197251220
HSL146°87.10%87.84%
HSB/HSV146°21.51%98.43%
CMYK21.51%0.00%12.35%
1.57%

Color #C5FBDC in popluar number systems.

HEXC5FBDC
Decimal197251220
Binary110001011111101111011100
Octal305373334

Shades and tints

Shades of #C5FBDC

#C5FBDC
(197,251,220)
#B4E5C8
(180,229,200)
#A3CFB4
(163,207,180)
#92B9A0
(146,185,160)
#81A38C
(129,163,140)
#708D78
(112,141,120)
#5F7764
(95,119,100)
#4E6150
(78,97,80)
#3D4B3C
(61,75,60)
#2C3528
(44,53,40)
#1B1F14
(27,31,20)
#000000
(0,0,0)

Tints of #C5FBDC

#C5FBDC
(197,251,220)
#CAFBDF
(202,251,223)
#CFFBE2
(207,251,226)
#D4FBE5
(212,251,229)
#D9FBE8
(217,251,232)
#DEFBEB
(222,251,235)
#E3FBEE
(227,251,238)
#E8FBF1
(232,251,241)
#EDFBF4
(237,251,244)
#F2FBF7
(242,251,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FBDC; }

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

This text font color is #C5FBDC.


Background Color

.myBgColor { background-color: #C5FBDC; }

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

This div background color is #C5FBDC.


Border color

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

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

This div border color is #C5FBDC.


Opacity

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

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

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

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

This text has shadow with #C5FBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FBDC on black background.


Color preview on white background

This text has color #C5FBDC on white background.



Black color preview on #C5FBDC background

This text has black color on #C5FBDC background.


White color preview on #C5FBDC background

This text has white color on #C5FBDC background.