COLOR #C5F3CB

HEX: #C5F3CB
RGB: (197,243,203)

Color info

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

RGB color model

#C5F3CB color RGB value is (197,243,203).

  • red value is 197;
  • green value is 243;
  • blue value is 203.
RGB:
(197,243,203)
(77%,95%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 243 of 255 = 95%
B 203 of 255 = 80%

197
243
203

R + G + B ~ 84%. #C5F3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 243 + 203 = 643 (100%)
R 197 of 643 ~ 30.64%
G 243 of 643 ~ 37.79%
B 203 of 643 ~ 31.57%

%30.64
%37.79
%31.57

CMYK color model

#C5F3CB color CMYK value is (19,0,16,5).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(19,0,16,5)
C19M0Y16K5 
(19%,0%,16%,5%)
(0.19/0.00/0.16/0.05)	

CMYK percentages

%18.93
%0
%16.46
%4.71

Codes

Color #C5F3CB in popluar color models

C5F3CB
RGB197243203
HSL128°65.71%86.27%
HSB/HSV128°18.93%95.29%
CMYK18.93%0.00%16.46%
4.71%

Color #C5F3CB in popluar number systems.

HEXC5F3CB
Decimal197243203
Binary110001011111001111001011
Octal305363313

Shades and tints

Shades of #C5F3CB

#C5F3CB
(197,243,203)
#B4DDB9
(180,221,185)
#A3C7A7
(163,199,167)
#92B195
(146,177,149)
#819B83
(129,155,131)
#708571
(112,133,113)
#5F6F5F
(95,111,95)
#4E594D
(78,89,77)
#3D433B
(61,67,59)
#2C2D29
(44,45,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5F3CB

#C5F3CB
(197,243,203)
#CAF4CF
(202,244,207)
#CFF5D3
(207,245,211)
#D4F6D7
(212,246,215)
#D9F7DB
(217,247,219)
#DEF8DF
(222,248,223)
#E3F9E3
(227,249,227)
#E8FAE7
(232,250,231)
#EDFBEB
(237,251,235)
#F2FCEF
(242,252,239)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F3CB; }

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

This text font color is #C5F3CB.


Background Color

.myBgColor { background-color: #C5F3CB; }

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

This div background color is #C5F3CB.


Border color

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

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

This div border color is #C5F3CB.


Opacity

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

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

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

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

This text has shadow with #C5F3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F3CB on black background.


Color preview on white background

This text has color #C5F3CB on white background.



Black color preview on #C5F3CB background

This text has black color on #C5F3CB background.


White color preview on #C5F3CB background

This text has white color on #C5F3CB background.