COLOR #C5FBE3

HEX: #C5FBE3
RGB: (197,251,227)

Color info

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

RGB color model

#C5FBE3 color RGB value is (197,251,227).

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

RGB channels and saturation

R 197 of 255 = 77%
G 251 of 255 = 98%
B 227 of 255 = 89%

197
251
227

R + G + B ~ 88%. #C5FBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
197 + 251 + 227 = 675 (100%)
R 197 of 675 ~ 29.19%
G 251 of 675 ~ 37.19%
B 227 of 675 ~ 33.63%

%29.19
%37.19
%33.63

CMYK color model

#C5FBE3 color CMYK value is (22,0,10,2).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 1.57%
CMYK:
(22,0,10,2)
C22M0Y10K2 
(22%,0%,10%,2%)
(0.22/0.00/0.10/0.02)	

CMYK percentages

%21.51
%0
%9.56
%1.57

Codes

Color #C5FBE3 in popluar color models

C5FBE3
RGB197251227
HSL153°87.10%87.84%
HSB/HSV153°21.51%98.43%
CMYK21.51%0.00%9.56%
1.57%

Color #C5FBE3 in popluar number systems.

HEXC5FBE3
Decimal197251227
Binary110001011111101111100011
Octal305373343

Shades and tints

Shades of #C5FBE3

#C5FBE3
(197,251,227)
#B4E5CF
(180,229,207)
#A3CFBB
(163,207,187)
#92B9A7
(146,185,167)
#81A393
(129,163,147)
#708D7F
(112,141,127)
#5F776B
(95,119,107)
#4E6157
(78,97,87)
#3D4B43
(61,75,67)
#2C352F
(44,53,47)
#1B1F1B
(27,31,27)
#000000
(0,0,0)

Tints of #C5FBE3

#C5FBE3
(197,251,227)
#CAFBE5
(202,251,229)
#CFFBE7
(207,251,231)
#D4FBE9
(212,251,233)
#D9FBEB
(217,251,235)
#DEFBED
(222,251,237)
#E3FBEF
(227,251,239)
#E8FBF1
(232,251,241)
#EDFBF3
(237,251,243)
#F2FBF5
(242,251,245)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FBE3; }

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

This text font color is #C5FBE3.


Background Color

.myBgColor { background-color: #C5FBE3; }

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

This div background color is #C5FBE3.


Border color

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

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

This div border color is #C5FBE3.


Opacity

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

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

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

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

This text has shadow with #C5FBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FBE3 on black background.


Color preview on white background

This text has color #C5FBE3 on white background.



Black color preview on #C5FBE3 background

This text has black color on #C5FBE3 background.


White color preview on #C5FBE3 background

This text has white color on #C5FBE3 background.